4 Replies Latest reply on Jan 7, 2009 4:37 PM by allapetrova

    Pulling resource files from localhost rather than JBoss inst

      Hello,
      I am getting this exception
      Caused by: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Had IO Exception with stylesheet file: http://localhost/inc/address.xsl
      at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:928)
      ... 29 more
      Caused by: javax.xml.transform.TransformerException: Had IO Exception with stylesheet file: http://localhost/inc/address.xsl
      at org.apache.xalan.processor.StylesheetHandler.error(StylesheetHandler.java:919)
      at org.apache.xalan.processor.StylesheetHandler.error(StylesheetHandler.java:947)

      My JBoss installation is not localhost. So no wonder the file could not be found. Also, the .jsp files are being loaded without any problem from the correct URL.
      Can anybody point me to a possible solution of this problem? I am very new to this, and I inherited a system that I have to upgrade and support. Any help would be highly appreciated.