Re: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2004-01-13 Thread Mark Eggers
This has been discussed in detail on this mailing list
recently.  Check the archives.

In short, IP sockets work, and UNIX sockets work. 
In-process will probably require a new Apache MPM, and
currently does not work.

/mde/
just my two cents . . . .

--- Nikola Milutinovic [EMAIL PROTECTED]
wrote:
 Shreehari Manikarnika wrote:
  Hi,
  
  Is this possible? - connecting Tomcat 4 to Apache
 2 via mod_jk2 under
  Linux, in any_of_the_JNI_modes. Any sort of help
 or even a reference to
  any available information will be great!
 
 The two modes that work on Linux are channelSocket
 (regular network socket) 
 and channelUnix (using UNIX domain sockets,
 requires jkjni.so).
 
 The in-process is problematic, at best, on Linux.
 
 Nix.


__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

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



Re: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2004-01-12 Thread Shreehari Manikarnika
Hi,

Is this possible? - connecting Tomcat 4 to Apache 2 via mod_jk2 under
Linux, in any_of_the_JNI_modes. Any sort of help or even a reference to
any available information will be great!

Thanks,
Shreehari.

Technical Yahoo!,
Yahoo! Software Development India Pvt. Ltd.

 -Original Message-
 From: Jerry Birchler [mailto:[EMAIL PROTECTED]
 Sent: Sunday, October 20, 2002 1:46 AM
 To: Tomcat Users List
 Subject: RE: RE: John Turner or someone who responsible for Posting --
 Re: How to Apache2, Tomcat4.1.2, JK2 ?
 
 
 I have a working example of Apache 2.0.43 with Tomcat 4.1.2 
 using JK2 on Red
 Hat Linux 8.0. I had to fallback to methods used on a 
 previous integration
 of Apache 1.3.24 with Tomcat 4.0.4 after looking at the 
 Howtos that came
 with the 4.1.2 documentaton. That enabled me to quickly put together a
 workers.properties file. I can see why people might want to have some
 examples. Please let me know if you're interested in a 
 separate post with
 what I did. After rebuilding apache, I was up and running in 
 just a few
 minutes.


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



RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2004-01-12 Thread Turner, John

Hi -

I don't use JK2.  Best bet for help is the tomcat-user mailing list,
[EMAIL PROTECTED]

John


 -Original Message-
 From: Shreehari Manikarnika [mailto:[EMAIL PROTECTED] 
 Sent: Monday, January 12, 2004 1:58 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: John Turner or someone who responsible for 
 Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?
 
 Hi,
 
 Is this possible? - connecting Tomcat 4 to Apache 2 via 
 mod_jk2 under Linux, in any_of_the_JNI_modes. Any sort of 
 help or even a reference to any available information will be great!
 
 Thanks,
 Shreehari.
 
 Technical Yahoo!,
 Yahoo! Software Development India Pvt. Ltd.
 
  -Original Message-
  From: Jerry Birchler [mailto:[EMAIL PROTECTED]
  Sent: Sunday, October 20, 2002 1:46 AM
  To: Tomcat Users List
  Subject: RE: RE: John Turner or someone who responsible for 
 Posting --
  Re: How to Apache2, Tomcat4.1.2, JK2 ?
  
  
  I have a working example of Apache 2.0.43 with Tomcat 4.1.2 
 using JK2 
  on Red Hat Linux 8.0. I had to fallback to methods used on 
 a previous 
  integration of Apache 1.3.24 with Tomcat 4.0.4 after looking at the 
  Howtos that came with the 4.1.2 documentaton. That enabled me to 
  quickly put together a workers.properties file. I can see 
 why people 
  might want to have some examples. Please let me know if you're 
  interested in a separate post with what I did. After rebuilding 
  apache, I was up and running in just a few minutes.
 


Re: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2004-01-12 Thread Nikola Milutinovic
Shreehari Manikarnika wrote:
Hi,

Is this possible? - connecting Tomcat 4 to Apache 2 via mod_jk2 under
Linux, in any_of_the_JNI_modes. Any sort of help or even a reference to
any available information will be great!
The two modes that work on Linux are channelSocket (regular network socket) 
and channelUnix (using UNIX domain sockets, requires jkjni.so).

The in-process is problematic, at best, on Linux.

Nix.

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


RE: RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-21 Thread Turner, John

I'm interested in seeing a HOWTO.

John


 -Original Message-
 From: Jerry Birchler [mailto:jrbirchler;attbi.com]
 Sent: Sunday, October 20, 2002 1:46 AM
 To: Tomcat Users List
 Subject: RE: RE: John Turner or someone who responsible for Posting --
 Re: How to Apache2, Tomcat4.1.2, JK2 ?
 
 
 I have a working example of Apache 2.0.43 with Tomcat 4.1.2 
 using JK2 on Red
 Hat Linux 8.0. I had to fallback to methods used on a 
 previous integration
 of Apache 1.3.24 with Tomcat 4.0.4 after looking at the 
 Howtos that came
 with the 4.1.2 documentaton. That enabled me to quickly put together a
 workers.properties file. I can see why people might want to have some
 examples. Please let me know if you're interested in a 
 separate post with
 what I did. After rebuilding apache, I was up and running in 
 just a few
 minutes.
 
 
 -Original Message-
 From: yoom nguyen [mailto:ynguyen;e-integration.net]
 Sent: Friday, October 18, 2002 1:15 PM
 To: Tomcat Users List
 Subject: Re: RE: John Turner or someone who responsible for Posting --
 Re: How to Apache2, Tomcat4.1.2, JK2 ?
 
 
 John
 
 I will be reading Craig McClannahan's email soon.
 Thanks for the link
 
 Yoom
 
 - Original Message -
 From: Turner, John [EMAIL PROTECTED]
 Date: Friday, October 18, 2002 8:54 am
 Subject: RE: John Turner or someone who responsible for Posting -- Re:
 How to Apache2, Tomcat4.1.2, JK2 ?
 
 
  I think what Robert is saying is that there doesn't have to 
 be a big,
  organized effort in addition to the big, organized effort that is
  alreadyrunning.
 
  There is already a dev team doing documentation.  While not
  perfect, they
  have a significant amount of documentation already completed.
  Starting a
  new project from scratch would be redundant.  I think it 
 would be more
  effective to contribute to the existing project as needed.  Doing
  so doesn't
  require an organized group...everyone is welcome to get involved
  on their
  own, that is the nature of open source.
 
  Here is Craig McClanahan's reply on how to get involved in 
 the already
  existing documentation effort:
 
  http://marc.theaimsgroup.com/?l=tomcat-devm=103357462430275w=2
 
  John
 
 
   -Original Message-
   From: yoom nguyen [mailto:ynguyen;e-integration.net]
   Sent: Friday, October 18, 2002 12:04 AM
   To: Tomcat Users List
   Subject: Re: John Turner or someone who responsible for Posting -
  - Re:
   How to Apache2, Tomcat4.1.2, JK2 ?
  
  
  
   Robert
  
   Are you going to assist me to get this going?  I would like
   to get as many volunters as possible if we are going to do this.
   We want to get it up and running instead of drag it on for
   many months
   to come, just because I am not a coder, but I am willing to
   learn.  It
   sounds do able as Robert Sowders described but I definely need
  some
   help.  Please send me an email if you know that you can help.
  
   Thanks, Yoom
  
   - Original Message -
   From: Robert L Sowders [EMAIL PROTECTED]
   Date: Thursday, October 17, 2002 10:46 pm
   Subject: Re: John Turner or someone who responsible for
   Posting -- Re:
   How to Apache2, Tomcat4.1.2, JK2 ?
  
Oops, forgot to mention.
   
Once you set everything up as xml then changing the docs to
different
formats is pretty much a snap.  Transformers for http, text,
  and
pdf are
very common and available.  You could conceivably make the
  docs
available
in any format known.  Or language for that matter, but that is
another
topic.
   
rls
   
   
   
   
   
   
Robert L Sowders [EMAIL PROTECTED]
10/17/2002 07:24 PM
Please respond to Tomcat Users List
   
   
   To: Tomcat Users List tomcat-
  [EMAIL PROTECTED] cc:
   Subject:Re: John Turner or someone who
  responsible
for Posting -- Re: How to
Apache2, Tomcat4.1.2, JK2 ?
   
Hi Again,
   
I had this discussion a couple of weeks ago and there was
  allot of
interest in helping with the docs.  The stumbling point as I
  see
it is
people just don't know how to submit changes to existing
  material
or for
that matter new material.
   
If you want to write whole chapters then;
Basically, very basically, what you do is get the tools
  necessary
to
participate in a xml documentation project.  Then you'll need
  the
DTDs and
   
style templates that are already being used for the current
documentation.
   
These are available via anonymous cvs.  If you are making new
pages or
chapters then you'll need the above stuff to view it locally
  and
see if
it's correct.  Then you'll have to post it to the Tomcat-dev
  list
and
someone there will review it and commit it, if it applies.
   
If your just correcting or extending an existing page;
All you need to do is download your target via cvs, do your
corrections
with any text editor and then diff it using cvs and 

RE: RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-20 Thread Jerry Birchler
I have a working example of Apache 2.0.43 with Tomcat 4.1.2 using JK2 on Red
Hat Linux 8.0. I had to fallback to methods used on a previous integration
of Apache 1.3.24 with Tomcat 4.0.4 after looking at the Howtos that came
with the 4.1.2 documentaton. That enabled me to quickly put together a
workers.properties file. I can see why people might want to have some
examples. Please let me know if you're interested in a separate post with
what I did. After rebuilding apache, I was up and running in just a few
minutes.


-Original Message-
From: yoom nguyen [mailto:ynguyen;e-integration.net]
Sent: Friday, October 18, 2002 1:15 PM
To: Tomcat Users List
Subject: Re: RE: John Turner or someone who responsible for Posting --
Re: How to Apache2, Tomcat4.1.2, JK2 ?


John

I will be reading Craig McClannahan's email soon.
Thanks for the link

Yoom

- Original Message -
From: Turner, John [EMAIL PROTECTED]
Date: Friday, October 18, 2002 8:54 am
Subject: RE: John Turner or someone who responsible for Posting -- Re:
How to Apache2, Tomcat4.1.2, JK2 ?


 I think what Robert is saying is that there doesn't have to be a big,
 organized effort in addition to the big, organized effort that is
 alreadyrunning.

 There is already a dev team doing documentation.  While not
 perfect, they
 have a significant amount of documentation already completed.
 Starting a
 new project from scratch would be redundant.  I think it would be more
 effective to contribute to the existing project as needed.  Doing
 so doesn't
 require an organized group...everyone is welcome to get involved
 on their
 own, that is the nature of open source.

 Here is Craig McClanahan's reply on how to get involved in the already
 existing documentation effort:

 http://marc.theaimsgroup.com/?l=tomcat-devm=103357462430275w=2

 John


  -Original Message-
  From: yoom nguyen [mailto:ynguyen;e-integration.net]
  Sent: Friday, October 18, 2002 12:04 AM
  To: Tomcat Users List
  Subject: Re: John Turner or someone who responsible for Posting -
 - Re:
  How to Apache2, Tomcat4.1.2, JK2 ?
 
 
 
  Robert
 
  Are you going to assist me to get this going?  I would like
  to get as many volunters as possible if we are going to do this.
  We want to get it up and running instead of drag it on for
  many months
  to come, just because I am not a coder, but I am willing to
  learn.  It
  sounds do able as Robert Sowders described but I definely need
 some
  help.  Please send me an email if you know that you can help.
 
  Thanks, Yoom
 
  - Original Message -
  From: Robert L Sowders [EMAIL PROTECTED]
  Date: Thursday, October 17, 2002 10:46 pm
  Subject: Re: John Turner or someone who responsible for
  Posting -- Re:
  How to Apache2, Tomcat4.1.2, JK2 ?
 
   Oops, forgot to mention.
  
   Once you set everything up as xml then changing the docs to
   different
   formats is pretty much a snap.  Transformers for http, text,
 and
   pdf are
   very common and available.  You could conceivably make the
 docs
   available
   in any format known.  Or language for that matter, but that is
   another
   topic.
  
   rls
  
  
  
  
  
  
   Robert L Sowders [EMAIL PROTECTED]
   10/17/2002 07:24 PM
   Please respond to Tomcat Users List
  
  
  To: Tomcat Users List tomcat-
 [EMAIL PROTECTED] cc:
  Subject:Re: John Turner or someone who
 responsible
   for Posting -- Re: How to
   Apache2, Tomcat4.1.2, JK2 ?
  
   Hi Again,
  
   I had this discussion a couple of weeks ago and there was
 allot of
   interest in helping with the docs.  The stumbling point as I
 see
   it is
   people just don't know how to submit changes to existing
 material
   or for
   that matter new material.
  
   If you want to write whole chapters then;
   Basically, very basically, what you do is get the tools
 necessary
   to
   participate in a xml documentation project.  Then you'll need
 the
   DTDs and
  
   style templates that are already being used for the current
   documentation.
  
   These are available via anonymous cvs.  If you are making new
   pages or
   chapters then you'll need the above stuff to view it locally
 and
   see if
   it's correct.  Then you'll have to post it to the Tomcat-dev
 list
   and
   someone there will review it and commit it, if it applies.
  
   If your just correcting or extending an existing page;
   All you need to do is download your target via cvs, do your
   corrections
   with any text editor and then diff it using cvs and post it to
 the
   Tomcat-dev mailing list.  Someone there with commit privs will
   look at it
   and commit it, if it's deemed ok.
  
   Actually the dev list people are pretty good about accepting
 the
   changes
   when they get them, but there is a gap in showing everyone how
 to
   contribute, so they just don't get much to work with.
  
   So if you want to start your OWN documentation effort then the
   first thing
  
   you need to do is set up a cvs server.  

RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-18 Thread Turner, John

I think what Robert is saying is that there doesn't have to be a big,
organized effort in addition to the big, organized effort that is already
running.

There is already a dev team doing documentation.  While not perfect, they
have a significant amount of documentation already completed.  Starting a
new project from scratch would be redundant.  I think it would be more
effective to contribute to the existing project as needed.  Doing so doesn't
require an organized group...everyone is welcome to get involved on their
own, that is the nature of open source.

Here is Craig McClanahan's reply on how to get involved in the already
existing documentation effort:

http://marc.theaimsgroup.com/?l=tomcat-devm=103357462430275w=2

John


 -Original Message-
 From: yoom nguyen [mailto:ynguyen;e-integration.net]
 Sent: Friday, October 18, 2002 12:04 AM
 To: Tomcat Users List
 Subject: Re: John Turner or someone who responsible for Posting -- Re:
 How to Apache2, Tomcat4.1.2, JK2 ?
 
 
 
 Robert
 
 Are you going to assist me to get this going?  I would like
 to get as many volunters as possible if we are going to do this.
 We want to get it up and running instead of drag it on for 
 many months 
 to come, just because I am not a coder, but I am willing to 
 learn.  It 
 sounds do able as Robert Sowders described but I definely need some 
 help.  Please send me an email if you know that you can help.  
 
 Thanks, Yoom
 
 - Original Message -
 From: Robert L Sowders [EMAIL PROTECTED]
 Date: Thursday, October 17, 2002 10:46 pm
 Subject: Re: John Turner or someone who responsible for 
 Posting -- Re: 
 How to Apache2, Tomcat4.1.2, JK2 ?
 
  Oops, forgot to mention.
  
  Once you set everything up as xml then changing the docs to 
  different 
  formats is pretty much a snap.  Transformers for http, text, and 
  pdf are 
  very common and available.  You could conceivably make the docs 
  available 
  in any format known.  Or language for that matter, but that is 
  another 
  topic.
  
  rls
  
  
  
  
  
  
  Robert L Sowders [EMAIL PROTECTED]
  10/17/2002 07:24 PM
  Please respond to Tomcat Users List
  
  
 To: Tomcat Users List [EMAIL PROTECTED]
 cc: 
 Subject:Re: John Turner or someone who responsible 
  for Posting -- Re: How to 
  Apache2, Tomcat4.1.2, JK2 ?
  
  Hi Again,
  
  I had this discussion a couple of weeks ago and there was allot of 
  interest in helping with the docs.  The stumbling point as I see 
  it is 
  people just don't know how to submit changes to existing material 
  or for 
  that matter new material.
  
  If you want to write whole chapters then;
  Basically, very basically, what you do is get the tools necessary 
  to 
  participate in a xml documentation project.  Then you'll need the 
  DTDs and 
  
  style templates that are already being used for the current 
  documentation. 
  
  These are available via anonymous cvs.  If you are making new 
  pages or 
  chapters then you'll need the above stuff to view it locally and 
  see if 
  it's correct.  Then you'll have to post it to the Tomcat-dev list 
  and 
  someone there will review it and commit it, if it applies. 
  
  If your just correcting or extending an existing page;
  All you need to do is download your target via cvs, do your 
  corrections 
  with any text editor and then diff it using cvs and post it to the 
  Tomcat-dev mailing list.  Someone there with commit privs will 
  look at it 
  and commit it, if it's deemed ok.
  
  Actually the dev list people are pretty good about accepting the 
  changes 
  when they get them, but there is a gap in showing everyone how to 
  contribute, so they just don't get much to work with.
  
  So if you want to start your OWN documentation effort then the 
  first thing 
  
  you need to do is set up a cvs server.  You will need to decide on 
  what 
  style your book should take, there are lots of examples out there. 
  Then 
  you set up a cvs root and start loading your docs.  That way 
  people who 
  want to participate can download your xml style sheet, DTD's, xsl 
  stuff 
  and everyone would be on the same sheet of music.   I would also 
  recommend 
  
  using cvsview so people could download stuff via http.
  
  You will also need some kind of mailing list so people who want to 
  send in 
  
  patches will have a place to send them, and committers will have a 
  place 
  to discuss things.
  
  Here's a pretty good description of what I'm trying to say, about 
  xml. 
  http://httpd.apache.org/docs-project/docsformat.html
  Here's a pretty good description of how the whole thing works. 
  http:
  
  Hope this helps,
  
  rls
  
  
  
  
  
  yoom nguyen [EMAIL PROTECTED]
  10/17/2002 02:26 PM
  Please respond to Tomcat Users List
  
  
 To: Tomcat Users List [EMAIL PROTECTED]
 cc: 
 Subject:John Turner or someone who resposible for 
  Posting 
  -- Re: How to Apache2, 
  Tomcat4.1.2, 

Re: RE: John Turner or someone who responsible for Posting --Re: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-18 Thread yoom nguyen
John

I will be reading Craig McClannahan's email soon.
Thanks for the link

Yoom

- Original Message -
From: Turner, John [EMAIL PROTECTED]
Date: Friday, October 18, 2002 8:54 am
Subject: RE: John Turner or someone who responsible for Posting -- Re: 
How to Apache2, Tomcat4.1.2, JK2 ?

 
 I think what Robert is saying is that there doesn't have to be a big,
 organized effort in addition to the big, organized effort that is 
 alreadyrunning.
 
 There is already a dev team doing documentation.  While not 
 perfect, they
 have a significant amount of documentation already completed.  
 Starting a
 new project from scratch would be redundant.  I think it would be more
 effective to contribute to the existing project as needed.  Doing 
 so doesn't
 require an organized group...everyone is welcome to get involved 
 on their
 own, that is the nature of open source.
 
 Here is Craig McClanahan's reply on how to get involved in the already
 existing documentation effort:
 
 http://marc.theaimsgroup.com/?l=tomcat-devm=103357462430275w=2
 
 John
 
 
  -Original Message-
  From: yoom nguyen [mailto:ynguyen;e-integration.net]
  Sent: Friday, October 18, 2002 12:04 AM
  To: Tomcat Users List
  Subject: Re: John Turner or someone who responsible for Posting -
 - Re:
  How to Apache2, Tomcat4.1.2, JK2 ?
  
  
  
  Robert
  
  Are you going to assist me to get this going?  I would like
  to get as many volunters as possible if we are going to do this.
  We want to get it up and running instead of drag it on for 
  many months 
  to come, just because I am not a coder, but I am willing to 
  learn.  It 
  sounds do able as Robert Sowders described but I definely need 
 some 
  help.  Please send me an email if you know that you can help.  
  
  Thanks, Yoom
  
  - Original Message -
  From: Robert L Sowders [EMAIL PROTECTED]
  Date: Thursday, October 17, 2002 10:46 pm
  Subject: Re: John Turner or someone who responsible for 
  Posting -- Re: 
  How to Apache2, Tomcat4.1.2, JK2 ?
  
   Oops, forgot to mention.
   
   Once you set everything up as xml then changing the docs to 
   different 
   formats is pretty much a snap.  Transformers for http, text, 
 and 
   pdf are 
   very common and available.  You could conceivably make the 
 docs 
   available 
   in any format known.  Or language for that matter, but that is 
   another 
   topic.
   
   rls
   
   
   
   
   
   
   Robert L Sowders [EMAIL PROTECTED]
   10/17/2002 07:24 PM
   Please respond to Tomcat Users List
   
   
  To: Tomcat Users List tomcat-
 [EMAIL PROTECTED] cc: 
  Subject:Re: John Turner or someone who 
 responsible 
   for Posting -- Re: How to 
   Apache2, Tomcat4.1.2, JK2 ?
   
   Hi Again,
   
   I had this discussion a couple of weeks ago and there was 
 allot of 
   interest in helping with the docs.  The stumbling point as I 
 see 
   it is 
   people just don't know how to submit changes to existing 
 material 
   or for 
   that matter new material.
   
   If you want to write whole chapters then;
   Basically, very basically, what you do is get the tools 
 necessary 
   to 
   participate in a xml documentation project.  Then you'll need 
 the 
   DTDs and 
   
   style templates that are already being used for the current 
   documentation. 
   
   These are available via anonymous cvs.  If you are making new 
   pages or 
   chapters then you'll need the above stuff to view it locally 
 and 
   see if 
   it's correct.  Then you'll have to post it to the Tomcat-dev 
 list 
   and 
   someone there will review it and commit it, if it applies. 
   
   If your just correcting or extending an existing page;
   All you need to do is download your target via cvs, do your 
   corrections 
   with any text editor and then diff it using cvs and post it to 
 the 
   Tomcat-dev mailing list.  Someone there with commit privs will 
   look at it 
   and commit it, if it's deemed ok.
   
   Actually the dev list people are pretty good about accepting 
 the 
   changes 
   when they get them, but there is a gap in showing everyone how 
 to 
   contribute, so they just don't get much to work with.
   
   So if you want to start your OWN documentation effort then the 
   first thing 
   
   you need to do is set up a cvs server.  You will need to 
 decide on 
   what 
   style your book should take, there are lots of examples out 
 there. 
   Then 
   you set up a cvs root and start loading your docs.  That way 
   people who 
   want to participate can download your xml style sheet, DTD's, 
 xsl 
   stuff 
   and everyone would be on the same sheet of music.   I would 
 also 
   recommend 
   
   using cvsview so people could download stuff via http.
   
   You will also need some kind of mailing list so people who 
 want to 
   send in 
   
   patches will have a place to send them, and committers will 
 have a 
   place 
   to discuss things.
   
   Here's a pretty good description of what