yoavs 2004/05/27 06:17:44 Modified: docs/faq security.html docs/faq/printer security.html xdocs-faq security.xml Log: Added JSVC example to security page. Revision Changes Path 1.10 +35 -12 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- security.html 16 Oct 2003 07:46:16 -0000 1.9 +++ security.html 27 May 2004 13:17:44 -0000 1.10 @@ -1,23 +1,20 @@ -<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Security</title><meta value="Tim Funk" name="author"><meta value="[EMAIL PROTECTED]" name="email"><style> +<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Security</title><meta value="Tim Funk" name="author"><meta value="[EMAIL PROTECTED]" name="email"><meta value="Yoav Shapira" name="author"><meta value="[EMAIL PROTECTED]" name="email"><style> dt { font-size : larger; font-weight : bold } dd {padding-bottom : 10px;} </style></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="4" width="100%" border="0"><!--PAGE HEADER--><tr><td colspan="2"><!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" align="left" src="http://jakarta.apache.org//images/jakarta-logo.gif"></a><!--PROJECT LOGO--><a href="http://jakarta.apache.org/tomcat/"><img border="0" alt=" Tomcat FAQ - " align="right" src="../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--LEFT SIDE NAVIGATION--><td nowrap="true" valign="top" width="20%"><p><strong>Links</strong></p><ul><li><a href="..">Tomcat Home</a></li><li><a href="index.html">FAQ Home</a></li></ul><p><strong>Contents</strong></p><ul><li><a href="bugs.html">Bugs</a></li><li><a href="classnotfound.html">Class Not Found</a></li><li><a href="connectors.html">Connectors</a></li><li><a href="database.html">Database</a></li><li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How do I</a></li><li><a href="unix.html">Linux / Unix</a></li><li><a href="memory.html">Memory</a></li><li><a href="meta.html">Meta</a></li><li><a href="misc.html">Miscellaneous</a></li><li><a href="performance.html">Monitoring / Performance</a></li><li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a></li><li><a href="security.html">Security</a></li><li><a href="version.html">Which Version</a></li><li><a href="tomcatuser.html">Tomcat User List</a></li><li><a href="windows.html">Windows</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Security</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/security.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version + " align="right" src="../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--LEFT SIDE NAVIGATION--><td nowrap="true" valign="top" width="20%"><p><strong>Links</strong></p><ul><li><a href="..">Tomcat Home</a></li><li><a href="index.html">FAQ Home</a></li></ul><p><strong>Contents</strong></p><ul><li><a href="bugs.html">Bugs</a></li><li><a href="classnotfound.html">Class Not Found</a></li><li><a href="connectors.html">Connectors</a></li><li><a href="database.html">Database</a></li><li><a href="deployment.html">Deployment</a></li><li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How do I</a></li><li><a href="unix.html">Linux / Unix</a></li><li><a href="memory.html">Memory</a></li><li><a href="meta.html">Meta</a></li><li><a href="misc.html">Miscellaneous</a></li><li><a href="performance.html">Monitoring / Performance</a></li><li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a></li><li><a href="security.html">Security</a></li><li><a href="version.html">Which Version</a></li><li><a href="tomcatuser.html">Tomcat User List</a></li><li><a href="windows.html">Windows</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Security</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/security.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version </a></small></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote> <p> - Security issues. But first a helpful link or two ... - <ul> - <li> - <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=106293430225790&w=2"> - Using OpenSSL to set up your own CA - </a> - </li> - </ul> - + This FAQ section provides help with some security-related issues. </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="Questions"><strong>Questions</strong></a></font></td></tr><tr><td><blockquote> <ul> + <li> + <a href="#openSSL"> + How do I use OpenSSL to set up my own Certificate Authority (CA)? + </a> + </li> <li> <a href="#8005"> @@ -50,9 +47,25 @@ </a> </li> + <li> + <a href="#jsvcExample"> + How do I use jsvc/procrun to run Tomcat on port 80 securely? + </a> + </li> + </ul> </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> + <b style="font-size: larger"> + <a href="openSSL"> + How do I use OpenSSL to set up my own Certificate Authority (CA)? + </a> + </b> + <div style="padding-left : 20px;"> + <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=106293430225790&w=2"> + Using OpenSSL to set up your own CA. + </a> + </div><br> <b style="font-size: larger"> <a name="8005"> @@ -133,7 +146,17 @@ Valve Reference Link</a> </div><br> - + <b style="font-size: larger"> + <a href="jsvcExample"> + How do I use jsvc/procrun to run Tomcat on port 80 securely? + </a> + </b> + <div style="padding-left : 20px;"> + Fairly easily ;) See the Setup page in the docs for your tomcat release, and read + <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=108566020231438&w=2"> + this mailing list post + </a> for a complete setup example with permissions etc. + </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> Copyright © 1999-2003, Apache Software Foundation 1.7 +34 -11 jakarta-tomcat-site/docs/faq/printer/security.html Index: security.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/security.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- security.html 16 Oct 2003 07:46:16 -0000 1.6 +++ security.html 27 May 2004 13:17:44 -0000 1.7 @@ -1,22 +1,19 @@ -<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Security</title><meta value="Tim Funk" name="author"><meta value="[EMAIL PROTECTED]" name="email"><style> +<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Security</title><meta value="Tim Funk" name="author"><meta value="[EMAIL PROTECTED]" name="email"><meta value="Yoav Shapira" name="author"><meta value="[EMAIL PROTECTED]" name="email"><style> dt { font-size : larger; font-weight : bold } dd {padding-bottom : 10px;} </style></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="4" width="100%" border="0"><!--PAGE HEADER--><tr><td colspan="2"><!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" align="left" src="http://jakarta.apache.org//images/jakarta-logo.gif"></a><!--PROJECT LOGO--><a href="http://jakarta.apache.org/tomcat/"><img border="0" alt=" Tomcat FAQ " align="right" src="../../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Security</h2></td><td nowrap="true" valign="top" align="right"><img border="0" hspace="0" vspace="0" height="1" width="1" src="../../images/void.gif"></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote> <p> - Security issues. But first a helpful link or two ... - <ul> - <li> - <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=106293430225790&w=2"> - Using OpenSSL to set up your own CA - </a> - </li> - </ul> - + This FAQ section provides help with some security-related issues. </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="Questions"><strong>Questions</strong></a></font></td></tr><tr><td><blockquote> <ul> + <li> + <a href="#openSSL"> + How do I use OpenSSL to set up my own Certificate Authority (CA)? + </a> + </li> <li> <a href="#8005"> @@ -49,9 +46,25 @@ </a> </li> + <li> + <a href="#jsvcExample"> + How do I use jsvc/procrun to run Tomcat on port 80 securely? + </a> + </li> + </ul> </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> + <b style="font-size: larger"> + <a href="openSSL"> + How do I use OpenSSL to set up my own Certificate Authority (CA)? + </a> + </b> + <div style="padding-left : 20px;"> + <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=106293430225790&w=2"> + Using OpenSSL to set up your own CA. + </a> + </div><br> <b style="font-size: larger"> <a name="8005"> @@ -132,7 +145,17 @@ Valve Reference Link</a> </div><br> - + <b style="font-size: larger"> + <a href="jsvcExample"> + How do I use jsvc/procrun to run Tomcat on port 80 securely? + </a> + </b> + <div style="padding-left : 20px;"> + Fairly easily ;) See the Setup page in the docs for your tomcat release, and read + <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=108566020231438&w=2"> + this mailing list post + </a> for a complete setup example with permissions etc. + </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> Copyright © 1999-2003, Apache Software Foundation 1.6 +34 -10 jakarta-tomcat-site/xdocs-faq/security.xml Index: security.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/security.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- security.xml 16 Oct 2003 01:42:04 -0000 1.5 +++ security.xml 27 May 2004 13:17:44 -0000 1.6 @@ -8,6 +8,7 @@ <properties> <author email="[EMAIL PROTECTED]">Tim Funk</author> + <author email="[EMAIL PROTECTED]">Yoav Shapira</author> <title>Security</title> </properties> @@ -16,21 +17,18 @@ <section name="Preface"> <p> - Security issues. But first a helpful link or two ... - <ul> - <li> - <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=106293430225790&w=2"> - Using OpenSSL to set up your own CA - </a> - </li> - </ul> - + This FAQ section provides help with some security-related issues. </p> </section> <section name="Questions"> <ul> + <li> + <a href="#openSSL"> + How do I use OpenSSL to set up my own Certificate Authority (CA)? + </a> + </li> <li> <a href="#8005"> @@ -63,12 +61,28 @@ </a> </li> + <li> + <a href="#jsvcExample"> + How do I use jsvc/procrun to run Tomcat on port 80 securely? + </a> + </li> + </ul> </section> <section name="Answers"> + <question> + <a href="openSSL"> + How do I use OpenSSL to set up my own Certificate Authority (CA)? + </a> + </question> + <answer> + <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=106293430225790&w=2"> + Using OpenSSL to set up your own CA. + </a> + </answer> <question> <a name="8005"> @@ -149,7 +163,17 @@ Valve Reference Link</a> </answer> - + <question> + <a href="jsvcExample"> + How do I use jsvc/procrun to run Tomcat on port 80 securely? + </a> + </question> + <answer> + Fairly easily ;) See the Setup page in the docs for your tomcat release, and read + <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=108566020231438&w=2"> + this mailing list post + </a> for a complete setup example with permissions etc. + </answer> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]