You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tim Ashman <ti...@ashmans.com> on 2001/10/02 15:40:51 UTC

Setting up "hidden" directory

I had this setup once and my box blew up on me so I've lost my config.

Right now I have to enter the following to execute my servlets

somehost/somecontext/servlet/somedirectorystructure.someservlet.

I want to be able to enter

somehost/context/servlet/someservlet.

I use to be able to do this but looking through the specs, reading the 
list I have come up blank. I've tried server.xml,  web.xml in the 
context of interest, etc, etc.   Anyone have a quick snippet that will 
make this work.

Thanks.