DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14118>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14118 JVM 1.4 dies when run as an NT service [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] OS/Version|Windows NT/2K |Windows XP ------- Additional Comments From [EMAIL PROTECTED] 2002-12-07 03:23 ------- I think I may have a related problem. I'll describe it and you can make the appropriate determination. I have a .jar file that contains an InitialContextFactory class that my webapp needs to use to look up an EJB (in another container). I tried placing the jar file in the JAVA_HOME\jre\lib\ext directory and if I start tomcat from the Startup script everything works fine. However, if I start tomcat as a service it fails to load the class from the .jar file and I get stderr log telling me that it can't instantiate the Factory class. I tried moving the .jar file to the webapp/{mywebapp}/WEB-INF/lib directory and still the thing happens. In order to get it to work when Tomcat is launched as a service I have to place the jar in the CATALINA_HOME/shared/lib directory, which, I don't believe should be necessary. Like I indicated above I'm using Tomcat 4.1.12 on XP, JAVA_HOME is C:\j2sdk1.4.1_01. (BTW It works as it should with my Tomcat 4.0 installation.) I hope this is clear. Thanks. -- Joe -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>