yoavs 2004/02/05 06:25:20 Modified: docs/faq deployment.html index.html docs/faq/printer index.html xdocs-faq deployment.xml index.xml project.xml Log: Fixed deployment page, added link from left-hand menu. Revision Changes Path 1.2 +11 -5 jakarta-tomcat-site/docs/faq/deployment.html Index: deployment.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/deployment.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- deployment.html 5 Feb 2004 14:21:17 -0000 1.1 +++ deployment.html 5 Feb 2004 14:25:20 -0000 1.2 @@ -3,7 +3,7 @@ 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>Tomcat FAQ: Deployment</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/deployment.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>Tomcat FAQ: Deployment</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/deployment.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> This section of the FAQ discusses common questions related to web application deployment. @@ -12,7 +12,7 @@ <ul> <li> <a href="#tc5Conf"> - What are these files in the conf directory in tomcat5? + Why does tomcat 5 create context configuration files? </a> </li> </ul> @@ -20,12 +20,18 @@ </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> <p> <b style="font-size: larger"> - <a name="tc5Conf">What are these files in the conf directory in tomcat5?</a> + <a name="tc5Conf">Why does tomcat 5 create context configuration files?</a> </b> <div style="padding-left : 20px;"> Unlike tomcat 4.x, tomcat 5.x creates context configuration files for you - in its conf/[Engine name]/[Host name] directory. These files are NOT removed - by tomcat automatically. The suggested practice, again a change from tomcat4, + in its conf/[Engine name]/[Host name] directory. This is part of the change + in tomcat's configuration mechanism from version 4.x to make overall configuration + more robust, flexible, and enterprise-friendly. Note, however, that this + has changed the recommended deployment practices for web applications. + + These context configuration files are created by tomcat, but not removed + by tomcat, because the user may have changed them or other files in the conf + directory. The suggested practice for tomcat 5 is to place context configuration files in the META-INF/context.xml directory of your webapp, and use Tomcat's Manager webapp to deploy/undeploy your applications. More details can be found here: 1.6 +2 -2 jakarta-tomcat-site/docs/faq/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.html 5 Feb 2004 14:21:17 -0000 1.5 +++ index.html 5 Feb 2004 14:25:20 -0000 1.6 @@ -3,7 +3,7 @@ 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>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/index.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>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/index.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> Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis @@ -52,7 +52,7 @@ about tomcat-standalone.</li> <li><a href="database.html">Database</a> - Getting tomcat to talk to a database.</li> -<li><a href="deployment.html">Depoyment</a> - +<li><a href="deployment.html">Deployment</a> - Questions related to web application deployment.</li> <li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> - Miscellaneous common how to's. </li> 1.4 +1 -1 jakarta-tomcat-site/docs/faq/printer/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html 5 Feb 2004 14:21:17 -0000 1.3 +++ index.html 5 Feb 2004 14:25:20 -0000 1.4 @@ -51,7 +51,7 @@ about tomcat-standalone.</li> <li><a href="database.html">Database</a> - Getting tomcat to talk to a database.</li> -<li><a href="deployment.html">Depoyment</a> - +<li><a href="deployment.html">Deployment</a> - Questions related to web application deployment.</li> <li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> - Miscellaneous common how to's. </li> 1.2 +10 -4 jakarta-tomcat-site/xdocs-faq/deployment.xml Index: deployment.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/deployment.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- deployment.xml 5 Feb 2004 14:21:17 -0000 1.1 +++ deployment.xml 5 Feb 2004 14:25:20 -0000 1.2 @@ -24,7 +24,7 @@ <ul> <li> <a href="#tc5Conf"> - What are these files in the conf directory in tomcat5? + Why does tomcat 5 create context configuration files? </a> </li> </ul> @@ -35,12 +35,18 @@ <section name="Answers"> <p> <question> - <a name="tc5Conf">What are these files in the conf directory in tomcat5?</a> + <a name="tc5Conf">Why does tomcat 5 create context configuration files?</a> </question> <answer> Unlike tomcat 4.x, tomcat 5.x creates context configuration files for you - in its conf/[Engine name]/[Host name] directory. These files are NOT removed - by tomcat automatically. The suggested practice, again a change from tomcat4, + in its conf/[Engine name]/[Host name] directory. This is part of the change + in tomcat's configuration mechanism from version 4.x to make overall configuration + more robust, flexible, and enterprise-friendly. Note, however, that this + has changed the recommended deployment practices for web applications. + + These context configuration files are created by tomcat, but not removed + by tomcat, because the user may have changed them or other files in the conf + directory. The suggested practice for tomcat 5 is to place context configuration files in the META-INF/context.xml directory of your webapp, and use Tomcat's Manager webapp to deploy/undeploy your applications. More details can be found here: 1.4 +1 -1 jakarta-tomcat-site/xdocs-faq/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 5 Feb 2004 14:21:17 -0000 1.3 +++ index.xml 5 Feb 2004 14:25:20 -0000 1.4 @@ -68,7 +68,7 @@ about tomcat-standalone.</li> <li><a href="database.html">Database</a> - Getting tomcat to talk to a database.</li> -<li><a href="deployment.html">Depoyment</a> - +<li><a href="deployment.html">Deployment</a> - Questions related to web application deployment.</li> <li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> - Miscellaneous common how to's. </li> 1.3 +1 -0 jakarta-tomcat-site/xdocs-faq/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 11 Jul 2003 01:57:39 -0000 1.2 +++ project.xml 5 Feb 2004 14:25:20 -0000 1.3 @@ -21,6 +21,7 @@ <item name="Class Not Found" href="classnotfound.html"/> <item name="Connectors" href="connectors.html"/> <item name="Database" href="database.html"/> + <item name="Deployment" href="deployment.html" /> <item name="How do I" href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto"/> <item name="Linux / Unix" href="unix.html"/> <item name="Memory" href="memory.html"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]