Liam Morley wrote:

> Lars,
> You'll want to look at your "server.xml" file in the conf/ folder,
> specifically towards the bottom (<Context />, "Special webapps").

Hi Liam.

My problem is that I want to be able to create new web applications
without editing the config file (server.xml). That is, if I create a new
directory in TOMCAT_HOME/webapps (with WEB-INF subdirectory and so on),
then it should be accesible as soon as I have restarted Tomcat. For
instance: if I create the directory 'robinhat' in TOMCAT_HOME/webapps,
then I can access it at:

http://myserver/robinhat

_without_ touching server.xml. You suggest, that I should edit the
Context for every web application in server.xml, but I want to avoid
that.

I hope, I make my self understandable;-)

Best regards,
Lars H�yrup Jensen

Reply via email to