cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2004-12-23 Thread funkman
funkman 2004/12/23 03:52:25

  Modified:docs/faq connectors.html
   docs/faq/printer connectors.html
   xdocs-faq connectors.xml
  Log:
  Its mod_proxy_ajp not mod_ajp.
  Fix wiki link.
  Link to connectors docs.
  
  Revision  ChangesPath
  1.16  +8 -5  jakarta-tomcat-site/docs/faq/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/connectors.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- connectors.html   20 Dec 2004 12:34:02 -  1.15
  +++ connectors.html   23 Dec 2004 11:52:24 -  1.16
  @@ -7,13 +7,16 @@
   Preface

 

   Please see the

  -http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links";>

  +http://wiki.apache.org/jakarta-tomcat/UsefulLinks";>

   Other Resources

Link for other pages describing how they were able to link

   Tomcat with a connector. With luck, someone documented their experience

   in an environment which is similar to yours.

   

  -

  +  

  +  

  +http://jakarta.apache.org/tomcat/connectors-doc/";>JK docs.

  +  

   Questions

   

 

  @@ -107,7 +110,7 @@
 

   jk2 is a refactoring of mod_jk and uses the Apache Portable

   Runtime (apr). But due to lack of developer interest, it is 
unsupported.

  -The alternative is mod_jk or mod_ajp.

  +The alternative is mod_jk or mod_proxy_ajp.

 

 

   mod_jk is great and should be used for production. It is getting

  @@ -118,8 +121,8 @@
   need some of the features of jk, jk2 - this is a very simple

   alternative.

 

  -  mod_ajp. With apache 2.2, mod_proxy was rewritten to support

  -  load balancing as well as a new transport called mod_ajp.

  +  mod_proxy_ajp. With apache 2.2, mod_proxy was rewritten to support

  +  load balancing as well as a new transport called mod_proxy_ajp.

 This module is distributed with the Apache http server, not

 the Tomcat server.

 

  
  
  
  1.14  +8 -5  jakarta-tomcat-site/docs/faq/printer/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/connectors.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- connectors.html   20 Dec 2004 12:34:03 -  1.13
  +++ connectors.html   23 Dec 2004 11:52:24 -  1.14
  @@ -6,13 +6,16 @@
   " align="right" src="../../images/tomcat.gif">Tomcat FAQConnectorsPreface

 

   Please see the

  -http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links";>

  +http://wiki.apache.org/jakarta-tomcat/UsefulLinks";>

   Other Resources

Link for other pages describing how they were able to link

   Tomcat with a connector. With luck, someone documented their experience

   in an environment which is similar to yours.

   

  -

  +  

  +  

  +http://jakarta.apache.org/tomcat/connectors-doc/";>JK docs.

  +  

   Questions

   

 

  @@ -106,7 +109,7 @@
 

   jk2 is a refactoring of mod_jk and uses the Apache Portable

   Runtime (apr). But due to lack of developer interest, it is 
unsupported.

  -The alternative is mod_jk or mod_ajp.

  +The alternative is mod_jk or mod_proxy_ajp.

 

 

   mod_jk is great and should be used for production. It is getting

  @@ -117,8 +120,8 @@
   need some of the features of jk, jk2 - this is a very simple

   alternative.

 

  -  mod_ajp. With apache 2.2, mod_proxy was rewritten to support

  -  load balancing as well as a new transport called mod_ajp.

  +  mod_proxy_ajp. With apache 2.2, mod_proxy was rewritten to support

  +  load balancing as well as a new transport called mod_proxy_ajp.

 This module is distributed with the Apache http server, not

 the Tomcat server.

 

  
  
  
  1.12  +8 -5  jakarta-tomcat-site/xdocs-faq/connectors.xml
  
  Index: connectors.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/connectors.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- connectors.xml20 Dec 2004 12:34:02 -  1.11
  +++ connectors.xml23 Dec 2004 11:52:24 -  1.12
  @@ -18,13 +18,16 @@
   
 
   Please see the
  -http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links";>
  +http://wiki.apache.org/jakarta-tomcat/UsefulLinks";>
   Other Resources
