Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Dmitry Letin
Hi, I compared revision 1.52 of jk/native2/server/apache2/mod_jk2.c to my current version. I currently use the following code to distingquish between different virtual hosts: static int jk2_translate(request_rec *r) { ... char vhost_port_buf[1024]; char *vhost_port;

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Dmitry Letin
-Original Message- From: Eugene Gluzberg [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:00 PM To: Tomcat Users List Subject: Re: mod_jk2, virtual hosts, JkUriSet Is this something that should be a patch to the CVS version? could you submit a context diff plz... Dmitry Letin

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Dmitry Letin
They fixed it in a different way already in release 1.53. Also changes were made to jk_uriMap.c So we just need to try latest version from CVS I guess. -Original Message- From: Eugene Gluzberg [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:43 PM To: Dmitry Letin Subject

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-21 Thread Dmitry Letin
To: Tomcat Users List CC: Dmitry Letin Subject: Re: mod_jk2, virtual hosts, JkUriSet Hello, I'm glad you got it working. Have you posted a bug at http://www.mail-archive.com/tomcat-dev%40jakarta.apache.org/ I'm sure

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-21 Thread Dmitry Letin
this? -Original Message- From: Dmitry Letin [mailto:[EMAIL PROTECTED]] Sent: September 21, 2002 8:50 AM To: [EMAIL PROTECTED] Subject: Re: mod_jk2, virtual hosts, JkUriSet Developers have already added this fix

RE: HEAD request to JSP stuck in a 'W' state

2002-09-20 Thread Dmitry Letin
I have similar problems. (Apache 1.3.26, tomcat 4.0.4 / tomcat4.1.10 / mod_jk) Usually user requests (GET, POST) are processed under 0.2 seconds, but sometimes It takes hundreds of seconds to process the same request. Dmitry -Original Message- From: John Moore [mailto:[EMAIL

RE: Tomcat performance problems after a while

2002-09-20 Thread Dmitry Letin
It will not have. I have the same problems with tomcat 4.0.4 and 4.1.10 -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:18 PM To: Tomcat Users List Subject: Re: Tomcat performance problems after a while Consider moving to tomcat 4,

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Dmitry Letin
To would be appreciated by all. rls Dmitry Letin [EMAIL PROTECTED] 09/19/2002 01:24 PM Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:mod_jk2, virtual hosts, JkUriSet Hi, Has anybody managed to successfully connect apache

mod_jk2, virtual hosts, JkUriSet directive

2002-09-20 Thread Dmitry Letin
), 'natural' to any * apache user. Does anybody knows how to use this directive properly? I tried to use it - but it did not work as I expected. What should be specified in place of worker and ajp13? Thanks, Dmitry Letin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Dmitry Letin
: Dmitry Letin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 6:46 PM Subject: RE: mod_jk2, virtual hosts, JkUriSet Hi Robert, In my config files I of course use real domains. I did try to use only workers2.properties files for configuration. It seems

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Dmitry Letin
... - Original Message - From: Dmitry Letin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 6:46 PM Subject: RE: mod_jk2, virtual hosts, JkUriSet Hi Robert, In my config files I

mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
But in the end all requests (even from vh1) are routed to worker ajp13:localhost:8013 But I expected them to be routed to ajp13:localhost:8009 Looks like a bug to me. Thanks, Dmitry Letin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
appreciate it you wouldn't mind. Thanks -Original Message- From: Dmitry Letin [mailto:[EMAIL PROTECTED]] Sent: September 19, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: mod_jk2, virtual hosts, JkUriSet Hi, Has anybody managed to successfully connect apache virtual hosts to different

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
The TOMCAT_1 Connector uses port 8009 of cource - copied from wrong place. -Original Message- From: Dmitry Letin Sent: Thu 19/09/2002 6:25 PM To: Tomcat Users List Cc: Subject:RE: mod_jk2, virtual hosts, JkUriSet Hi Dave, I use something like this: Relevent parts

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
Make your virtual hosts as fully qualified domains and make your JkUriSet commands like the example. Leave the port selection up to the workers2.properties file. Regardless of how you do it, after you are successful a nice step by step How To would be appreciated by all. rls Dmitry Letin