|
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?
|
- tomcat application deployment chenghong
- Re: tomcat application deployment [Yuangui Lei]
- Re: tomcat application deployment chenghong
- Re: tomcat application deployment Glenn Wearen
- Re: tomcat application deployment Glenn Wearen
- off topic : SQL driver baesd on XML files Bernard Granier
- Re: tomcat application deployment [Yuangui Lei]
- Re: tomcat application deployment chenghong
- Upload an Image to Oraqcle database vivek tiwari
- Re: Upload an Image to Oraqcle database ruchi dayal
- Re: Upload an Image to Oraqcle datab... Richard Yee
