You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/21 13:06:19 UTC

svn commit: r1640902 - /tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml

Author: kkolinko
Date: Fri Nov 21 12:06:19 2014
New Revision: 1640902

URL: http://svn.apache.org/r1640902
Log:
Enable wrapping for a wide sample text

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml?rev=1640902&r1=1640901&r2=1640902&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml Fri Nov 21 12:06:19 2014
@@ -1373,7 +1373,7 @@ mywebapp/
 </source>
     <p>To deploy such an application (assuming it also uses the log4j maven artefact),
     the context configuration looks like:</p>
-<source>
+<source wrapped="true">
 &lt;Context path="/mywebapp" docBase="/Users/theuser/mywebapp/src/main/webapp" >
   &lt;Resources className="org.apache.naming.resources.VirtualDirContext"
     extraResourcePaths="/WEB-INF/classes=/Users/theuser/mywebapp/target/classes" />



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