RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Turner, John
I'm pretty sure you need a shared memory block in your workers2.properties file. I don't use JK2, but I think it should look something like this: [shm] file=${serverRoot}/logs/shm.file size=1048576 John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Mete Kural
Thanks for the feedback. Hmm.. for some reason it doesn't tell you to add the lines that you gave me in the workers2.properties file in the JK2 documentation. But anyways, I added these lines to workers2.properties: [shm] file=$/usr/apache/logs/shm.file size=1048576 Now I don't get the

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Turner, John
Do you have a Connector configured for port 8009 in server.xml? John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:35 AM To: Tomcat Users List Subject: RE: JK2 2.0.1 and Apache 2.0.44 problem Thanks for the feedback. Hmm

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Mete Kural
AM To: Tomcat Users List Subject: RE: JK2 2.0.1 and Apache 2.0.44 problem Thanks for the feedback. Hmm.. for some reason it doesn't tell you to add the lines that you gave me in the workers2.properties file in the JK2 documentation. But anyways, I added these lines to workers2

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Turner, John
It's possible. I have no experience with JBoss. John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 12:51 PM To: Tomcat Users List Subject: RE: JK2 2.0.1 and Apache 2.0.44 problem I think so. This is in my servlet.xml

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Paul Gregoire
9:51 AM To: Tomcat Users List Subject: RE: JK2 2.0.1 and Apache 2.0.44 problem I think so. This is in my servlet.xml: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5