Link for other pages describing how they were able to link
   Tomcat with a connector. With luck

cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2004-04-05 Thread yoavs
yoavs   2004/04/05 10:01:20

  Modified:docs/faq connectors.html
   docs/faq/printer connectors.html
   xdocs-faq connectors.xml
  Log:
  Added jpackage.org link.
  
  Revision  ChangesPath
  1.11  +2 -0  jakarta-tomcat-site/docs/faq/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/connectors.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- connectors.html   5 Apr 2004 15:37:57 -   1.10
  +++ connectors.html   5 Apr 2004 17:01:20 -   1.11
  @@ -275,6 +275,8 @@
   You can't: you need to download the source and compile it
   for your platform.  The source distributions are available
   from the http://jakarta.apache.org/site/sourceindex.cgi";>standard 
location.
  +Note that JPackage.org has RPM distributions for the connectors
  +as well as tomcat itself: http://www.jpackage.org";>JPackage.org
 
   
   
  
  
  
  1.10  +2 -0  jakarta-tomcat-site/docs/faq/printer/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/connectors.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- connectors.html   5 Apr 2004 15:37:57 -   1.9
  +++ connectors.html   5 Apr 2004 17:01:20 -   1.10
  @@ -274,6 +274,8 @@
   You can't: you need to download the source and compile it
   for your platform.  The source distributions are available
   from the http://jakarta.apache.org/site/sourceindex.cgi";>standard 
location.
  +Note that JPackage.org has RPM distributions for the connectors
  +as well as tomcat itself: http://www.jpackage.org";>JPackage.org
 
   
   
  
  
  
  1.9   +2 -0  jakarta-tomcat-site/xdocs-faq/connectors.xml
  
  Index: connectors.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/connectors.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- connectors.xml5 Apr 2004 15:37:57 -   1.8
  +++ connectors.xml5 Apr 2004 17:01:20 -   1.9
  @@ -292,6 +292,8 @@
   You can't: you need to download the source and compile it
   for your platform.  The source distributions are available
   from the http://jakarta.apache.org/site/sourceindex.cgi";>standard 
location.
  +Note that JPackage.org has RPM distributions for the connectors
  +as well as tomcat itself: http://www.jpackage.org";>JPackage.org
 
   
   
  
  
  

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



cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2004-04-05 Thread yoavs
yoavs   2004/04/05 08:37:57

  Modified:docs/faq connectors.html
   docs/faq/printer connectors.html
   xdocs-faq connectors.xml
  Log:
  Added question to connectors about binary download.
  
  Revision  ChangesPath
  1.10  +282 -265  jakarta-tomcat-site/docs/faq/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/connectors.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- connectors.html   17 Jan 2004 01:20:09 -  1.9
  +++ connectors.html   5 Apr 2004 15:37:57 -   1.10
  @@ -1,266 +1,283 @@
  -Tomcat FAQ - Connectors

  -  dt { font-size : larger;  font-weight : bold }

  -  dd {padding-bottom : 10px;}

  -http://jakarta.apache.org/";>http://jakarta.apache.org//images/jakarta-logo.gif";>http://jakarta.apache.org/tomcat/";>LinksTomcat 
