Yes, this is an .xsl file in my application web archive (.war) file. I am using exploded
archive for ease of development. However, the container can not find it, because it is
using the wrong path. My Jboss install is at myurl.mycompany.com:8080. So the correct path
would be myurl.mycompany.com:8080/inc/address.xsl. But the container for some reason is
looking into localhost/inc/address.xsl. Also it is interesting that I have a bunch of .jsp
files in the application, and they are being loaded correctly. For some reason it effects
only the .xsl files. Images are also loaded correctly.
My JBoss version is 4.2.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200179#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...