2 Replies Latest reply on May 4, 2007 10:39 AM by pitchounet

    Problem with a4j.res

    pitchounet

      Hi,

      I'm trying to deploy an application using Richfaces/Ajax4jsf in a tomcat container (on Jonas server). I've got a javascript error "RichFaces" is undefined when I access to pages using this components.
      I've got this error line on apache logs : "File does not exist: /jonasintra/applications/sigp/wwwroot/a4j.res, referer: http://v480d-01:8414/sigp4g/jsp/content/referentiel/orientation.jsf"
      This works fine on local post (with tomcat 5.5).
      Can someone help me please?

      Thanks,

        • 1. Re: Problem with a4j.res

          If the application works fine with tomcat, but does not work Jonas, it is a problem how the request are filter in Jonas.
          The requests to the resources should pass to the Faces servlet. According to the diagnostic, Jonas does not bypass the request to the servet, but decided to process it by itself. This causes a problem.

          P.S. I am not familiar with Jonas to say how to configure it.

          • 2. Re: Problem with a4j.res
            pitchounet

            It works now, the problem was, as you said, in Jonas configuration. Thank you.