Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-10 Thread Norris Shelton
True. They are really an application shop. They have a few that play with Tomcat, but I am the only one that has really used it. Ah, ha. You are a good man, Charlie Brown. That sounds like a good lead. I will see what I can do with it. --- John Turner [EMAIL PROTECTED] wrote: Well,

How do I setup Tomcat 5.*

2003-07-09 Thread JavaWriter2002
Hi, I have searched instructions and websites with no real luck on this. I've used Tomcat in production since some 3.* version but I've been lost since after 4.0 about where to put a simple servlet class or how to include the servlet.jar so jdk1.4 can see it. I've created war files as the

Re: How do I setup Tomcat 5.*

2003-07-09 Thread John Turner
H...lots of overlap here. First, you shouldn't need to do ANYTHING to CLASSPATH for Tomcat 4.1.x and higher, especially messing around with servlet.jar. Second, as far as where to put your servlets, try the Application Developer's Guide here: http://jakarta.apache.org/tomcat/tomcat-4.1-

Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-09 Thread Norris Shelton
How do you get it access items that are not within the tomcat install. I have tomcat installed locally on c:. There is an additional library located on v: (loose classes and jars). We could not get Tomcat to access these classes. --- John Turner [EMAIL PROTECTED] wrote: H...lots of

Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-09 Thread John Turner
See the ClassLoader HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html specifically: Shared - This class loader is the place to put classes and resources that you wish to share across ALL web applications (unless Tomcat internal classes also need access, in which

Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-09 Thread Norris Shelton
Ah, ha. Now you are getting somewhere. The Class Loader Definitions has the following under the System bullet: However, the standard Tomcat 4 startup scripts ($CATALINA_HOME/bin/catalina.sh or %CATALINA_HOME%\bin\catalina.bat) totally ignore the contents of the CLASSPATH environment variable

Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-09 Thread John Turner
That was my point. JAR up your class files, and put them where Tomcat expects them to be. Problem solved. People typically use ant to do this, so that it is fairly automatic when deploy time comes around. John On Wed, 9 Jul 2003 08:07:58 -0700 (PDT), Norris Shelton [EMAIL PROTECTED] wrote:

Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-09 Thread Norris Shelton
I wish I could. This is the architecture that I am saddled with. I have to find a way to make TC5 work with what is given. --- John Turner [EMAIL PROTECTED] wrote: That was my point. JAR up your class files, and put them where Tomcat expects them to be. Problem solved. People

Re: How do I setup Tomcat 5.* (need windows classpath)

2003-07-09 Thread John Turner
Well, sounds like you have some re-education work to do. The whole point is to be portable. Putting things your web application requires onto a network share (I think you mentioned V:) that won't exist anywhere else is not the best practice for design, especially if you have to go in and