- Strip anything outside of tag so this file can be used directly as an include in the main tomcat web.xml section. - Specifically set server-root/web-configuration directories rather than defaulting to lib/. These must be writable by _tomcat. - Also note the servlet names are renamed via a regex in the port's Makefile. This is because this package installs servlets globally for use on multiple hosts, and avoids conflicting servlet names with any alternative versions of Lucee that are installed via .WAR files in a single host. http://jamiekrug.com/blog/index.cfm/2009/4/1/railo-jars-on-jboss-or-tomcat-tips-and-tricks --- WEB-INF/web.xml.orig Sat Nov 12 16:20:47 2016 +++ WEB-INF/web.xml Sat Nov 12 16:22:58 2016 @@ -1,9 +1,3 @@ - - @@ -11,31 +5,16 @@ PKG_LuceeServlet lucee.loader.servlet.LuceeServlet - - - - - - - - - - - - - 1 @@ -135,11 +114,11 @@ - + - +