You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/11/25 23:05:02 UTC

svn commit: r839552 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/installation-drop-in-war.html

Author: buildbot
Date: Sun Nov 25 22:05:02 2012
New Revision: 839552

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/installation-drop-in-war.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 25 22:05:02 2012
@@ -1 +1 @@
-1413280
+1413431

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 25 22:05:02 2012
@@ -1 +1 @@
-1413280
+1413431

Modified: websites/staging/openejb/trunk/content/installation-drop-in-war.html
==============================================================================
--- websites/staging/openejb/trunk/content/installation-drop-in-war.html (original)
+++ websites/staging/openejb/trunk/content/installation-drop-in-war.html Sun Nov 25 22:05:02 2012
@@ -156,9 +156,10 @@
 <ul>
 <li>Update $CATALINA_HOME/conf/tomcat-users.xml to add a tomee user to allow access to the console</p>
 
-<p><!-- Activate those lines to get access to TomEE GUI -->
-<role rolename="tomee-admin" />
-<user username="tomee" password="tomee" roles="tomee-admin,manager-gui" /></li>
+<pre><code>&lt;!-- Activate those lines to get access to TomEE GUI --&gt;;&lt;br /&gt;
+&lt;role rolename="tomee-admin" /&gt;;&lt;br /&gt;
+&lt;user username="tomee" password="tomee" roles="tomee-admin,manager-gui" /&gt;;
+</code></pre></li>
 <li>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).</li>
 <li>Copy the .war file to $CATALINA_HOME/webapps/tomee.war (the .war filename is important)</p>