You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Georges Boutros <GB...@interstarinc.com> on 2001/04/13 16:02:06 UTC

tomcat configuration

hi,

I'm new to tomcat and i'm trying to change the configuration of tomcat to be
able to put my jsp pages in another folder.

in server.xml
i changed the home to home="/usr/local/mypages"

and i added the following context:

<Context path="/webpages" docBase="webpages" debug="0" reloadable="true" > 
</Context>

when i start tomcat the directory mypages is created and it got the logs an
work directory in it. but tomcat is still looking for a webapps/examples
directory.

can anyone tell me how to do the new configuration and what files should i
have to change

thanks,
Georges