Anand ,
I am refering to the bug in JDK 1.2 and the one that came back in 1.3.1.
Where the service can be started but once the user logs off the service
stops. I was able to get it to work. I found the fix for it.
In the last line of the wrapper.properties file add the command -Xrs after
the first variable. So the last line should look like this:
wrapper.cmd_line=$(wrapper.javabin) -Xrs -classpath $(wrapper.class_path)
$(wrapper.startup_class) -config $(wrapper.server_xml) -home
$(wrapper.tomcat_home)
Thank you everybody for your help in the past.
Matt Winer
-----Original Message-----
From: Chauhan, Anand [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 5:27 PM
To: [EMAIL PROTECTED]
Subject: RE: Tomcat Service in 2k
Hi Winer,
Could you please clarify which JDK Bug do you refer to? Thanks.
Regards,
Anand Chauhan