Where is the jk2 documentation gone ?

2004-08-06 Thread Francois JEANMOUGIN
Hi everyone,

Sorry to bother you, but at the end of the page:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/ajp.html
There is a broken link to:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/

It is not that I need a so special configuration at the time, but I am lost
with a silly question. When to use Jk2 and when to use Jk1.2? Is it related
to the JSP spec version? Where can I find a simple doc for it without
downloading the whole source code?

Thanks for any tip.

François.


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



RE: Where is the jk2 documentation gone ?

2004-08-06 Thread Shapira, Yoav

Hi,
It's not a bother: thanks for reporting the broken link.  I've fixed it in CVS and the 
site will be updated during our next release.

For now, use the main JK documentation link (JK Documentation from the Reference 
section of the Tomcat 5 Docs home), or just bookmark 
http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED]
Sent: Friday, August 06, 2004 5:59 AM
To: Tomcat Users List
Subject: Where is the jk2 documentation gone ?

Hi everyone,

Sorry to bother you, but at the end of the page:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/ajp.html
There is a broken link to:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/

It is not that I need a so special configuration at the time, but I am lost
with a silly question. When to use Jk2 and when to use Jk1.2? Is it related
to the JSP spec version? Where can I find a simple doc for it without
downloading the whole source code?

Thanks for any tip.

François.


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



JK2 Documentation

2003-06-07 Thread NormW
Good evening All.
I have a few questions re the configuration and operation of mod_jk2 that I hope some 
better informed user may be able to answer.

1. The documentation describes setting parameters in the httpd.conf file using JkSet, 
and I have had success with worker parameters, but trying to set something like the 
config file keeps eluding me. The 'object' name usually comes from the section head 
[config], and since there is no local component name one expects the setting would be:
   JkSet  config.file conf/filename
However when I start apache2 the following error is generated depending on the form 
used:

[Fri Jun 06 20:08:31 2003] [notice] mod_jk2: Unrecognized option config:file 
conf/workers2.properties
[Fri Jun 06 20:17:55 2003] [notice] mod_jk2: Unrecognized option config.file 
conf/workers2.properties
[Fri Jun 06 20:43:03 2003] [notice] mod_jk2: Unrecognized option config:.file 
conf/workers2.properties
[Fri Jun 06 20:45:28 2003] [notice] mod_jk2: Unrecognized option config:file 
${serverRoot}/conf/workers2.properties

Can someone enlighten me please?

2. The documentation indicates all objects have three standard properties, namely 
'disabled', 'debug' and 'version', yet when 'version=0' is included in 
workers2.properties under, for example, ajp13, mod_jk2 reports it as an unrecognised 
option. Which is correct, the module or the documents?

3. The basic premise of load balancing is understandable but not the method by which 
mod_jk achieves it.  If two workers have the same lb_factor of 1, does that imply 
every second (unique, assuming sticky sessions) request goes to each Tomcat?  ... and 
if the lb_factor is raised to 5 each? 5 to one then 5 the other?
If one Tomcat has an lb_factor of 20 and the other 2, does one do ten times the 'work' 
and if so how is this 'measured'? ...over a period of time, by counters, by preference?

I've read mod_jk2 is still a work in progress but hope the questions might provide at 
least a few ideas for inclusions.
Thanks in advance for any reply,
Norm


jk2 documentation

2003-03-19 Thread Herbert G. Fischer
Hi,

I'm trying to migrate Tomcat 4.0.x + WebApp to Tomcat 4.1.21 + JK2, but 
I'm having some difficult. First, I tryed to compile jk2 without sucess. 
Now I'm using pre-built binaries fo jk2 and it's not working.

Jk2's documentation is so confuse and incomplete. I'm trying some things 
like Jk's documentation, but it not works too.

Does anyone have a HOW-TO or documentation more complete for this setup?

Thanks,

Herbert

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


RE: jk2 documentation

2003-03-19 Thread Chris Dodunski
I managed to get JK2 working last weekend, despite the poor documentation.
I kept a diary of what I did, so next time it wouldn't be such an extended
exercise of trial and error.  I've attached it as a DRAFT procedure.  It
isn't too detailed at present, but you're welcome to test it.  Let me know
where you find it lacking.

Chris.