HomeFAQ 
HomeContentsBugsClass Not 
FoundConnectorsDatabasehttp://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto";>How do 
ILinux / UnixMemoryMetaMiscellaneousMonitoring / 
Performancehttp://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links";>Other 
ResourcesSecurityWhich VersionTomcat User 
ListWindowsTomcat 
FAQConnectorsprint-friendlyversion

  -Preface

  -  

  -Please see the

  -http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links";>

  -Other Resources

  - Link for other pages describing how they were able to link

  -Tomcat with a connector. With luck, someone documented their experience

  -in an environment which is similar to yours.

  -

  -

  -Questions

  -

  -  

  -

  -  

  -What is JK (or AJP)?

  -  

  -

  -

  -  

  -Which connector: mod_jserv, JK, JK2, mod_webapp or mod_proxy?

  -  

  -

  -

  -  

  -Why should  I integrate Apache  with Tomcat? (or not)

  -  

  -

  -

  -  

  -At boot, is order of start up (Apache vs Tomcat) important?

  -  

  -

  -

  -  

  - JK2 doesn't seem to be using my settings in my

  - workers2.properties file

  - such as creating the shm file or mapping the URIs listed to Tomcat,

  - what's wrong?

  -  

  -

  -

  -

  -  

  -  Is there any way to control the content of automatically generated

  -  mod_jk.conf-auto? I need my own specific commands added to it.

  -  

  -

  -

  -

  -

  -  

  -  How do I bind to a specific ip address?

  -  

  -

  -

  -  

  -

  -Answers

  -

  -  

  -What is JK (or AJP)?

  -  

  -  

  -AJP is a wire protocol. It an optimized version of the HTTP protocol to

  -allow a standalone web server such as Apache talk to Tomcat. Historically,

  -Apache has always been much faster than Tomcat at serving static content.

  -The idea is to let Apache serve the static content when possible, then

  -proxy the request back to Tomcat for Tomcat related content.

  -  

  -

  -  

  -

  -  Which connector: mod_jserv, JK, JK2, mod_webapp or mod_proxy?

  -

  -  

  -  

  -

  -  

  -Stay away from mod_webapp, aka warp. It is deprecated and unsupported

  -due to lack of developer interest and there are better options such

  -as jk and jk2. It WILL NOT run on windows.

  -  

  -  

  -mod_jserv at this point is unsupported and will not be supported

  -in Tomcat 5. mod_jserv was the original connector which supported

  -the ajp protocol.

  -  

  -  

  -mod_jk is great and should be used for production. It is getting

  -fixes as needed (which is now rare). 

  -  

  -  

  -jk2 is a refactoring of mod_jk and uses the Apache Portable

  -Runtime (apr). If you are using Apache 2.0,

  -you'll might want to use jk2. But this may not be production

  -worthy for everyone. (YMMV) jk2 has quirks which may not be acceptable

  -to all.

  -  

  -  mod_proxy. A cheap way to proxy without the hassles of configuring JK.

  -This solution lacks sticky session load balancing. If you don't

  -need some of the features of jk, jk2 - this is a very simple

  -alternative.

  -  

  -

  -  

  -

  -   

  - 

  -Why should  I integrate Apache  with Tomcat? (or not)

  - 

  -   

  -   

  -There are many reasons to integrate Tomcat with Apache. And there are

  -reasons why it

  -should not be done too. Needless to say, everyone will disagree with

  -the opinions here.

  -With the upcoming performance of Tomcat 5, performance reasons

  -become harder to justify. So here are the issues to discuss in

  -integrating vs not.

  -   

  -

  -  

  -

  -  Clustering. 

cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml misc.xml windows.xml

2004-01-16 Thread funkman
funkman 2004/01/16 17:20:09

  Modified:docs/faq connectors.html misc.html windows.html
   docs/faq/printer connectors.html misc.html windows.html
   xdocs-faq connectors.xml misc.xml windows.xml
  Log:
  Windows, Connectors - Remove preface links since they are in wiki (Other
  resources link)
  Connectors - Misc word cleanup
  Misc - Add request encoding preface with links to lots of bugzilla reports.
  
  Revision  ChangesPath
  1.9   +265 -330  jakarta-tomcat-site/docs/faq/connectors.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/connectors.html.diff?r1=1.8&r2=1.9
  
  
  1.15  +695 -682  jakarta-tomcat-site/docs/faq/misc.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/misc.html.diff?r1=1.14&r2=1.15
  
  
  1.4   +6 -32 jakarta-tomcat-site/docs/faq/windows.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/windows.html.diff?r1=1.3&r2=1.4
  
  
  1.8   +264 -329  jakarta-tomcat-site/docs/faq/printer/connectors.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/printer/connectors.html.diff?r1=1.7&r2=1.8
  
  
  1.12  +694 -681  jakarta-tomcat-site/docs/faq/printer/misc.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/printer/misc.html.diff?r1=1.11&r2=1.12
  
  
  1.3   +94 -120   jakarta-tomcat-site/docs/faq/printer/windows.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/printer/windows.html.diff?r1=1.2&r2=1.3
  
  
  1.7   +21 -86jakarta-tomcat-site/xdocs-faq/connectors.xml
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/xdocs-faq/connectors.xml.diff?r1=1.6&r2=1.7
  
  
  1.11  +16 -3 jakarta-tomcat-site/xdocs-faq/misc.xml
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/xdocs-faq/misc.xml.diff?r1=1.10&r2=1.11
  
  
  1.2   +6 -32 jakarta-tomcat-site/xdocs-faq/windows.xml
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/xdocs-faq/windows.xml.diff?r1=1.1&r2=1.2
  
  

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



cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml misc.xml security.xml

2003-10-15 Thread funkman
funkman 2003/10/15 18:42:04

  Modified:docs/faq connectors.html misc.html security.html
   docs/faq/printer connectors.html misc.html security.html
   xdocs-faq connectors.xml misc.xml security.xml
  Log:
  Clarify error handling, system.out, new links for connector, configure ip
  address for connector, restrict connections by ip address.
  
  Revision  ChangesPath
  1.7   +31 -1 jakarta-tomcat-site/docs/faq/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/connectors.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- connectors.html   9 Sep 2003 01:21:38 -   1.6
  +++ connectors.html   16 Oct 2003 01:42:04 -  1.7
  @@ -15,7 +15,11 @@
   
 [link]
   http://www.johnturner.com/howto/apache-tomcat-howto.html";>
  -John Turner's HOWTO
  +John Turner's HOWTO,
  + also there is
  +
  +http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html";>
  +   Apache 2.0.47 / Tomcat 4.1.27 / mod_jk for Red Hat 9.0
   
 
 [link]
  @@ -117,6 +121,13 @@
 
   
   
  +
  +
  +  
  +  How do I bind to a specific ip address?
  +  
  +
  +
 
   
   Answers
  @@ -293,6 +304,25 @@
   mod_jk.conf-auto and edit it manually to your preference.
   None of production tomcat installations really use mod_jk.conf-auto
   as it is.
  +  
  +
  +  
  +
  +How do I bind to a specific ip address?
  +
  +  
  +  
  +Each Connector element allows an address property. For example:
  +
  +
  +
  +
  +
 
   
   
  
  
  
  1.9   +42 -0 jakarta-tomcat-site/docs/faq/misc.html
  
  Index: misc.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/misc.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- misc.html 28 Aug 2003 00:20:56 -  1.8
  +++ misc.html 16 Oct 2003 01:42:04 -  1.9
  @@ -119,6 +119,17 @@
   What is Element "web-app" does not allow "servlet" here?
 
   
  +
  +  
  +Where does System.out go? 
  +How do I rotate catalina.out?
  +  
  +
  +
  +  
  +How do open a file for reading in my webapp?
  +  
  +
 
   
   
  @@ -330,6 +341,9 @@
   
   
   
  +You may also catch error 500's as well as other specific exceptions or
  +exceptions which extend Throwable.
  +
   For more information, see the Servlet Specification for all the gory
   details of how you can play with this.
 
  @@ -579,6 +593,34 @@
   your web.xml file is ok.
 
   
  +
  +  
  +  
  +Where does System.out go? 
  +How do I rotate catalina.out?
  +  
  +  
  +  
  +System.out and System.err both print to
  +catalina.out. But you can suppress this via the swallowOutput property and
  +sent to different log files.
  +
  +catalina.out does not rotate. But it should not be an issue because
  +nothing should be printing to standard output since you are using a logging
  +package, right?
  +  http://marc.theaimsgroup.com/?l=tomcat-user&m=106623436423859&w=2";> A 
log4j example  and
  +  http://marc.theaimsgroup.com/?t=10554447261&r=1&w=2";>a thread about 
rotation of catalina.out
  +
  +  
  +
  +  
  +  
  +   How do open a file for reading in my webapp?
  +  
  +  
  +  
  +Use ServletContext.getResourceAsStream().
  +  
   
   
   Copyright © 1999-2003, Apache Software Foundation
  
  
  
  1.8   +28 -1 jakarta-tomcat-site/docs/faq/security.html
  
  Index: security.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/security.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- security.html 28 Aug 2003 00:20:56 -  1.7
  +++ security.html 16 Oct 2003 01:42:04 -  1.8
  @@ -6,7 +6,15 @@
   " align="right" src="../images/tomcat.gif">LinksTomcat 
