yoavs 2004/02/05 06:21:17 Modified: docs/faq index.html docs/faq/printer index.html xdocs-faq index.xml Added: docs/faq deployment.html xdocs-faq deployment.xml Log: Added deployment page. Revision Changes Path 1.5 +3 -1 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.html 26 Jul 2003 12:00:21 -0000 1.4 +++ index.html 5 Feb 2004 14:21:17 -0000 1.5 @@ -1,4 +1,4 @@ -<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</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 - Table of Contents</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=" @@ -52,6 +52,8 @@ 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> - + 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> <li><a href="unix.html">Linux / Unix</a> - 1.1 jakarta-tomcat-site/docs/faq/deployment.html Index: deployment.html =================================================================== <html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Tomcat FAQ: Deployment</title><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>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. </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> <p> <ul> <li> <a href="#tc5Conf"> What are these files in the conf directory in tomcat5? </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> <p> <b style="font-size: larger"> <a name="tc5Conf">What are these files in the conf directory in tomcat5?</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, 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: <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=107590945807699&w=2">MARC Archive</a> </div><br> </p> </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 </em></font></div></td></tr></table></body></html> 1.3 +81 -79 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 11 Jul 2003 01:57:39 -0000 1.2 +++ index.html 5 Feb 2004 14:21:17 -0000 1.3 @@ -1,80 +1,82 @@ -<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</title><meta value="Tim Funk" 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>Table of Contents</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> - Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis - doing the following: - - <ul> - <li> - Read the docs. Most answers are already documented. - </li> - <li> - Know the <a href="http://java.sun.com/products/servlet/">Servlet</a> - and <a href="http://java.sun.com/products/jsp/">JSP</a> specification. - Many answers are not documented by the Tomcat team since they are - generic and already defined by the specs. Know the specs, they let you - ensure your webapps are portable across different servlet containers. - </li> - <li> - Please do some research. Use a search engine. - It is frustrating to see questions - which can be answered with a simple - <a href="http://www.google.com/">Google</a> search (or your - favorite search engine). - </li> - <li> - <a href="tomcatuser.html">Browse</a> the tomcat-user archives. - </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="Table%20of%20Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote> - - <p> - For your convenience, we have tried to break the FAQ out into multiple - sections consisting of the following topics: - </p> - -<ul> - -<li><a href="bugs.html">Bugs</a> - - You think you have a bug or there is a difference in - behavior with another servlet container.</li> -<li><a href="classnotfound.html">Class Not Found</a> - - What to do with Class Not Found errors.</li> -<li><a href="connectors.html">Connectors</a> - - You want to connect tomcat to Apache, IIS, or have questions - about tomcat-standalone.</li> -<li><a href="database.html">Database</a> - - Getting tomcat to talk to a database.</li> -<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> - - Miscellaneous common how to's. </li> -<li><a href="unix.html">Linux / Unix</a> - - Common questions for Linux / Unix related platforms. </li> -<li><a href="memory.html">Memory</a> - - Common memory related questions. </li> -<li><a href="meta.html">Meta</a> - - About Tomcat and this FAQ. </li> -<li><a href="misc.html">Miscellaneous</a> - - Miscellaneous questions that weren't categorized. </li> -<li><a href="performance.html">Monitoring & Performance</a> - - Monitoring and Performance questions. </li> -<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a> - - A lot of links to tomcat related documentation and experiences. </li> -<li><a href="security.html">Security</a> - - Common security issues. </li> -<li><a href="version.html">Version</a> - - About the different tomcat versions. </li> -<li><a href="tomcatuser.html">Tomcat User</a> - - More information about the tomcat-user list. </li> -<li><a href="windows.html">Windows</a> - - Common Windows questions. </li> -</ul> - -</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 +<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</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>Table of Contents</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> + Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis + doing the following: + + <ul> + <li> + Read the docs. Most answers are already documented. + </li> + <li> + Know the <a href="http://java.sun.com/products/servlet/">Servlet</a> + and <a href="http://java.sun.com/products/jsp/">JSP</a> specification. + Many answers are not documented by the Tomcat team since they are + generic and already defined by the specs. Know the specs, they let you + ensure your webapps are portable across different servlet containers. + </li> + <li> + Please do some research. Use a search engine. + It is frustrating to see questions + which can be answered with a simple + <a href="http://www.google.com/">Google</a> search (or your + favorite search engine). + </li> + <li> + <a href="tomcatuser.html">Browse</a> the tomcat-user archives. + </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="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote> + + <p> + For your convenience, we have tried to break the FAQ out into multiple + sections consisting of the following topics: + </p> + +<ul> + +<li><a href="bugs.html">Bugs</a> - + You think you have a bug or there is a difference in + behavior with another servlet container.</li> +<li><a href="classnotfound.html">Class Not Found</a> - + What to do with Class Not Found errors.</li> +<li><a href="connectors.html">Connectors</a> - + You want to connect tomcat to Apache, IIS, or have questions + 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> - + 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> +<li><a href="unix.html">Linux / Unix</a> - + Common questions for Linux / Unix related platforms. </li> +<li><a href="memory.html">Memory</a> - + Common memory related questions. </li> +<li><a href="meta.html">Meta</a> - + About Tomcat and this FAQ. </li> +<li><a href="misc.html">Miscellaneous</a> - + Miscellaneous questions that weren't categorized. </li> +<li><a href="performance.html">Monitoring & Performance</a> - + Monitoring and Performance questions. </li> +<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a> - + A lot of links to tomcat related documentation and experiences. </li> +<li><a href="security.html">Security</a> - + Common security issues. </li> +<li><a href="version.html">Version</a> - + About the different tomcat versions. </li> +<li><a href="tomcatuser.html">Tomcat User</a> - + More information about the tomcat-user list. </li> +<li><a href="windows.html">Windows</a> - + Common Windows questions. </li> +</ul> + +</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 </em></font></div></td></tr></table></body></html> 1.3 +3 -0 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 11 Jul 2003 01:57:39 -0000 1.2 +++ index.xml 5 Feb 2004 14:21:17 -0000 1.3 @@ -8,6 +8,7 @@ <properties> <author email="[EMAIL PROTECTED]">Tim Funk</author> + <author email="[EMAIL PROTECTED]">Yoav Shapira</author> <title>Table of Contents</title> </properties> @@ -67,6 +68,8 @@ 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> - + 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> <li><a href="unix.html">Linux / Unix</a> - 1.1 jakarta-tomcat-site/xdocs-faq/deployment.xml Index: deployment.xml =================================================================== <?xml version="1.0"?> <!DOCTYPE document [ <!ENTITY project SYSTEM "project.xml"> ]> <document url="deployment.html"> &project; <properties> <author email="[EMAIL PROTECTED]">Yoav Shapira</author> <title>Tomcat FAQ: Deployment</title> </properties> <body> <section name="Preface"> This section of the FAQ discusses common questions related to web application deployment. </section> <section name="Questions"> <p> <ul> <li> <a href="#tc5Conf"> What are these files in the conf directory in tomcat5? </a> </li> </ul> </p> </section> <section name="Answers"> <p> <question> <a name="tc5Conf">What are these files in the conf directory in tomcat5?</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, 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: <a href="http://marc.theaimsgroup.com/?l=tomcat-user&m=107590945807699&w=2">MARC Archive</a> </answer> </p> </section> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]