In HF
servlet &
JSP(CH 12) it is given that to configure tomcat-user.xml file but i am using netbeans 6.7 and
tomcat 6 is in built in it so where can i search for tomcat-user.xml file through netbeans???
when i add thse lines in tomcat-user.xml
and in web.xml
Netbeans gives the following error -
Incrementally deploying
http://localhost:8084/WebApplication2
Completed incremental distribution of
http://localhost:8084/WebApplication2
Incrementally redeploying
http://localhost:8084/WebApplication2
Start is in progress...
start?path=/WebApplication2
FAIL - Application at context path /WebApplication2 could not be started
C:\Documents and Settings\vinit\My Documents\NetBeansProjects\WebApplication2\nbproject\build-impl.xml:572: The module has not been deployed.
BUILD FAILED (total time: 0 seconds)
so what i do to remove thse error
thank you
vinit