Finding tomcatserver installation directory.
In eclipse i am trying to create dynamic web application while doing this it is asking me to provide tomcat installation directory.How to get that directory in my system.Actually i am using windows 8 OS.please help me to find a way.
Rahul VermaPosted Jun 29, 2016, 5:06 AM
Found out the location. Double clicked on tomcat server inside eclipse and got the server path. something like this .. C:\EclipseWorkspace.metadata.plugins\org.eclipse.wst.server.core\tmp0
The location of the web app will be in the .metadata folder inside eclipse workspace (chk server path) and the converted jsp files can be found in location as given below.
serverpath\work\Catalina\localhost\loginApp\org\apache\jsp
In case of Windows(in my case XP):-