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"> <Context path="/mywebapp" docBase="/Users/theuser/mywebapp/src/main/webapp" > <Resources className="org.apache.naming.resources.VirtualDirContext" extraResourcePaths="/WEB-INF/classes=/Users/theuser/mywebapp/target/classes" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org