You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/05/05 23:30:17 UTC

svn commit: r400177 - /incubator/roller/trunk/web/WEB-INF/sun-web.xml

Author: agilliland
Date: Fri May  5 14:30:14 2006
New Revision: 400177

URL: http://svn.apache.org/viewcvs?rev=400177&view=rev
Log:
including a simple sun-web.xml file so that Roller users can more easily deploy to Sun Appserver/Glassfish.


Added:
    incubator/roller/trunk/web/WEB-INF/sun-web.xml

Added: incubator/roller/trunk/web/WEB-INF/sun-web.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/sun-web.xml?rev=400177&view=auto
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/sun-web.xml (added)
+++ incubator/roller/trunk/web/WEB-INF/sun-web.xml Fri May  5 14:30:14 2006
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN' 'http://www.sun.com/software/appserver/dtds/sun-web-app_2_4-1.dtd'>
+
+<sun-web-app>
+    
+    <session-config>
+        <session-manager>
+        </session-manager>
+    </session-config>
+
+    <resource-ref>
+        <res-ref-name>jdbc/rollerdb</res-ref-name>
+        <jndi-name>jdbc/rollerdb</jndi-name>
+    </resource-ref>
+
+</sun-web-app>