> From: Murat Birben [mailto:[EMAIL PROTECTED] > My server OS is centos and I've apache 2.2 and tomcat6 installed on my > machine.
Do you have any integration between the two, or are they completely separate? > I can display my php pages as abc.xyz.com ... from Apache httpd... > and display my jsp pages > on LAN as abc.xyz.com:8080/asd ... from Tomcat, which is running on a different port (8080 in this case). > but my jsp pages cannot be display from out > of my LAN. What may be the problem? A firewall that forwards port 80, but not 8080, to the server. > My second question is, I want to display my jsp pages as > abc.xyz.com. How can I do that? Configure some form of integration between httpd and Tomcat. This could be mod_proxy or mod_proxy_ajp. AJP is faster, but appears to be harder to configure. http://tomcat.apache.org/tomcat-6.0-doc/connectors.html seems to be the place to start for Tomcat 6. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]