Re: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp?)

2002-07-31 Thread Nikolas A. Rathert
Hi, see below your questions, please Heligon Sandra wrote: Hi, I am working on a web application. I used the default Tomcat4.0.4 configuration until now. (standalone mode execution). I would like to use Apache and Tomcat together but I don't

RE: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp ?)

2002-07-31 Thread Turner, John
My advice is to use mod_jk. Mod_jk2 is still new, and there are some issues with mod_webapp that prevent it from being ready for production in my opinion. These may help: http://www.acg-gmbh.de/mod_jk/ (you need the mod_jk.dll file from here)

RE: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp ?)

2002-07-31 Thread Turner, John
FYI The Galatea Flashguides link is dead, has been for a couple of days. John Turner [EMAIL PROTECTED] -Original Message- From: Nikolas A. Rathert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:02 AM To: Tomcat Users List Subject: Re: Help Apache2.0 with Tomcat4 (mod_jk

RE: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp ?)

2002-07-31 Thread Heligon Sandra
Before posting the message I read the http://www.acg-gmbh.de/mod_jk/ but I thought that the mod_jk.dll was not good in relation to the notes. It was an error from me. But It doesn't work. I can start Apache an Tomcat but I can not run my web applications. When I start Tomcat no web application

RE: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp ?)

2002-07-31 Thread Turner, John
Hold on!!! Slow down. You are jumping all over the place. Take things one at a time and you will get this working. First: do the tomcat examples work? Do you get successful results at this URL: http://localhost:8080/examples ? Second: does Apache work? Do you get a successful page when

RE: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp ?)

2002-07-31 Thread Heligon Sandra
Sorry I am new with Apache-Tomcat and I find the configuration little hard. I followed the previous mail of nikolas to change server.xml, httpd.conf, workers.properties files. To start with a basic Tomcat configuration. My server.xml file is the following: Server port=8005 shutdown=SHUTDOWN

RE: Help Apache2.0 with Tomcat4 (mod_jk or mod_jk2 or mod_webapp ?)

2002-07-31 Thread Turner, John
OK, as it says in the tomcat connector docs, you need two Listener directives in server.xml. You need a global Listener directive for things like LoadModule and JkLogFile. You also need a Host level Listener directive for things that are hostname specific (like JkMount). Taken straight from