Short answer is no, but there is a workaround. Generally speaking you can't change
server configuration files without requiring a server restart.
However, you can put your definitions in a JSP file and include that file on the pages
you are working on. After you get everything working you can then move the definitions
from the JSP to your XML file. You can even directly define your definitions in the
JSP, viz:
[-- Begin test.jsp --]
<%@ taglib uri="WEB-INF/tlds/tiles.tld" %>
<tiles:definition id="yourDef" page="yourLayout.jsp">
<tiles:put name="body" value="body.jsp" />
</tiles:definition>
<tiles:insert beanName="yourDef" flush="true" />
[-- End test.jsp --]
> -----Original Message-----
> From: Lai, Kenny [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 30, 2003 11:00 AM
> To: 'Struts Users Mailing List'
> Subject: tiles-def.xml
>
>
> hello all,
> is there a setting somewhere that i can tweak, that
> recognizes changes to
> tiles-def.xml without me having to restart tomcat everytime?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]