Can any one tell how would I deploy my Web Application
in Tomcat7
using Eclipse Indigo
. When I manually create WAR
and paste it in WebApps/ROOT
then it works. But inEclipse IDE
, server started successfully but not able to deploy war/web application
. I also added myWeb Application using Add/Remove Server properties
but all in vain. Only Apache server startUp
page shown. Also when I double click Server
My Server Locations
tab is disabled. I don't know WHY ?
Secondly by default apache server access any jsp direct from WEBAPPS/abc.jsp or WEBAPPS/ROOT/abc.jsp
?