I have just now installed Tomcat v5 on my SME server and I can view the tomcat home page on port 8080 of my localhost, however, I cannot seem to get Tomcat and Apache to talk to one another. I am having problems finding the Apache/conf file where all of the .so files are stored.
Am I in the right direction?
Currently, I am able to view JSP examples but in order to see them I must type
http://192.168.1.1:8080/jsp-examples/If I get Apache and Tomcat working together, Shouldnt I be able to have jsp working pages that can be accessed at
www.mydomain/anyfile.jspSomeone Please help as I have barely stumbled through getting Tomcat installed.
Thanks in advance