Re: tomcat and apache on different machines

2001-07-18 Thread Gary Dale
I'd imagine - haven't tried it myself - that you should set it up as if the two were running on the same machine but use the UNC paths everywhere you need to connect Apache to Tomcat. That includes not only the hosts but also the workers and references to the Tomcat server in general. Nick S

tomcat and apache on different machines

2001-07-17 Thread Nick Stoianov
Hey guys,   I have the following question. I set up a tomcat server. I have an Apache server on a different machine. What should I put in the configuration of Apache and Tomcat so that when apache receive a request for a jsp file it will redirect the request to the Tomcat server? And Apache

Tomcat and Apache on different machines

2001-05-27 Thread Kumar Vijayaratnam
Hello, I am trying to configure two separate machines one with Tomcat 3.2.1 and another with apache with mod_jk The config is as follows:- Machine1: Tomcat 3.2.1 + mod_jk workers.properties worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 server.xml contains the