>
> 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 something else I don't know.
>
> I'd like to check with you is it a good idea to have this line at the System 
> Variables(this is the Advanced System Setting at Windows 10) hard coded there 
> ?
>
> CATALINA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8000, server=y, 
> suspend=n

That system variable is used only by catalina.bat,
to build up command line for java[w].exe process that runs Tomcat.

The variable has a meaning only when Tomcat is started by batch scripts:
running "startup.bat" or "catalina.bat start"

It is not used in any other situation.
It is not used when starting Tomcat from within Eclipse IDE.
It is not used when running Tomcat as a Windows service.


The system variables used by catalina.bat can be set globally,
but the recommended way is to create a file setenv.bat  - as
documented in RUNNING.txt.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to