Author: jgallimore
Date: Fri May 25 22:40:09 2012
New Revision: 1342834

URL: http://svn.apache.org/viewvc?rev=1342834&view=rev
Log:
Trying to get the XML to display correctly

Modified:
    openejb/site/trunk/content/tomee-and-eclipse.mdtext

Modified: openejb/site/trunk/content/tomee-and-eclipse.mdtext
URL: 
http://svn.apache.org/viewvc/openejb/site/trunk/content/tomee-and-eclipse.mdtext?rev=1342834&r1=1342833&r2=1342834&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-and-eclipse.mdtext (original)
+++ openejb/site/trunk/content/tomee-and-eclipse.mdtext Fri May 25 22:40:09 2012
@@ -71,6 +71,7 @@ are also started up and adds up to the s
 If jsp changes are not being hot deployed then this is because the jsp servlet 
is set to development=false in the web.xml file. To allow jsp hot deployment 
alter this value to true and restart Tomee.
 
 This is the relevant snippet of the web.xml file.
+
     <servlet>
         <servlet-name>jsp</servlet-name>
         <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
@@ -87,4 +88,4 @@ This is the relevant snippet of the web.
             <param-value>*false*</param-value>
         </init-param>
         <load-on-startup>3</load-on-startup>
-    </servlet>
\ No newline at end of file
+    </servlet>


Reply via email to