Hello,
I posted this message yesterday, but I have not received any responses. If you
have any information I would greatly appreciate it.
Thanks in advance.
I recently installed Tomcat (via mod_jk) on apache 1.3.14 on a Solaris machine.
The java_home and tomcat_home classpaths are set in worker.properties and in the
startup.sh and shutdown.sh files for tomcat
httpd.conf is linking to mod_jk and worker.properties has paths to all the
required .jar files (tools.jar) and the tomcat jar files.
mod_jk.conf-auto defines the "examples" alias:
#
# The following line makes apache aware of the location of the /examples context
#
Alias /examples "/opt/utilities/jakarta-tomcat-3.2.1/webapps/examples"
<Directory "/opt/utilities/jakarta-tomcat-3.2.1/webapps/examples">
Options Indexes FollowSymLinks
</Directory>
#
# The following line mounts all JSP files and the /servlet/ uri to tomcat
#
JkMount /examples/servlet/* ajp12
JkMount /examples/*.jsp ajp12
This was pre-defined in mod_jk.conf-auto. For some reason I am able to run the
examples/servlets/ but I am not able to run /examples/jsp/.
Any ideas on why this is happening?
thanks,
suha.