Re: Hooking Tomcat to Apache HTTPD

2003-07-30 Thread Julien Martin
ulien. - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 5:56 PM Subject: Re: Hooking Tomcat to Apache HTTPD > Julien Martin wrote: > > > [Wed Jul 30 17:28:32 2003] [

Re: Hooking Tomcat to Apache HTTPD

2003-07-30 Thread John Turner
Julien Martin wrote: [Wed Jul 30 17:28:32 2003] [error] Can't find class org/apache/jk/apr/AprImpl java.lang.NoClassDefFoundError: javax/management/MBeanRegistration at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:502) NoClassDefFoundErr

Hooking Tomcat to Apache HTTPD

2003-07-30 Thread Julien Martin
Hello, I changed the file. I still get a 404 error from tomcat.. Julien. - Original Message - From: "Eric J. Pinnell" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 5:37 PM Subject: Re: Hooking Tomcat to Ap

Re: Hooking Tomcat to Apache HTTPD

2003-07-30 Thread Eric J. Pinnell
Hi, Why don't you slim down that file and try something simple first. Like: [shm] file=${serverRoot}/logs/shm.file size=1048576 # socket channel [channel.socket:localhost:8009] port=8009 host=127.0.0.1 # define the worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009 # Uri mapp

Hooking Tomcat to Apache HTTPD

2003-07-30 Thread Julien Martin
Hello, I am trying to connect Tomcat 5.0 to Apache HTTPD 2.0.47 on a windows 2k platform. I configured the workers2.properties file as follows: ** [logger] level=DEBUG [config:] #file=${serverRoot}/conf/workers2.properties file=D:/system/Apache Group/Apache2/conf/workers2.properties debug=