3 Replies Latest reply on Feb 11, 2008 1:39 PM by gsegura

    is remoting available in seam on tomcat?

    gsegura

      Hello

      I'm getting a HTTP 404 error on

      http://localhost/myapp/seam/resource/remoting/resource/remote.js
      
      also in
      
      http://localhost/myapp/seam/resource/remoting/interface.js?mycomponent
      


      Since everything else seems in place (I have the org.jboss.seam.servlet.SeamResourceServlet servlet properly configured in web.xml) I wonder if the interface necessarily has to be annotated as @Local?

      I do not include the annotation because this application uses seam on tomcat, with no EJB.
      regards