Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://openejb.apache.org/installation-drop-in-war.mdtext



Index: trunk/content/installation-drop-in-war.mdtext
===================================================================
--- trunk/content/installation-drop-in-war.mdtext       (revision 1412723)
+++ trunk/content/installation-drop-in-war.mdtext       (working copy)
@@ -24,9 +24,9 @@
 
  - Update $CATALINA_HOME/conf/tomcat-users.xml to add a tomee user to allow 
access to the console
 
-       <!-- Activate those lines to get access to TomEE GUI -->
-       <role rolename="tomee-admin" />
-       <user username="tomee" password="tomee" roles="tomee-admin,manager-gui" 
/>
+       &lt;!-- Activate those lines to get access to TomEE GUI --&gt;<br />
+       &lt;role rolename="tomee-admin" /&gt;<br />
+       &lt;user username="tomee" password="tomee" 
roles="tomee-admin,manager-gui" /&gt;
 
  - Download the .war file you wish to use - either the tomee-webapp-1.5.0.war 
(for the webprofile installation) or tomee-webapp-plus-1.5.0.war (for the plus 
version).
 

Reply via email to