-Original Message-
From: Herbert G. Fischer [mailto:[EMAIL PROTECTED]
Sent: Thursday, 20 March 2003 9:23 a.m.
To: Tomcat-Users
Subject: jk2 documentation


Hi,

I'm trying to migrate Tomcat 4.0.x + WebApp to Tomcat 4.1.21 + JK2, but
I'm having some difficult. First, I tryed to compile jk2 without sucess.
Now I'm using pre-built binaries fo jk2 and it's not working.

Jk2's documentation is so confuse and incomplete. I'm trying some things
like Jk's documentation, but it not works too.

Does anyone have a HOW-TO or documentation more complete for this setup?

Thanks,

Herbert


-
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: jk2 documentation

2003-03-19 Thread Herbert G. Fischer
I did not received the attach. I think the list-serv removed it. Please, 
send to [EMAIL PROTECTED]

Thanks!

Chris Dodunski wrote:
I managed to get JK2 working last weekend, despite the poor documentation.
I kept a diary of what I did, so next time it wouldn't be such an extended
exercise of trial and error.  I've attached it as a DRAFT procedure.  It
isn't too detailed at present, but you're welcome to test it.  Let me know
where you find it lacking.
Chris.

-Original Message-
From: Herbert G. Fischer [mailto:[EMAIL PROTECTED]
Sent: Thursday, 20 March 2003 9:23 a.m.
To: Tomcat-Users
Subject: jk2 documentation
Hi,

I'm trying to migrate Tomcat 4.0.x + WebApp to Tomcat 4.1.21 + JK2, but
I'm having some difficult. First, I tryed to compile jk2 without sucess.
Now I'm using pre-built binaries fo jk2 and it's not working.
Jk2's documentation is so confuse and incomplete. I'm trying some things
like Jk's documentation, but it not works too.
Does anyone have a HOW-TO or documentation more complete for this setup?

Thanks,

Herbert

-
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]


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


Re: jk2 documentation

2003-03-19 Thread Eulogio Robles
Better yet, post it here, please. I'm having the same problem.

Best regards,

E. Robles

Herbert G. Fischer wrote:

I did not received the attach. I think the list-serv removed it. 
Please, send to [EMAIL PROTECTED]

Thanks!

Chris Dodunski wrote:

I managed to get JK2 working last weekend, despite the poor 
documentation.
I kept a diary of what I did, so next time it wouldn't be such an 
extended
exercise of trial and error.  I've attached it as a DRAFT procedure.  It
isn't too detailed at present, but you're welcome to test it.  Let me 
know
where you find it lacking.

Chris.

-Original Message-
From: Herbert G. Fischer [mailto:[EMAIL PROTECTED]
Sent: Thursday, 20 March 2003 9:23 a.m.
To: Tomcat-Users
Subject: jk2 documentation
Hi,

I'm trying to migrate Tomcat 4.0.x + WebApp to Tomcat 4.1.21 + JK2, but
I'm having some difficult. First, I tryed to compile jk2 without sucess.
Now I'm using pre-built binaries fo jk2 and it's not working.
Jk2's documentation is so confuse and incomplete. I'm trying some things
like Jk's documentation, but it not works too.
Does anyone have a HOW-TO or documentation more complete for this setup?

Thanks,

Herbert

-
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]




-
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: jk2 documentation

2003-03-19 Thread Chris Dodunski
Better still, I'll export it to HTML and upload it to my home page.  Later
today.  Thanks for the interest.

Chris.


-Original Message-
From: Eulogio Robles [mailto:[EMAIL PROTECTED]
Sent: Thursday, 20 March 2003 12:25 p.m.
To: Tomcat Users List
Subject: Re: jk2 documentation


Better yet, post it here, please. I'm having the same problem.

Best regards,

E. Robles

Herbert G. Fischer wrote:

 I did not received the attach. I think the list-serv removed it.
 Please, send to [EMAIL PROTECTED]

 Thanks!

 Chris Dodunski wrote:

 I managed to get JK2 working last weekend, despite the poor
 documentation.
 I kept a diary of what I did, so next time it wouldn't be such an
 extended
 exercise of trial and error.  I've attached it as a DRAFT procedure.  It
 isn't too detailed at present, but you're welcome to test it.  Let me
 know
 where you find it lacking.

 Chris.


 -Original Message-
 From: Herbert G. Fischer [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 20 March 2003 9:23 a.m.
 To: Tomcat-Users
 Subject: jk2 documentation


 Hi,

 I'm trying to migrate Tomcat 4.0.x + WebApp to Tomcat 4.1.21 + JK2, but
 I'm having some difficult. First, I tryed to compile jk2 without sucess.
 Now I'm using pre-built binaries fo jk2 and it's not working.

 Jk2's documentation is so confuse and incomplete. I'm trying some things
 like Jk's documentation, but it not works too.

 Does anyone have a HOW-TO or documentation more complete for this setup?

 Thanks,

 Herbert


 -
 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]




 -
 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]


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



New JK/JK2 documentation available

2002-09-11 Thread Turner, John


This is pretty recent (it wasn't there a couple days ago), and includes
information on building the connectors for various OSs. 

There are also links to the binary area, but none of the binaries are there.

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html

For bookmarking purposes, it looks like future binaries will be available
here:

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/

- John


John Turner
[EMAIL PROTECTED] | 248-488-3466
Advertising Audit Service
http://www.aas.com


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




RE: New JK/JK2 documentation available

2002-09-11 Thread Turner, John


In addition, a bunch of new resources have been added to the Tomcat 4.1 docs
over 4.0 docs:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html

John


 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 10:16 AM
 To: '[EMAIL PROTECTED]'
 Subject: New JK/JK2 documentation available
 
 
 
 This is pretty recent (it wasn't there a couple days ago), 
 and includes
 information on building the connectors for various OSs. 
 
 There are also links to the binary area, but none of the 
 binaries are there.
 
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
 
 For bookmarking purposes, it looks like future binaries will 
 be available
 here:
 
 http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/
 
 - John
 

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




RE: New JK/JK2 documentation available

2002-09-11 Thread Vincent . Gaboriau

Thanks John, that will be very usefull to test the performance and
functional enhancements between Jk and Jk2 Connectors.

-Message d'origine-
De : Turner, John [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 septembre 2002 16:24
À : 'Tomcat Users List'
Objet : RE: New JK/JK2 documentation available



In addition, a bunch of new resources have been added to the Tomcat 4.1 docs
over 4.0 docs:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html

John


 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 10:16 AM
 To: '[EMAIL PROTECTED]'
 Subject: New JK/JK2 documentation available



 This is pretty recent (it wasn't there a couple days ago),
 and includes
 information on building the connectors for various OSs.

 There are also links to the binary area, but none of the
 binaries are there.

 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html

 For bookmarking purposes, it looks like future binaries will
 be available
 here:

 http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/

 - John


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



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




RE: New JK/JK2 documentation available

2002-09-11 Thread Turner, John


Thank the tomcat developers, not me!  :)

John


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 11:02 AM
 To: Tomcat Users List
 Subject: RE: New JK/JK2 documentation available
 
 
 Thanks John, that will be very usefull to test the performance and
 functional enhancements between Jk and Jk2 Connectors.
 
 -Message d'origine-
 De : Turner, John [mailto:[EMAIL PROTECTED]]
 Envoyé : mercredi 11 septembre 2002 16:24
 À : 'Tomcat Users List'
 Objet : RE: New JK/JK2 documentation available
 
 
 
 In addition, a bunch of new resources have been added to the 
 Tomcat 4.1 docs
 over 4.0 docs:
 
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
 
 John
 
 
  -Original Message-
  From: Turner, John [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 11, 2002 10:16 AM
  To: '[EMAIL PROTECTED]'
  Subject: New JK/JK2 documentation available
 
 
 
  This is pretty recent (it wasn't there a couple days ago),
  and includes
  information on building the connectors for various OSs.
 
  There are also links to the binary area, but none of the
  binaries are there.
 
  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
 
  For bookmarking purposes, it looks like future binaries will
  be available
  here:
 
  
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/

 - John


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



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

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




RE: New JK/JK2 documentation available

2002-09-11 Thread Vincent . Gaboriau

That's right,
But thanks to prevent us ;-)

-Message d'origine-
De : Turner, John [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 septembre 2002 16:58
À : 'Tomcat Users List'
Objet : RE: New JK/JK2 documentation available



Thank the tomcat developers, not me!  :)

John


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 11:02 AM
 To: Tomcat Users List
 Subject: RE: New JK/JK2 documentation available


 Thanks John, that will be very usefull to test the performance and
 functional enhancements between Jk and Jk2 Connectors.

 -Message d'origine-
 De : Turner, John [mailto:[EMAIL PROTECTED]]
 Envoyé : mercredi 11 septembre 2002 16:24
 À : 'Tomcat Users List'
 Objet : RE: New JK/JK2 documentation available



 In addition, a bunch of new resources have been added to the
 Tomcat 4.1 docs
 over 4.0 docs:

 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html

 John


  -Original Message-
  From: Turner, John [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 11, 2002 10:16 AM
  To: '[EMAIL PROTECTED]'
  Subject: New JK/JK2 documentation available
 
 
 
  This is pretty recent (it wasn't there a couple days ago),
  and includes
  information on building the connectors for various OSs.
 
  There are also links to the binary area, but none of the
  binaries are there.
 
  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
 
  For bookmarking purposes, it looks like future binaries will
  be available
  here:
 
 
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/

 - John


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



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

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



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




Re: New JK/JK2 documentation available

2002-09-11 Thread Thomas T. Veldhouse

It would be interesting to see the performance against mod_webapp (on
Apache2) as well.

Tom Veldhouse

- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, September 11, 2002 10:01 AM
Subject: RE: New JK/JK2 documentation available


Thanks John, that will be very usefull to test the performance and
functional enhancements between Jk and Jk2 Connectors.

-Message d'origine-
De : Turner, John [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 septembre 2002 16:24
À : 'Tomcat Users List'
Objet : RE: New JK/JK2 documentation available



In addition, a bunch of new resources have been added to the Tomcat 4.1 docs
over 4.0 docs:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html

John


 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 10:16 AM
 To: '[EMAIL PROTECTED]'
 Subject: New JK/JK2 documentation available



 This is pretty recent (it wasn't there a couple days ago),
 and includes
 information on building the connectors for various OSs.

 There are also links to the binary area, but none of the
 binaries are there.

 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html

 For bookmarking purposes, it looks like future binaries will
 be available
 here:

 http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/

 - John


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



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




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