This response is ASSUMING you are only running one "engine" and one "host" (aka: localhost)
Open your server.xml file in the "conf" directory. Locate the following Line: <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true"> scroll down until you come to the end of the "Contexts" -Note be careful not to interject an additional context inside an existing one (watch your xml pairs). insert a new Context, similar to: <Context path="/yourPath" docBase="yourBase" debug="0" reloadable="true" /> Following the completion of your line you should see something like: </Host> </Engine> </Service> Followed by the MOD_WEBAPP instruction set. Save the file and restart tomcat. Test your page Suzanne -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