HomeFAQ 
HomeContentsBugsClass Not 
FoundConnectorsDatabasehttp://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto";>How do 
ILinux / UnixMemoryMetaMiscellaneousMonitoring / 
Performancehttp://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links";>Other 
ResourcesSecurityWhich VersionTomcat User 
ListWindowsTomcat 
FAQSecurityprint-friendlyversion
   Pre

cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2003-09-08 Thread funkman
funkman 2003/09/08 18:21:39

  Modified:docs/faq connectors.html
   docs/faq/printer connectors.html
   xdocs-faq connectors.xml
  Log:
  FAQ update per bz - 22995
  Patch submitted by tagunov at motor.ru
  
  Revision  ChangesPath
  1.6   +21 -1 jakarta-tomcat-site/docs/faq/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/connectors.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- connectors.html   11 Jul 2003 10:57:19 -  1.5
  +++ connectors.html   9 Sep 2003 01:21:38 -   1.6
  @@ -109,6 +109,14 @@
what's wrong?
 
   
  +
  +
  +  
  +  Is there any way to control the content of automatically generated
  +  mod_jk.conf-auto? I need my own specific commands added to it.
  +  
  +
  +
 
   
   Answers
  @@ -273,7 +281,19 @@
 
   
   
  -
  +  
  +
  +Is there any way to control the content of automatically generated
  +mod_jk.conf-auto? I need my own specific commands added
  +to it.
  +
  +  
  +  
  +There really is no need to. Just copy the automatically generated
  +mod_jk.conf-auto and edit it manually to your preference.
  +None of production tomcat installations really use mod_jk.conf-auto
  +as it is.
  +  
   
   
   
  
  
  
  1.5   +21 -1 jakarta-tomcat-site/docs/faq/printer/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/connectors.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- connectors.html   11 Jul 2003 10:57:20 -  1.4
  +++ connectors.html   9 Sep 2003 01:21:39 -   1.5
  @@ -108,6 +108,14 @@
what's wrong?
 
   
  +
  +
  +  
  +  Is there any way to control the content of automatically generated
  +  mod_jk.conf-auto? I need my own specific commands added to it.
  +  
  +
  +
 
   
   Answers
  @@ -272,7 +280,19 @@
 
   
   
  -
  +  
  +
  +Is there any way to control the content of automatically generated
  +mod_jk.conf-auto? I need my own specific commands added
  +to it.
  +
  +  
  +  
  +There really is no need to. Just copy the automatically generated
  +mod_jk.conf-auto and edit it manually to your preference.
  +None of production tomcat installations really use mod_jk.conf-auto
  +as it is.
  +  
   
   
   
  
  
  
  1.5   +21 -1 jakarta-tomcat-site/xdocs-faq/connectors.xml
  
  Index: connectors.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/connectors.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- connectors.xml11 Jul 2003 10:57:20 -  1.4
  +++ connectors.xml9 Sep 2003 01:21:39 -   1.5
  @@ -122,6 +122,14 @@
what's wrong?
 
   
  +
  +
  +  
  +  Is there any way to control the content of automatically generated
  +  mod_jk.conf-auto? I need my own specific commands added to it.
  +  
  +
  +
 
   
   
  @@ -289,7 +297,19 @@
 
   
   
  -
  +  
  +
  +Is there any way to control the content of automatically generated
  +mod_jk.conf-auto? I need my own specific commands added
  +to it.
  +
  +  
  +  
  +There really is no need to. Just copy the automatically generated
  +mod_jk.conf-auto and edit it manually to your preference.
  +None of production tomcat installations really use mod_jk.conf-auto
  +as it is.
  +  
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-site/xdocs-faq connectors.xml

