Hi, please check your registry, if the JVM Library key at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters points to the correct JVM (the one where you put your jars). Btw, why do you want to put your jars into jre/lib/ext? I think there's a passage in the Configuration Reference (Tomcat documentation) that tells you to put nothing into jre/lib/ext, cause Tomcat might not recognize these jars.
Regards, Christine -----Original Message----- From: Matt Fury [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:34 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.12 Service problem vs. Tomcat Command Line Forgive me if I am overlooking something stupid but I am having a problem getting ANY classes recognized via the Tomcat service but when I run the command line version everything works fine. I don't recall having this problem in earlier versions of Tomcat (circa 4.0.4) I am running the latest J2DSK 1.4.1 and the latest Stable Tomcat 4.1.12 I put my jars in the jre/lib/ext and Tomcat is just not picking them up. I am also putting these classes in the classes folder for Tomcat and no dice. I think its strange that the Tomcat dos command line startup finds these classes fine. Any suggestions? ===== ------------------------ int myName() { cout << "-Matt Fury \n"; return 0; } ------------------------ __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
