RE: JK2 connector built and installed but is there something wrong?

2004-04-07 Thread Mark Nye
Hi, I had a similar problem. The line for the uri has to have a directory that is under $TOMCAT_HOME/webapps. [uri:/jsp-examples/*] would require the directory $TOMCAT_HOME/webapps/jsp-examples. As Drew said you can try servlets-examples instead of jsp-examples. Those directories are under

RE: Almost got it...

2004-04-02 Thread Mark Nye
Hey I got it.. Or I should say you got it... Thanks a lot! It seems the problem was the canned workers2.properties file from the jk src directory was missing the connector info. I modeled mine off of yours and alls seems to be working well. The only issue I still have to resolve is getting

Almost got it...

2004-04-01 Thread Mark Nye
Hi, I have the new tomcat (5.0) and modJk 2 installed with apache 2. Tomcat is getting my servlet requests but now is stating the service is temporarily unavailable. Actual error in the browser is The server is temporarily unable to service your request due to maintenance downtime

Mod_jk killed apache...

2004-03-30 Thread Mark Nye
Hi all, I've installed apache 2.0.49 with Tomcat 5.0.19. I just downloaded the latest jk2 connector and build it as well. All three where downloaded as src files and built locally. I pointed the -apxs2 flag to the bin dir under apache2 and the mod_jk2.so builds fine. Now when I try to start

RE: RE: Connecting Apache and Tomcat

2004-03-30 Thread Mark Nye
Awesome.. I had some trouble understanding the documentation at the Jakarta site as well. So far I've been successful using http://www.connecties.com/cymulacrum/tomcat5/book1.html and it seems pretty cut and dry.. no fancy stuff. Thanks for the reply... Mark -Original Message-

RE: new apache to tomcat connector for linux

2004-03-29 Thread Mark Nye
Hi, You mean to say you read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html and found none of it helpful enough to do something besides copy the old conf directory?!? Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Nye [mailto:[EMAIL PROTECTED

Wrong apache version number

2004-03-29 Thread Mark Nye
Hi, I downloaded the src for the new jk2. I have apache 2.0.49 installed and working I have tomcat-5.0.19 installed and working Mod_jk2.so compiled correctly and is installed When I start the web server it says the following: Httpd: module ../../server/paache2/mod_jk.c is not

new apache to tomcat connector for linux

2004-03-26 Thread Mark Nye
Hi, I spend about half a day looking for the jk flavor of the week. It seems the documentation is running in circles. I currently use apache 2 with tomcat 3. (tomcat 3 is the only tomcat that we have been succesfull at installing with apache) I would like to use the new tomcat with apache