what you can do is to create a WAR file, if you are not familiar with this concept, you must
read the servlet spec. Don't worry, the servlet spec is short easy to read and you will learn
alot.
this way you don't need to specify anything in server.xml, if you have myapps.war, tomcat
will automatically create that context for you.
Filip
-----Original Message-----
From: Xiongfei Wang [mailto:wangxf@arches.uga.edu]
Sent: Thursday, February 13, 2003 2:19 PM
To: Tomcat Users List
Subject: who can give me an example to to configure /myapps in
tomcat4.1.18
I want to put my servlets in myapps, i now i need to put something lile
<Context path =/myapps
....
....
>
</Context> somewhere in server.xml
but i am not sure how to it.
Can some give me a simple example?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|