Re: Linking Tomcat to Apache

2005-07-14 Thread Bryan Scarbrough
How is it all currently configured (the mod_jk portions)? Bryan On 7/13/05, Ben Stuart [EMAIL PROTECTED] wrote: I am trying to use ModJk to Link Apache 2 and Tomcat 5.5.9 I followed the instructions and I thought I had it all right! But I edited my httpd.cong file to support virtual hosts

Linking Tomcat to Apache

2005-07-13 Thread Ben Stuart
I am trying to use ModJk to Link Apache 2 and Tomcat 5.5.9 I followed the instructions and I thought I had it all right! But I edited my httpd.cong file to support virtual hosts and pointed the document root to the jsp and the servlet examples and apache serves those pages to the web but the

Re: Linking Tomcat to Apache

2005-07-13 Thread Ben Ricker
Check out http://jakarta.apache.org/tomcat/connectors-doc/ for infromation on how to configure mod_jk to server up specific sorts of URLs. Ben Ricker On 7/13/05, Ben Stuart [EMAIL PROTECTED] wrote: I am trying to use ModJk to Link Apache 2 and Tomcat 5.5.9 I followed the instructions and I

Linking tomcat with apache

2004-01-20 Thread Anantharam S
Hi I had the same problem regarding linking tomcat with apache, i found this great site by John Turner http://johnturner.com/howto/apache-tomcat-howto.html It talks about all possible configurations of tomcat and apache linking on all platoforms, by far the best link i have seen :) thanks

Re: Linking tomcat with apache

2004-01-20 Thread pavan . k
and if u r working on AIX u have to look at http://apache.org/~trawick/tomcataix.html Pavan Kumar Tata Consultancy Services mailto: [EMAIL PROTECTED] [EMAIL PROTECTED]DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity

RE: Linking tomcat with apache

2004-01-20 Thread batpurev
Hi Ananthram, The link you provided is real help Cheers, Purvee -Original Message- From: Anantharam S [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 5:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Linking tomcat with apache Hi I had the same problem regarding

RE: Linking tomcat with apache

2004-01-20 Thread Brennon Obst
, Brennon -Original Message- From: batpurev [mailto:[EMAIL PROTECTED] Sent: Tuesday, 20 January 2004 8:36 PM To: 'Tomcat Users List'; 'Anantharam S' Subject: RE: Linking tomcat with apache Hi Ananthram, The link you provided is real help Cheers, Purvee -Original Message- From

Re: Linking tomcat with apache

2004-01-19 Thread Allan Bruce
Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, January 18, 2004 7:23 PM Subject: Re: Linking tomcat with apache http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim

RE: Linking tomcat with apache

2004-01-19 Thread Yiannis Mavroukakis
2004 14:52 To: Tomcat Users List Subject: Re: Linking tomcat with apache Thanks Tim, I am a step closer I think, my configs are detailed below. I have tomcat running with jk2 fine, the log states INFO: JK2: ajp13 listening on /0.0.0.0:8019 but apache has the following error: [Mon Jan 19 14

Re: Linking tomcat with apache

2004-01-19 Thread Allan Bruce
- Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:58 PM Subject: RE: Linking tomcat with apache Probably this [Mon Jan 19 14:32:37 2004] [error] shm.init(): No file You need a shm directive in your workers2

RE: Linking tomcat with apache

2004-01-19 Thread Yiannis Mavroukakis
Users List Subject: Re: Linking tomcat with apache Thanks very much, thats it working now. Any ideas how I could navigate to: http://server/servlet/WinGalagaHST?Op=GetHTML instead of http://server/examples/servlet/WinGalagaHST?Op=GetHTML i.e. so I dont have to type 'examples'. I dont want to use

RE: Linking tomcat with apache

2004-01-19 Thread David Short
Add shm.file=c:/Apache2/logs/jk2.shm to your $CATALINA_HOME\conf\jk2.properties file. -Original Message- From: Allan Bruce [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 6:52 AM To: Tomcat Users List Subject: Re: Linking tomcat with apache Thanks Tim, I am a step closer I

Linking tomcat with apache

2004-01-18 Thread Allan Bruce
I have tomcat and apache both setup and running. At the moment, I am using a permanent redirect for urls to servlets to tomcat. But this is not correct. How do I get them set up correctly? I have jk2 installed. Thanks Allan -

Re: Linking tomcat with apache

2004-01-18 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim Allan Bruce wrote: I have tomcat and apache both setup and running. At the moment, I am using a permanent redirect for urls to servlets to tomcat. But this is not

Re: Linking tomcat with apache

2004-01-18 Thread Allan Bruce
] Sent: Sunday, January 18, 2004 7:23 PM Subject: Re: Linking tomcat with apache http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim Allan Bruce wrote: I have tomcat and apache both setup and running. At the moment

help with linking tomcat to apache

2000-10-20 Thread Hardawayd
I have apache and tomcat3.2 (beta 6) up and running. When I Include the TOMCAT_HOME/conf/mod_jk.conf-auto reference in my httpd.conf file and restart apache, I get an error message saying "syntax error in http.conf". If I comment out the Include statement apache starts fine. I have looked