You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/06 11:46:03 UTC

DO NOT REPLY [Bug 6265] New: - Using Apache and Tomcat is impossible

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6265>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6265

Using Apache and Tomcat is impossible

           Summary: Using Apache and Tomcat is impossible
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: grillotd@yahoo.fr


I've tried for hours to make Tomcat serve dynamic content of my application 
(JSP, servlets...) and Apache serve static content (GIF, CSS...) but it's 
impossible.
If I only use Tomcat (4.0.1 or 4.0.2-b2), my application runs fine (static and 
dynamic content)
When I try to connect Apache (1.3.22 or 1.3.23), I can't get all my application 
runnig ! I can get JSP or servlet but every static content can't be reach and 
Apache doesn't respond anymore.
I tried creating an alias in httpd.con to my static content directory : I can 
get some images but there are still problems.
I've the same problem when I try the JSP examples. With the default server.xml 
and httpd.conf files, it runs well when I use Tomcat alone but when I use 
Apache, it displays the jsp/index.html page without the images and Apache 
doesn't respond (trying to get the images...)
Is there something I must change in sever.xml (not only Engine name ?) in the 
<Service name="Tomcat-Apache"> section ? Must I duplicate the Host and Context 
sections from the <Service name="Tomcat-Standalone"> section ?
Can applications be used from Tomcat-Standalone or Tomcat-Apache without 
changing the configuration ?
Thank you for helping me.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>