Hi !
Can anyone tell me what's the default root directory for the servlet in Apache web server (in Solaris 2.7).
Thanks
AJP
-
Servlet root directory in Apache web server (1 messages)
- Posted by: A JP
- Posted on: July 27 2001 19:01 EDT
Threaded Messages (1)
- Servlet root directory in Apache web server by Rick Grashel on July 27 2001 23:55 EDT
-
Servlet root directory in Apache web server[ Go to top ]
- Posted by: Rick Grashel
- Posted on: July 27 2001 23:55 EDT
- in response to A JP
Hello,
Apache does not have servlets within it. You will have to use a servlet engine such as Tomcat or JRun to run your servlets.
For Tomcat, the root directory for servlets is :
$TOMCAT_HOME/webapps/ROOT/WEB-INF/classes
For JSPs, it is :
$TOMCAT_HOME/webapps/ROOT
Regards,
Rick