yes i have tried that ....  but it still doesn;t read the jar file from WEB-INF/lib directory ....
----- Original Message -----
Sent: Thursday, November 15, 2001 3:45 AM
Subject: Re: tomcat application deployment

Have you add a new ServletContext to Tomcat? If you put everything in right place, and add a new ServletContext to Tomcat. It should work. I have met the similar problem before. I just forgot to add the ServletContext.
You need to add the ServletContext to the server.xml file, which located in : TOMCAT_HOME/conf/server.xml. Setting thevalues for the path and docBase to the name of your web application. Somthing link <Context path="/myapplication" docBase="myapplication" debug="0" reloadable="true" />
Have you tried that?
-----Original Message-----
From: chenghong [mailto:[EMAIL PROTECTED]]
Sent: 16 November 2001 03:33
To: [EMAIL PROTECTED]
Subject: Re: tomcat application deployment

i have actually followed up this ... but still not working properly... the only way i am doing now is to copy the jar files into javacompiler/jre/lib/ext  which work fine..
 
 
but i don;t feel like doing that ... is there anything i miss out ?
 
thanks
 
----- Original Message -----
Sent: Thursday, November 15, 2001 1:53 AM
Subject: Re: tomcat application deployment

Hi,cheng hong 
There is a very good article about deploying web applications to tomcat for beginners. The web address: http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html 
you can't miss it.
 
lei
 
-----Original Message-----
From: chenghong [mailto:[EMAIL PROTECTED]]
Sent: 16 November 2001 00:46
To: [EMAIL PROTECTED]
Subject: tomcat application deployment

hi all,
 i triued to install an application into tomcat 3.2.3 and putting all the third party libraries jar file into WEB-INF/lib directory.but what i have seen is that , the webserver doesn;t seem to find the jar file from this directory. it only looks for the jar file from tomcat/lib or the jdk1.3.1/jre/lib/ext.
 
does anyone know how to make the tomcat webserver to find the jar file from WEB-INF/lib directory ? izzit because i miss out something ? thanks.
 
cheng hong. 

Reply via email to