idarwin 2004/08/26 09:34:06 Modified: webapps/docs deployer-howto.xml Log: Spelling and minor wording corrections Revision Changes Path 1.6 +2 -2 jakarta-tomcat-catalina/webapps/docs/deployer-howto.xml Index: deployer-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/deployer-howto.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- deployer-howto.xml 30 Jul 2003 18:37:06 -0000 1.5 +++ deployer-howto.xml 26 Aug 2004 16:34:06 -0000 1.6 @@ -29,7 +29,7 @@ <section name="Introduction"> -<p>The deployer, which as its name imply, allows deploying and undeploying web +<p>The deployer, as its name implies, allows deploying and undeploying web applications to the Tomcat server, either statically (the application is setup before the server is started), or dynamically (in conjunction with the Tomcat Manager web application or manipulating already deployed applications). @@ -51,7 +51,7 @@ </p> <p>Context descriptors allow defining all aspects and configuration parameters -of a Context, such as namign resources and session manager configuration. +of a Context, such as naming resources and session manager configuration. It should be noted that the docBase specified in the Context element can refer to either the .WAR or the directory which will be created when the .WAR is expanded or the .WAR itself.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]