Hi,
I have created and dir called restart in tomcat4/webapps/
which has web-inf/classes/*.class and web-inf/web.xml.
I have following entry in conf/server.xml
<Context path="/restart" docBase="restart" debug="0"
reloadable="true" crossContext="true"/>
Still after giving this url
http://localhost:8080/restart I end up with
following error:-
404
The requested resource (/restart) is not available.
kindly layme know what did I miss....
Cheers
Praful