You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2003/07/11 12:57:20 UTC

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

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=105784893200003&r=1&w=2
  
  Revision  Changes    Path
  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 -0000	1.4
  +++ connectors.html	11 Jul 2003 10:57:19 -0000	1.5
  @@ -101,6 +101,14 @@
           At boot, is order of start up (Apache vs Tomcat) important?
         </a>
       </li>
  +    <li>
  +      <a href="#jkloc">
  +     JK2 doesn't seem to be using my settings in my
  +     <code>workers2.properties</code> file
  +     such as creating the shm file or mapping the URIs listed to Tomcat,
  +     what's wrong?
  +      </a>
  +    </li>
     </ul>
   </p>
   </blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Answers"><strong>Answers</strong></a></font></td></tr><tr><td><blockquote>
  @@ -241,6 +249,31 @@
       No. This way - either apache or tomcat can be restarted at any time
       independent of one another.
     </div><br>
  +
  +  <b style="font-size: larger">
  +    <a name="jkloc">
  +     JK2 doesn't seem to be using my settings in my
  +     <code>workers2.properties</code> file
  +     such as creating the shm file or mapping the URIs listed to Tomcat,
  +     what's wrong?
  +    </a>
  +  </b>
  +  <div style="padding-left : 20px;">
  +    JK2 is not finding your <code>workers2.properties</code> file.
  +    Specify it's location in your <code>httpd.conf</code> file by adding:
  +
  +    <br><br>
  +    <code>
  +        JkSet config.file /full/system/path/to/workers2.properties
  +    </code>
  +    <br><br>
  +    <a href="http://marc.theaimsgroup.com/?t=105784893200003&r=1&w=2">
  +        Thread which spawned this question.
  +    </a>
  +  </div><br>
  +
  +
  +
   
   
   </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
  
  
  
  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 -0000	1.3
  +++ connectors.html	11 Jul 2003 10:57:20 -0000	1.4
  @@ -100,6 +100,14 @@
           At boot, is order of start up (Apache vs Tomcat) important?
         </a>
       </li>
  +    <li>
  +      <a href="#jkloc">
  +     JK2 doesn't seem to be using my settings in my
  +     <code>workers2.properties</code> file
  +     such as creating the shm file or mapping the URIs listed to Tomcat,
  +     what's wrong?
  +      </a>
  +    </li>
     </ul>
   </p>
   </blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Answers"><strong>Answers</strong></a></font></td></tr><tr><td><blockquote>
  @@ -240,6 +248,31 @@
       No. This way - either apache or tomcat can be restarted at any time
       independent of one another.
     </div><br>
  +
  +  <b style="font-size: larger">
  +    <a name="jkloc">
  +     JK2 doesn't seem to be using my settings in my
  +     <code>workers2.properties</code> file
  +     such as creating the shm file or mapping the URIs listed to Tomcat,
  +     what's wrong?
  +    </a>
  +  </b>
  +  <div style="padding-left : 20px;">
  +    JK2 is not finding your <code>workers2.properties</code> file.
  +    Specify it's location in your <code>httpd.conf</code> file by adding:
  +
  +    <br><br>
  +    <code>
  +        JkSet config.file /full/system/path/to/workers2.properties
  +    </code>
  +    <br><br>
  +    <a href="http://marc.theaimsgroup.com/?t=105784893200003&r=1&w=2">
  +        Thread which spawned this question.
  +    </a>
  +  </div><br>
  +
  +
  +
   
   
   </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
  
  
  
  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.xml	11 Jul 2003 01:57:39 -0000	1.3
  +++ connectors.xml	11 Jul 2003 10:57:20 -0000	1.4
  @@ -114,6 +114,14 @@
           At boot, is order of start up (Apache vs Tomcat) important?
         </a>
       </li>
  +    <li>
  +      <a href="#jkloc">
  +     JK2 doesn't seem to be using my settings in my
  +     <code>workers2.properties</code> file
  +     such as creating the shm file or mapping the URIs listed to Tomcat,
  +     what's wrong?
  +      </a>
  +    </li>
     </ul>
   </p>
   </section>
  @@ -257,6 +265,31 @@
       No. This way - either apache or tomcat can be restarted at any time
       independent of one another.
     </answer>
  +
  +  <question>
  +    <a name="jkloc">
  +     JK2 doesn't seem to be using my settings in my
  +     <code>workers2.properties</code> file
  +     such as creating the shm file or mapping the URIs listed to Tomcat,
  +     what's wrong?
  +    </a>
  +  </question>
  +  <answer>
  +    JK2 is not finding your <code>workers2.properties</code> file.
  +    Specify it's location in your <code>httpd.conf</code> file by adding:
  +
  +    <br /><br />
  +    <code>
  +        JkSet config.file /full/system/path/to/workers2.properties
  +    </code>
  +    <br /><br />
  +    <a href='http://marc.theaimsgroup.com/?t=105784893200003&amp;r=1&amp;w=2'>
  +        Thread which spawned this question.
  +    </a>
  +  </answer>
  +
  +
  +
   
   
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org