2003-07-11 Thread funkman
funkman 2003/07/11 03:57:20

  Modified:docs/faq connectors.html
   docs/faq/printer connectors.html
   xdocs-faq connectors.xml
  Log:
  Add q about jk2 config file location based on tomcat user conversation
  
  http://marc.theaimsgroup.com/?t=10578489323&r=1&w=2
  
  Revision  ChangesPath
  1.5   +33 -0 jakarta-tomcat-site/docs/faq/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/connectors.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- connectors.html   11 Jul 2003 01:57:37 -  1.4
  +++ connectors.html   11 Jul 2003 10:57:19 -  1.5
  @@ -101,6 +101,14 @@
   At boot, is order of start up (Apache vs Tomcat) important?
 
   
  +
  +  
  + JK2 doesn't seem to be using my settings in my
  + workers2.properties file
  + such as creating the shm file or mapping the URIs listed to Tomcat,
  + what's wrong?
  +  
  +
 
   
   Answers
  @@ -241,6 +249,31 @@
   No. This way - either apache or tomcat can be restarted at any time
   independent of one another.
 
  +
  +  
  +
  + JK2 doesn't seem to be using my settings in my
  + workers2.properties file
  + such as creating the shm file or mapping the URIs listed to Tomcat,
  + what's wrong?
  +
  +  
  +  
  +JK2 is not finding your workers2.properties file.
  +Specify it's location in your httpd.conf file by adding:
  +
  +
  +
  +JkSet config.file /full/system/path/to/workers2.properties
  +
  +
  +http://marc.theaimsgroup.com/?t=10578489323&r=1&w=2";>
  +Thread which spawned this question.
  +
  +  
  +
  +
  +
   
   
   
  
  
  
  1.4   +33 -0 jakarta-tomcat-site/docs/faq/printer/connectors.html
  
  Index: connectors.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/connectors.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- connectors.html   11 Jul 2003 01:57:39 -  1.3
  +++ connectors.html   11 Jul 2003 10:57:20 -  1.4
  @@ -100,6 +100,14 @@
   At boot, is order of start up (Apache vs Tomcat) important?
 
   
  +
  +  
  + JK2 doesn't seem to be using my settings in my
  + workers2.properties file
  + such as creating the shm file or mapping the URIs listed to Tomcat,
  + what's wrong?
  +  
  +
 
   
   Answers
  @@ -240,6 +248,31 @@
   No. This way - either apache or tomcat can be restarted at any time
   independent of one another.
 
  +
  +  
  +
  + JK2 doesn't seem to be using my settings in my
  + workers2.properties file
  + such as creating the shm file or mapping the URIs listed to Tomcat,
  + what's wrong?
  +
  +  
  +  
  +JK2 is not finding your workers2.properties file.
  +Specify it's location in your httpd.conf file by adding:
  +
  +
  +
  +JkSet config.file /full/system/path/to/workers2.properties
  +
  +
  +http://marc.theaimsgroup.com/?t=10578489323&r=1&w=2";>
  +Thread which spawned this question.
  +
  +  
  +
  +
  +
   
   
   
  
  
  
  1.4   +33 -0 jakarta-tomcat-site/xdocs-faq/connectors.xml
  
  Index: connectors.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/connectors.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- connectors.xml11 Jul 2003 01:57:39 -  1.3
  +++ connectors.xml11 Jul 2003 10:57:20 -  1.4
  @@ -114,6 +114,14 @@
   At boot, is order of start up (Apache vs Tomcat) important?
 
   
  +
  +  
  + JK2 doesn't seem to be using my settings in my
  + workers2.properties file
  + such as creating the shm file or mapping the URIs listed to Tomcat,
  + what's wrong?
  +  
  +
 
   
   
  @@ -257,6 +265,31 @@
   No. This way - either apache or tomcat can be restarted at any time
   independent of one another.
 
  +
  +  
  +
  + JK2 doesn't seem to be using my settings in my
  + workers2.properties file
  + such as creating the shm file or mapping the URIs listed to Tomcat,
  + what's wrong?
  +
  +  
  +  
  +JK2 is not finding your workers2.properties file.
  +Specify it's location in your httpd.conf file by adding:
  +
  +
  +
  +JkSet config.file /full/system/path/to/workers2.properties
  +
  +
  +
  +Thread which spawned this question.
  +
  +  
  +
  +
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
F