Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
Hi All, I am still dorking around with this after writing the list a couple of weeks ago. I am trying to run JSPs using tomcat through Apache virtual hosts. To refresh, I have 2 domains, I want one to run JSPs, the other one will not. All I can think to do at this point is send you my

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
To: [EMAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts Sorry, you'll need these lines in your httpd.conf file for the Apache web server: If your running windows, I believe you leave this one out and the connector will take care of it LoadModule jk_module

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
for /contact.jsp Is this a problem with my server.xml file, or my workers2.properties file? Mike -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:08 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Ed Robbins
mis-spelled or defined by a module not included in the server configuration Mike -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 9:25 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts Mike, Can you give me

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Adrian Lanning
Hi Mike, jk_module and JkMount will only work if you are using JK. You are using JK2 so you should go back to your original configuration. Looking back at your log output, I noticed an error about a JNI lib not being found. I am fairly certain that using Unix Sockets requires JNI so that may

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
To: Tomcat Users List Subject: Re: Tomcat Configuration with Apache Virtual Hosts Take a look at your workers2.properties file: Specifically this line: # define the worker [ajp13:/opt/jakarta/jakarta-tomcat/work/jk2.socket] channel=channel.un:/opt/jakarta/jakarta-tomcat/work/jk2.socket

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
: Tomcat Configuration with Apache Virtual Hosts Hi Mike, jk_module and JkMount will only work if you are using JK. You are using JK2 so you should go back to your original configuration. Looking back at your log output, I noticed an error about a JNI lib not being found. I am fairly

RE: Tomcat Configuration with Apache Virtual Hosts [SOLVED]

2004-04-05 Thread Mike Burkhouse
:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:54 AM To: 'Tomcat Users List' Subject: RE: Tomcat Configuration with Apache Virtual Hosts Oops. That changed things a bit. Now I get a segmentation fault: [Mon Apr 05 12:39:58 2004] [notice] child pid 3800 exit signal Segmentation