How does Tomcat set the classpath???

2003-01-29 Thread Brandon Cruz
I notice that tomcat 4.1.x explicitly sets $JAVA_HOME/lib/tools.jar and the bootstrap.jar file to the classpath, but that seems it. It overwrites any other classpath settings that may be part of the system. How does the compiler know to search for things like $JAVA_HOME/jre/lib/rt.jar? Are

RE: How does Tomcat set the classpath???

2003-01-29 Thread Turner, John
How Tomcat finds classes: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html John -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 10:25 AM To: Tomcat Users List Subject: How does Tomcat set the classpath

RE: How does Tomcat set the classpath???

2003-01-29 Thread Brandon Cruz
see also that tools.jar is loaded from $JAVA_HOME/lib, but still, when is rt.jar loaded? Brandon -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:33 AM To: 'Tomcat Users List' Subject: RE: How does Tomcat set the classpath??? How

RE: How does Tomcat set the classpath???

2003-01-29 Thread Mitchell, Edmund
-Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] According to this document, bootstrap.jar contains the basic runtime classes provided by the Java Virtual Machine. That does not seem correct. In Sun's JDK, rt.jar contains most of the basic runtime classes. How

RE: How does Tomcat set the classpath???

2003-01-29 Thread Turner, John
Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 11:16 AM To: Tomcat Users List Subject: RE: How does Tomcat set the classpath??? John, According to this document, bootstrap.jar contains the basic runtime classes provided by the Java Virtual

RE: How does Tomcat set the classpath???

2003-01-29 Thread Brandon Cruz
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 10:51 AM To: 'Tomcat Users List' Subject: RE: How does Tomcat set the classpath??? I'm not the expert (that would be Craig or someone else with his level of knowledge and experience...Craig wrote

RE: How does Tomcat set the classpath???

2003-01-29 Thread Turner, John
I'm pretty sure there are people using Tomcat with other JVM's besides Sun's. John -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:31 PM To: Tomcat Users List Subject: RE: How does Tomcat set the classpath??? Thanks

Re: How does Tomcat set the classpath???

2003-01-29 Thread Will Hartung
From: Brandon Cruz [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 7:24 AM Subject: How does Tomcat set the classpath??? I notice that tomcat 4.1.x explicitly sets $JAVA_HOME/lib/tools.jar and the bootstrap.jar file to the classpath, but that seems it. It overwrites any other