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/24 19:03:00 UTC

tomcat webapps/examples

hi all,

i'm a new user to tomcat, i'd would like to access ma pages with this
command :
http://myServer/myweb/jsp/myjsppages/example.jsp

instead of 
http://myServer/examples/jsp/myjsppages/example.jsp

i just want to change the examples to myweb

can anyone tell me how can i do it ???????

i tried to add a context in my server.xml 
<Context path="/my web" docBase="webapps/myweb" debug="0" reloadable="true"
>        
</Context>
but it didn't work!!

thanks,

Georges