[jboss-cvs] JBossAS SVN: r69164 - projects/docs/trunk/AS_4/Server_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 21 00:37:58 EST 2008


Author: xhuang at jboss.com
Date: 2008-01-21 00:37:58 -0500 (Mon, 21 Jan 2008)
New Revision: 69164

Modified:
   projects/docs/trunk/AS_4/Server_Configuration_Guide/en-US/Deploy.xml
Log:
remove commented contents

Modified: projects/docs/trunk/AS_4/Server_Configuration_Guide/en-US/Deploy.xml
===================================================================
--- projects/docs/trunk/AS_4/Server_Configuration_Guide/en-US/Deploy.xml	2008-01-21 05:17:16 UTC (rev 69163)
+++ projects/docs/trunk/AS_4/Server_Configuration_Guide/en-US/Deploy.xml	2008-01-21 05:37:58 UTC (rev 69164)
@@ -14,9 +14,9 @@
     
     
     <itemizedlist>
-      <listitem><para>The WAR application archive (e.g., myapp.war) packages a Java EE web application in a JAR file. It contains servlet classes, view pages, libraries, and deployment descriptors such as web.xml, faces-config.xml, and jboss-web.xml etc.<!-- Please see more in <xref linkend="Web_Applications-The_Tomcat_Service"/>-->.</para></listitem>
+      <listitem><para>The WAR application archive (e.g., myapp.war) packages a Java EE web application in a JAR file. It contains servlet classes, view pages, libraries, and deployment descriptors such as web.xml, faces-config.xml, and jboss-web.xml etc.</para></listitem>
       
-      <listitem><para>The EAR application archive (e.g., myapp.ear) packages a Java EE enterprise application in a JAR file. It typically contains a WAR file for the web module, JAR files for EJB modules, as well as deployment descriptors such as application.xml and jboss-app.xml etc.<!-- Please see more in <xref linkend="The_JBoss_JMX_Microkernel"/-->.</para></listitem>
+      <listitem><para>The EAR application archive (e.g., myapp.ear) packages a Java EE enterprise application in a JAR file. It typically contains a WAR file for the web module, JAR files for EJB modules, as well as deployment descriptors such as application.xml and jboss-app.xml etc.</para></listitem>
       
       <listitem><para>The SAR application archive (e.g., myservice.sar) packages a JBoss service in a JAR file. It is mostly used by JBoss internal services. Please see more in <xref linkend="The_JBoss_JMX_Microkernel"/>.</para></listitem>
       




More information about the jboss-cvs-commits mailing list