I had such problems because I wanted to use variables environment in the httpd.conf and workers.properties file but it seems to be impossible. If someone succeeded thanks to give me the syntax to use I tried
JkWorkersFile "$CATALINA_HOME/conf/jk/workers.properties" in http.conf and workers.tomcat_home = $(CATALINA_HOME) in workers.properties with a windowsNT environment but it doesn't work. CATALINA_HOME = c:\tomcat4.0. When I don't use variables it works fine. I would like to know how test that the Apache-Tomcat communication works fine and be sure that Tomcat is called only for the dynamic contentrequests and Apache the static pages. When we enter the URL http://localhost:8080 we use the standalone service. What's the URL corresponding to the Apache-Tomcat service ? -----Original Message----- From: Pratim Chaudhuri [mailto:[EMAIL PROTECTED]] Sent: 30 August 2002 16:11 To: Tomcat Users List Subject: Re: How to integrate Apache and Tomcat on Window Thanks a lot John, It worked fine till Set (9) in the mentioned document you gave me. But the apache does not start. i.e. Step (10) is not working. Can you please tell me the possible reasons. Thank you. with regards, Pratim Chaudhuri ----- Original Message ----- From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 5:44 PM Subject: RE: How to integrate Apache and Tomcat on Window > > http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html > > John Turner > [EMAIL PROTECTED] > > > > -----Original Message----- > > From: Pratim Chaudhuri [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 30, 2002 7:14 AM > > To: Tomcat Users List > > Subject: How to integrate Apache and Tomcat on Window > > > > > > Hello All, > > I want to integrate Apache 2.0 with Tomcat 4.0.3 on Windows platform. > > I do not know how to go for it. I want to publish my web > > application on the Apache Web Server and I want the Tomcat to > > be used as a Servlet engine. > > Please do help me. > > Thank you. > > with regards, > > Pratim Chaudhuri > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
