0 Replies Latest reply on Dec 14, 2010 2:22 PM by tiagoaugusto

    Problem running Seam App in Tomcat .War

    tiagoaugusto

      I am having a problem when i change the exploded file to .war in my tomcat. The problem occurre when seam try to get the RealPath to my application.


      In the class Resources, seam try to use the method getRealFile(/). This method should return the File to this the path '/' but my application is in the format .war. and he can´t figured out the path. So, he can scan the application to find the others .pages.xml files.