Yes, sort of. I think you are talking about integrating Apache with Tomcat through a listener and sharing html and images from Tomcat.
For instance, I had integrated Apache with Tomcat using the Coyote listener. I wanted to share /images and such between Tomcat and Apache as I have both JSP and PHP web pages and wanted an easy way to share folders. Tomcat does not follow symlinks as web folders, but Apache can handle it. So, I put things like /images in my ROOT context and symlinked it for Apache. This forces me to refer to common objects using slash instead of things like '../', but I can live with that. So, putting things in ROOT, symlinking for Apache, and using some aliases in httpd.conf has made my development environment seemless. I have run into some quirks with directory listing tomcat managed folders through SSL. Directory listing in production is turned off, anyway. SSL on JSP web pages and tomcat managed HTML work just fine. -----Original Message----- From: Osv�neo A. Ferreira [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 9:45 AM To: Tomcat Users List Subject: [ Tomcat as Webserver ] Hi, I�m using tomcat-4.1.2 and I would like know, it�s can used as WebServer. I configured a non-SSL legacy HTTP/1.1 connector on port 80. It�s possible ? [ Osv�neo ] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
