struts.xml configuration problem with <include>
-----------------------------------------------
Key: WW-2790
URL: https://issues.apache.org/struts/browse/WW-2790
Project: Struts 2
Issue Type: Bug
Components: XML Configuration
Reporter: Diego Plentz
Using include tag this way:
<include file="/com/xpto/conf/struts-global-conf.xml" />
Just works with Tomcat, and with Jetty fails sillently (if you put a wrong
path, it fails silently even with Tomcat). Using this way(without the initial
slash):
<include file="com/xpto/conf/struts-global-conf.xml" />
Works in both.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.