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

Reply via email to