I am getting the followingerror
------------------------------------------------------------------
Error -HTTP status 503 - This application is not currently available
The requested service is not currently available
-----------------------------------------------------------------------
I am using
Tomcat 4.1.27 and i am having application outside tomcat directory.I gave the following code in server.xml.
<Context path="/develop" docBase="H:\Sure\develop" debug="0" reloadable="true" crossContext="true" />
I am not getting the above error till i make any changes in
java file and compile it(i.e web-inf\classes in my application directory).Why i am getting this error?.
Help me please...
Regards
Vasu