Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Mladen Turk
Guernsey, Byron (GE Consumer Industrial) wrote: It uses a urimap.properties file instead of JkMounts. OK. The config directives in httpd.conf look like: IfDefine MOD_JK JkLogLeveldebug JkShmSize 300 JkShmFile /usr/local/apache/logs/jk1-ssodev.shm JkWorkersFile

RE: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Guernsey, Byron \(GE Consumer Industrial\)
] Sent: Wednesday, April 20, 2005 8:19 AM To: Tomcat Users List Subject: Re: jk 1.2.10 + apache 1.3 issue Guernsey, Byron (GE Consumer Industrial) wrote: It uses a urimap.properties file instead of JkMounts. OK. The config directives in httpd.conf look like: IfDefine MOD_JK JkLogLevel

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Mladen Turk
Guernsey, Byron (GE Consumer Industrial) wrote: worked just fine under Apache 2 and we haven't seen any issues in the JK1 code or cookies with respect to the ':' in the JVM Routes. To you it might seem easier to change the jvmRoute, but unfortunately there are literally 100's of production app

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Lionel Farbos
LINE_LENGTH of 4K works fine with apache 2, but runs into issues on Apache 1.3. Byron -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 8:19 AM To: Tomcat Users List Subject: Re: jk 1.2.10 + apache 1.3 issue Guernsey, Byron (GE

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Mladen Turk
Lionel Farbos wrote: VirtualHost myHost ServerName myVhost1 #this works : # JkMount /testServlet/* ajp13 #this doesn't work : #JkMountFile /usr2/web/VirtualHosts/testServlet.properties JkMountFile /usr2/web/etc/testServlet.properties Well, the mount files are overriden if JkMountCopy On is set.

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Lionel Farbos
On Wed, 20 Apr 2005 18:48:24 +0200 Mladen Turk [EMAIL PROTECTED] wrote: Lionel Farbos wrote: VirtualHost myHost ServerName myVhost1 #this works : # JkMount /testServlet/* ajp13 #this doesn't work : #JkMountFile /usr2/web/VirtualHosts/testServlet.properties JkMountFile

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Mladen Turk
Lionel Farbos wrote: but I tried also this : VirtualHost ... JkMountFile B /VirtualHost (without JkMountFile A and JkMountCopy On) and this doesn't work either :-( Well, then it's a bug :) I'll check that, to see how it can be fixed. Regards, Mladen.

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Lionel Farbos
On Wed, 20 Apr 2005 19:07:28 +0200 Mladen Turk [EMAIL PROTECTED] wrote: Lionel Farbos wrote: but I tried also this : VirtualHost ... JkMountFile B /VirtualHost (without JkMountFile A and JkMountCopy On) and this doesn't work either :-( Well, then it's a bug :) I'll check

RE: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Guernsey, Byron \(GE Consumer Industrial\)
a duplicate worker? Byron -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 12:20 PM To: Tomcat Users List Subject: Re: jk 1.2.10 + apache 1.3 issue Guernsey, Byron (GE Consumer Industrial) wrote: worked just fine under Apache 2 and we

Re: jk 1.2.10 + apache 1.3 issue

2005-04-20 Thread Mladen Turk
Guernsey, Byron (GE Consumer Industrial) wrote: The problem was a duplicate worker entry. Apparently, in JK2, duplicates were ignored. I've written a perl script that converts the JK2 config to a JK1 config because of the large number of entries- I'll just need to have it validate that there

Re: jk 1.2.10 + apache 1.3 issue

2005-04-19 Thread Mladen Turk
Guernsey, Byron (GE Consumer Industrial) wrote: The NULL factory for ajp13*ajp13 looks odd to me...but that seems like an error create 1 worker and I didn't expect it to cause no workers to be available. I don't really want to run this with Apache 1.3 long term, but I understood it should

RE: jk 1.2.10 + apache 1.3 issue

2005-04-19 Thread Guernsey, Byron \(GE Consumer Industrial\)
): Could not init service for worker=jkstatus Byron -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 2:03 AM To: Tomcat Users List Subject: Re: jk 1.2.10 + apache 1.3 issue Guernsey, Byron (GE Consumer Industrial) wrote: The NULL factory

jk 1.2.10 + apache 1.3 issue

2005-04-18 Thread Guernsey, Byron \(GE Consumer Industrial\)
For a development environment of ours where we aren't yet running apache 2, I had to build jk1 for Solaris and apache 1.3.26. Everything looked ok, but none of the workers seem to be loading, not even the jkstatus worker. Loading the page returns a 500 error, and the jk log into debug mode