I believe you have to tell tapestry which Paths it need to ignore it.

You can find it here, at the end of the page.

http://tapestry.apache.org/tapestry5.1/guide/conf.html





________________________________
De: Christophe DUFOUR <christo...@dooapp.com>
Para: Tapestry users <users@tapestry.apache.org>
Enviadas: Quarta-feira, 3 de Fevereiro de 2010 13:09:03
Assunto: Is it possible to have tapestry and other servlets on the same  
servletContainer?

Hi,

I'm using Tapestry for my application and I need to run a simple servlet
(Not Tapestry) on the same servletContainer

So I try something like that :

    <filter-mapping>
        <filter-name>app</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

    <servlet>
        <servlet-name>upload</servlet-name>
        <servlet-class>MyServletClassName</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>upload</servlet-name>
        <url-pattern>/upload</url-pattern>
    </servlet-mapping>

But it's not working

Any idea?

Christophe DUFOUR
http://www.dooapp.com



      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

Reply via email to