Debugging applications running in NT Service.

2003-08-14 Thread Gregor Heinrich
Hi there,

I have a webapp that runs fine in Tomcat 4.1.24 standalone or Eclipse-based
(Sysdeo plugin).

If I start the same code in the JK2 service, I sometimes get
application-specific errors that point into the direction a different class
set and / or configuration is used, even after a complete restart of Tomcat
and even although the standalone webapp works. Are there two different
webapp code bases? (I am using pretty much standard configurations)

In order to resolve these problems, is there a simple way to:

 - step-debug a web-application running in Tomcat in NT service mode.

 - force Tomcat to reload classes at runtime (or at least identify which
jars / classes have been loaded by Tomcat).

Thanks and regards,

Gregor


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Debugging applications running in NT Service.

2003-08-06 Thread Gregor Heinrich
Hi there,

I have a webapp that runs fine in Tomcat 4.1.18 standalone or Eclipse-based
(Sysdeo plugin).

If I start the same code in the service, I am getting application-specific
errors that point into the direction a different configuration is used.

In order to resolve these problems, is there a simple way to:

 - step-debug a web-application running in Tomcat in NT service mode.

 - identify which jars have been loaded by Tomcat.

Thanks and greets,

Gregor



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Debugging and Running as NT Service

2003-08-04 Thread John De Lello
Can someone explain how to configure a Tomcat server that is running as a
Windows service to be debugable via dt_socket?

Thank you
John