>
> 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
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 :
>
&
/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".
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
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
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
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
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
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