lackac / warbler forked from nicksieger/warbler

Warbler chirpily constructs .war files of your Rails applications.

warbler / sun-web.xml
100644 10 lines (8 sloc) 0.387 kb
1
2
3
4
5
6
7
8
9
10
<?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">
<!-- See: http://wiki.glassfish.java.net/Wiki.jsp?page=FaqActivateSymbolicLinks -->
<sun-web-app>
    <property name="allowLinking" value="true"/>
</sun-web-app>