http://covington:8080/AppDir/*.jsp or servlets
The .war file should be put under the {CATALINA_HOME}/webapps/
It will be autodeployed when tomcat is restarted. Or you can use the webapp manager.
Again, read the docs on how to use the webapp manager. There is even a tutorial on how to deploy a sample webapp with the docs.
Anitha K Rao wrote:
Yes, but i want it under a directory called AppDir,
which i need not under examples directory.
Where do i configure this??
----- Original Message -----
From: "Kwok Peng Tuck" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 12:18 PM
Subject: Re: Help Needed to configure servlets
The classes go under WEB-INF , either under classes (if they are .classApplication
& don't forget their package if they have any), or the directory lib if
they are jars.
Define your servlet in the web.xml of your web application. How? It's in
the tomcat documentation as well as the examples that came with tomcat.
Anitha K Rao wrote:
Hello,
I'm Anitha, working on JSP/Servlet.
In simple sentence...
I want to create a Directory called "AppDir" under webapps.
Then i need to configure my servlets.
The Directory Structure looks like this..
webapps
--- AppDir ----- JSP file
--- Web-inf ----- web.xml file
-- classes ----- My Servlet Class files
http://localhost:port/AppDir/<Servletclass>
does not display the servlet.
Kindly help me out as to where I need to configure the servlet,
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>Directory
with example code or a web site to help me run the servlets.
Thank you
Regards
Anitha
--
To unsubscribe, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>For additional commands, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>--
To unsubscribe, e-mail:
For additional commands, e-mail:<mailto:tomcat-user-help@;jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
