Re: Tomcat stopped and Debug can't be done in Eclipse

2018-03-24 Thread Konstantin Kolinko
> > Thanks Konstantin for giving me quite a clear detail on how to do the actual > debugging. > > The thing is that I am constantly getting 404 with certain occasion able to > get the tutorRegister page being displayed so I think there is still > something not quite right in the setting or somet

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-03-24 Thread Karen Goh
On Sat, 3/17/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Tomcat Users List" Date: Saturday, March 17, 2018, 10:25 PM /Hi! 2018-03-17 10:11 GMT+03:00 Karen Goh : > &

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-03-17 Thread Konstantin Kolinko
/Hi! 2018-03-17 10:11 GMT+03:00 Karen Goh : > > I have added this in my JVM under the tomcat argument for remote debug > configuration : > > -Dcatalina.opts="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n" The above line is wrong. There is no system property "catalina.opts".

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-03-17 Thread Karen Goh
On Wed, 2/21/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Karen Goh" Cc: "Tomcat Users List" Date: Wednesday, February 21, 2018, 5:43 AM 2018-02-20 17:57 GMT+03

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-25 Thread Karen Goh
On Wed, 2/21/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Karen Goh" Cc: "Tomcat Users List" Date: Wednesday, February 21, 2018, 5:43 AM 2018-02-20 17:57 GMT+03

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-20 Thread Konstantin Kolinko
2018-02-20 17:57 GMT+03:00 Karen Goh : > > Hi Konstantin, > > Can you point me some useful resources where I can learn about setting the > Tomcat launch configuration. 1. On the topic of debugging, see the following page: https://wiki.apache.org/tomcat/FAQ/Developing The following two items on t

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-20 Thread Karen Goh
On Tue, 2/20/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Tomcat Users List" Date: Tuesday, February 20, 2018, 4:10 PM 2018-02-20 5:04 GMT+03:00 Karen Goh : > Hi, &g

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-20 Thread Konstantin Kolinko
2018-02-20 5:04 GMT+03:00 Karen Goh : > Hi, > > I am writing to this mailing group again because I finally know that Tomcat > is the cause of the problem(after writing to an expert) > and thus I hope to sort help for this problem. > > The tomcat version is Apache Tomcat 9.0.4 windows 64. > > Eclip

Tomcat stopped and Debug can't be done in Eclipse

2018-02-19 Thread Karen Goh
Hi, I am writing to this mailing group again because I finally know that Tomcat is the cause of the problem(after writing to an expert) and thus I hope to sort help for this problem. The tomcat version is Apache Tomcat 9.0.4 windows 64. Eclipse Oxygen. Project : Maven dynamic MVC web app with H