I have a fresh install of Tomcat 5 which is successfully connected to Apache2 via ajp13/mod_jk. Everything works from the Tomcat standalone as well as linking to the example files from Apache.
I have virtual host in Apache and I would like to provide certain ones jsp functionality. The examples are currently at: /usr/lib/apache-tomcat/webapps/jsp-examples. What is required to run a jsp script from a respective vhost web directory which is located here: /home/ This is where all of the static html pages are stored.
Specifically (I am new to jsp), If I want to move the jsp example files over to the vhost web directory, what all would I need to do?
How would I need to configure the vhost within the server.xml file?
Specifically, if I just want to test the colrs.jsp file by itself, exactly what files would I need to copy over to the vhost web directory?
If my questions do not make much sense, please let me know so I can clarify.
Thanks in advance...
I have virtual host in Apache and I would like to provide certain ones jsp functionality. The examples are currently at: /usr/lib/apache-tomcat/webapps/jsp-examples. What is required to run a jsp script from a respective vhost web directory which is located here: /home/ This is where all of the static html pages are stored.
Specifically (I am new to jsp), If I want to move the jsp example files over to the vhost web directory, what all would I need to do?
How would I need to configure the vhost within the server.xml file?
Specifically, if I just want to test the colrs.jsp file by itself, exactly what files would I need to copy over to the vhost web directory?
If my questions do not make much sense, please let me know so I can clarify.
Thanks in advance...