1 Reply Latest reply on Dec 26, 2002 5:36 PM by vinays

    Disappearing images - struts and JBoss

    rachel

      Hi

      I'm trying to track down where a problem is coming from. I'm trying to build a simple application using struts, building with Ant and then deploying the ear onto JBoss. This works on my local development server which is running the JBoss 3/Tomcat package. However, when I deploy onto the shared JBoss hosting (I am hosting with Eapps) the images don't display although the struts template works and the html from the template appears.

      I deployed the example package (struts-template) from the struts distribution and this also behaved in the same way. Is this a JBoss configuration issue? The only difference between the two set ups is that locally I am accessing the pages via 8080 but on the hosting company they are running Apache.

      Thanks for any advice you might be able to offer,

      Rachel

        • 1. Re: Disappearing images - struts and JBoss
          vinays

          I had a similar issue, which was solved when i changed the DocumentRoot property value(in httpd.conf of apache/conf) to my jboss-depoy directory path. But in my case i was deploying a war file.
          Hope this gives some hints to solve yr issue.