This content has been marked as final. 
    
Show                 5 replies
    
- 
        
- 
        2. Re: WebRemotematmat83 Jun 24, 2008 3:09 PM (in response to matmat83)In my web.xml i can see that configuration : <servlet-mapping> <servlet-name>Seam Resource Servlet</servlet-name> <url-pattern>/seam/resource/*</url-pattern> </servlet-mapping> But I don't know if I have to add something... 
- 
        3. Re: WebRemotewrzep Jun 24, 2008 3:29 PM (in response to matmat83)You should have <servlet> <servlet-name>Seam Resource Servlet</servlet-name> <servlet-class>org.jboss.seam.servlet.SeamResourceServlet</servlet-class> </servlet> as well. It works fine for me (on a WAR project). -Pawel 
- 
        4. Re: WebRemotewrzep Jun 24, 2008 3:54 PM (in response to matmat83)Oh, and don't forget to add jboss-seam-remoting.jar to you app :) -P 
- 
        5. Re: WebRemotematmat83 Jun 24, 2008 4:54 PM (in response to matmat83)Ahhh :) Now it's work correctly. thanks, Mat 
 
    