You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2005/07/25 08:25:09 UTC

svn commit: r224698 - in /geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view: configmanager/deployHelp.jsp jmsmanager/help.jsp

Author: jsisson
Date: Sun Jul 24 23:24:58 2005
New Revision: 224698

URL: http://svn.apache.org/viewcvs?rev=224698&view=rev
Log:
Change references to geronimo-jetty.xml to geronimo-web.xml

Modified:
    geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/configmanager/deployHelp.jsp
    geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/jmsmanager/help.jsp

Modified: geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/configmanager/deployHelp.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/configmanager/deployHelp.jsp?rev=224698&r1=224697&r2=224698&view=diff
==============================================================================
--- geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/configmanager/deployHelp.jsp (original)
+++ geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/configmanager/deployHelp.jsp Sun Jul 24 23:24:58 2005
@@ -1,5 +1,5 @@
 <portlet:defineObjects/>
-<p>This portlet allows the user to deploy new applications on Geronimo. Web applications require deployment plans, which are either packaged with the war file or kept in a separate file which is typically called geronimo-jetty.xml.<br>
+<p>This portlet allows the user to deploy new applications on Geronimo. Web applications require deployment plans, which are either packaged with the war file or kept in a separate file which is typically called geronimo-web.xml.<br>
 </p>
 <table width="100%"  border="0" cellspacing="0" cellpadding="0">
   <tr>

Modified: geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/jmsmanager/help.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/jmsmanager/help.jsp?rev=224698&r1=224697&r2=224698&view=diff
==============================================================================
--- geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/jmsmanager/help.jsp (original)
+++ geronimo/trunk/sandbox/console-standard/src/webapp/WEB-INF/view/jmsmanager/help.jsp Sun Jul 24 23:24:58 2005
@@ -6,7 +6,7 @@
 <table width="100%"  border="0" cellspacing="0" cellpadding="0">
   <tr>
     <td width="150" align="right" valign="top" class="MediumBackground" style="padding: 10px 10px 5px 10px"><strong>Message Destination Name</strong></td>
-    <td class="LightBackground" style="padding: 10px 5px 10px 10px" valign="top">The name of the queue or topic. This is the name used in the admin object gbean name and is linked to by &lt;message-destination-link&gt; in the geronimo-jetty.xml plan.</td>
+    <td class="LightBackground" style="padding: 10px 5px 10px 10px" valign="top">The name of the queue or topic. This is the name used in the admin object gbean name and is linked to by &lt;message-destination-link&gt; in the geronimo-web.xml plan.</td>
   </tr>
   <tr>
     <td width="150" align="right" valign="top" class="MediumBackground" style="padding: 10px 10px 5px 10px"><strong>Destination Physical Name</strong></td>
@@ -18,11 +18,11 @@
   </tr>
   <tr>
     <td width="150" align="right" valign="top" class="MediumBackground" style="padding: 10px 10px 5px 10px"><strong>Application Name</strong></td>
-    <td class="LightBackground" style="padding: 10px 5px 10px 10px" valign="top">This is the &quot;configID&quot; in the geronimo-jetty.xml file. Or this can be set to the string &quot;null&quot; if the admin object is deployed stand-alone. By default this field contains the string &quot;null.&quot;</td>
+    <td class="LightBackground" style="padding: 10px 5px 10px 10px" valign="top">This is the &quot;configID&quot; in the geronimo-web.xml file. Or this can be set to the string &quot;null&quot; if the admin object is deployed stand-alone. By default this field contains the string &quot;null.&quot;</td>
   </tr>
   <tr>
     <td width="150" align="right" valign="top" class="MediumBackground" style="padding: 10px 10px 5px 10px"><strong>Module Name</strong></td>
-    <td class="LightBackground" style="padding: 10px 5px 10px 10px" valign="top">If the module is deployed stand-alone this field is the &quot;configID&quot; in the geronimo-jetty.xml file. If it is deployed in an application (ear) this field should be the path of the module inside the ear, such as, myResourceAdapter.rar. By default this field contains &quot;defaultJMS.&quot;</td>
+    <td class="LightBackground" style="padding: 10px 5px 10px 10px" valign="top">If the module is deployed stand-alone this field is the &quot;configID&quot; in the geronimo-web.xml file. If it is deployed in an application (ear) this field should be the path of the module inside the ear, such as, myResourceAdapter.rar. By default this field contains &quot;defaultJMS.&quot;</td>
   </tr>
   <tr>
     <td width="150" align="right" valign="top" class="MediumBackground" style="padding: 10px 10px 5px 10px"><img src="/console/images/submit.gif" /></td>