public
Description: Warbler chirpily constructs .war files of your Rails applications.
Homepage: http://warbler.kenai.com/pages/Home
Clone URL: git://github.com/nicksieger/warbler.git
nicksieger (author)
Wed Aug 26 17:45:54 -0700 2009
commit  77d54b4a28a855c6f79ac42092e66e87ff320d56
tree    1b9516fc2c740ef8e0748882db5af232e3222d3e
parent  fc8ac1c54371ccf4cca28866964f83a6ea1ec1f5
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>