----- 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?
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
you can't miss it.
lei
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.