Here is my web.xml...
am i missing something?

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns="
http://java.sun.com/xml/ns/javaee"; xmlns:web="
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; id="WebApp_ID"
version="2.5">
  <display-name>test-jsp</display-name>
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>

  <listener>

 
<listener-class>org.apache.tiles.web.startup.simple.SimpleTilesListener</listener-class>
   </listener>

</web-app>

On Fri, May 7, 2010 at 10:24 PM, Antonio Petrelli <
[email protected]> wrote:

> 2010/5/7 Asaf Lahav <[email protected]>:
> > This is my tiles.xml file....
>
> I've been not clear, sorry. I meant: check the *list* of your Tiles
> xml files that you configure in web.xml. Can we see it?
>
> Antonio
>

Reply via email to