unable to use ajp13 ...

2001-01-17 Thread mike niemaz

I can't figure out how to make tomcat use ajp13.
The mod_jk-auto file keeps assigning ajp12 to each
of my contexts ;-(
Any ideas?

--mike


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: unable to use ajp13 ...

2001-01-17 Thread mike niemaz

CPC Livelink Admin wrote:

 You need to make a copy of mod_jk-auto because it will alwys be generated
 with ajp12 connections. So make a copy, mod it to use ajp13, and refer
 apache to your copy instead of the auto file.

 -Original Message-
 From: Barclay, Tom [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 17, 2001 10:45 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: unable to use ajp13 ...

 Did you set the AJP13 protocol in the JkMount directives?

Hi,
Yes I set up the JkMount directives in mod_jk.conf file such as:
JkMount /docsoul/servlet/* ajp13
JkMount /docsoul/jsp/*.jsp ajp13
This mod_jk.conf is a copy of the auto generated mod_jk.conf-auto
with some modifications (ajp12 changed by ajp13, some noisy mounted
context removed (like .cvsignore, CVS!!!), and more ...).
And there's a link to it in my http.conf such as:
Include /home/niemaz/DocumentSoul/build/tomcat/conf/mod_jk.conf

But I'm not sure ajp13 is really used indeed How could I check this
out?

Thanx,

--mike


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: unable to use ajp13 ...

2001-01-17 Thread Regis Muller

There should be something like

2001-01-17 10:27:14 - PoolTcpConnector: Starting Ajp13ConnectionHandler on 8009

in your tomcat window

mike niemaz wrote:

 CPC Livelink Admin wrote:

  You need to make a copy of mod_jk-auto because it will alwys be generated
  with ajp12 connections. So make a copy, mod it to use ajp13, and refer
  apache to your copy instead of the auto file.
 
  -Original Message-
  From: Barclay, Tom [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 17, 2001 10:45 AM
  To: '[EMAIL PROTECTED]'
  Subject: RE: unable to use ajp13 ...
 
  Did you set the AJP13 protocol in the JkMount directives?

 Hi,
 Yes I set up the JkMount directives in mod_jk.conf file such as:
 JkMount /docsoul/servlet/* ajp13
 JkMount /docsoul/jsp/*.jsp ajp13
 This mod_jk.conf is a copy of the auto generated mod_jk.conf-auto
 with some modifications (ajp12 changed by ajp13, some noisy mounted
 context removed (like .cvsignore, CVS!!!), and more ...).
 And there's a link to it in my http.conf such as:
 Include /home/niemaz/DocumentSoul/build/tomcat/conf/mod_jk.conf

 But I'm not sure ajp13 is really used indeed How could I check this
 out?

 Thanx,

 --mike

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: unable to use ajp13 ...

2001-01-17 Thread mike niemaz

Regis Muller wrote:

 There should be something like

 2001-01-17 10:27:14 - PoolTcpConnector: Starting Ajp13ConnectionHandler on 8009

 in your tomcat window

There is. But it does not mean that this handler is used to my X context, does it?

How can I be real sure that my X context (and according req) is/are uploaded
through
this ajp13 handler?

--mike


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]