Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-13 Thread Thorsten Westmeier
At 23:04 12.10.2003 -0700, you wrote:
 Which changes has to be made in the Tomcat 5 server.xml to use the new
 Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or
not?
No changes are required in server.xml for any Tomcat versions 3.3.x-5.0.x.
Just like with Tomcat 4.1.x, the Tomcat 5 JK2 Connector is fully compatible
with mod_jk (assuming that you are using channelSocket, since channelJNI and
channelUnix require mod_jk2).
Yes, I'm using channelSocket, but not mod_jk, but isapi_redirect.dll, 
because I Connect the Tomcat to IIS 5.

Thorsten



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


Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-13 Thread Thorsten Westmeier
At 18:34 12.10.2003 +0200, you wrote:
Which changes has to be made in the Tomcat 5 server.xml to use the new 
Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or not?
[...]
In Tomcat 5 server.xml it's only the following JK Connector:

!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
Connector port=8009
   enableLookups=false redirectPort=8443 debug=0
   protocol=AJP/1.3 /
For using the new JK1.2.5 I must comment this one out and have to add this 
one, which is not longer in server.xml automatically, or not?

!-- Define an AJP 1.3 Connector on port 8009 --

Connector className=org.apache.ajp.tomcat4.Ajp13Connector
   port=8009 minProcessors=5 maxProcessors=75
   acceptCount=10 debug=0/
Thorsten 

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


Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Thorsten Westmeier
Hi,

if I interpret the Version-Number correctly, then it is a follower of the 
old JK Connector and not of the new JK2.

Can I use my old uriworkermap.properties and workers.properties?

Which changes has to be made in the Tomcat 5 server.xml to use the new 
Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or not?

Thanks for your help,
Thorsten


At 12:52 11.10.2003 -0500, you wrote:
The Tomcat team is pleased to announce the release of version 1.2.5 of the 
Apache
Tomcat mod_jk web server connector.


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


Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Giuliano Gavazzi
At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote:
Hi,

if I interpret the Version-Number correctly, then it is a follower 
of the old JK Connector and not of the new JK2.
I can confirm that.

Can I use my old uriworkermap.properties and workers.properties?
I have just managed to build jk1.2.5 and jk2 on MacOSX (and am 
writing a page on that, plus make the modules available). I replaced 
my previous mod_jk with the 1.2.5 with no configuration changes 
(Apache2 + tomcat4.1). I cannot speak about tomcat 5 as I had many 
problems yesterday with it, so I reversed to the latest 4.1 instead.

Which changes has to be made in the Tomcat 5 server.xml to use the 
new Connector-Version 1.2.5? By default, Tomcat 5 is configured for 
JK2, or not?

[...]

Giuliano
--
H U M P H
   || |||
 software
Java  C++ Server/Client/Human Interface applications on MacOS - MacOS X
http://www.humph.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Eric C
Hello,

I read once that tomcat 5 is designed to handle the static files.
Is mod_jk still necessary then ?
do you have any experience on that ?

Regards,
ERic
- Original Message - 
From: Giuliano Gavazzi [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Sunday, October 12, 2003 6:34 PM
Subject: Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5


 At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote:
 Hi,
 
 if I interpret the Version-Number correctly, then it is a follower 
 of the old JK Connector and not of the new JK2.
 
 I can confirm that.
 
 Can I use my old uriworkermap.properties and workers.properties?
 
 I have just managed to build jk1.2.5 and jk2 on MacOSX (and am 
 writing a page on that, plus make the modules available). I replaced 
 my previous mod_jk with the 1.2.5 with no configuration changes 
 (Apache2 + tomcat4.1). I cannot speak about tomcat 5 as I had many 
 problems yesterday with it, so I reversed to the latest 4.1 instead.
 
 Which changes has to be made in the Tomcat 5 server.xml to use the 
 new Connector-Version 1.2.5? By default, Tomcat 5 is configured for 
 JK2, or not?
 
 [...]
 
 Giuliano
 -- 
 H U M P H
 || |||
   software
 
 Java  C++ Server/Client/Human Interface applications on MacOS - MacOS X
 http://www.humph.com/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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



Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Bill Barker

Thorsten Westmeier [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 if I interpret the Version-Number correctly, then it is a follower of the
 old JK Connector and not of the new JK2.


Yes.

 Can I use my old uriworkermap.properties and workers.properties?


Yes. No changes have been made to the configuration code.

 Which changes has to be made in the Tomcat 5 server.xml to use the new
 Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or
not?


No changes are required in server.xml for any Tomcat versions 3.3.x-5.0.x.
Just like with Tomcat 4.1.x, the Tomcat 5 JK2 Connector is fully compatible
with mod_jk (assuming that you are using channelSocket, since channelJNI and
channelUnix require mod_jk2).


 Thanks for your help,
 Thorsten



 At 12:52 11.10.2003 -0500, you wrote:
 The Tomcat team is pleased to announce the release of version 1.2.5 of
the
 Apache
 Tomcat mod_jk web server connector.




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