If any of the paths I specified are changed then I always get an error, so I am reasonably sure they are correct. Would it be possible to have bad paths and still get a functional setup with the other two statements (I guess dispatch servlet loads the tiles servlet?)?

I did not see errors with either of the web.xml files when browsing through "geronimo.log," but I can go back and get a capture of the entire log for you right after deployment with and without the statements if that's helpful to you.

What perplexes me about this situation is that I'm not using (or even wanting to use) the *.tiles. I assume I must be doing something wrong and just stupidly missing it.

When I get a chance i'll do the log thing, and also try taking the tiles servlet statement out and messing up the paths and seeing if it stops working or causes errors in the log (I suspect that it will).

-R

On Jan 14, 2009, at 3:48 AM, Antonio wrote:

2009/1/13 Rick Carback <[email protected]>:
  <servlet>
      <servlet-name>tiles</servlet-name>
<servlet-class>org.apache.tiles.web.startup.TilesServlet</ servlet-class>
      <init-param>
          <param-name>definitions-config</param-name>
<param-value>/WEB-INF/tiles-defs.xml,/org/apache/tiles/ classpath-defs.xml</param-value>
      </init-param>
      <load-on-startup>2</load-on-startup>
  </servlet>

This configuration seems correct, if the paths that you specified are
there. Do you see errors at startup?

Antonio

Reply via email to