1 Reply Latest reply on Jun 30, 2011 4:26 AM by notify

    Can no longer use www.mydomain.com with JBoss AS 6

    notify

      For the past two plus years I've had my website (with EJB 3.1 using Seam) running fine under JBoss 4.2.3. Deployed as an EAR on a Windows Server.

       

      www.mydomain.com

       

      goes to the home.seam page and everything is fine.

       

      In my application.xml I have;

       

      <module>

      <web>

      <web-uri>My.war</web-uri>

      <context-root></context-root>

      </web>

      </module>

       

      In the jboss-web.xml I have;

       

      <jboss-web>

      <context-root>/</context-root>

       

      I gradually got it working locally inder JBoss AS 6.0. In the browser when I type;

       

      locahost:8080 I get the home.seam page.

       

      However when I deploy it onyto my live server I can't get to home.seam page with;

       

      www.mydomain.com

       

      I can though if I type the IP address of my Server with port number appended (8080).

       

      I have updgrade the jboss-web.xml as per the examples with JBoss AS 6.0 to no avail.

       

      Why can't I use my domainname in JBoss 6 AS deployment?

       

      I have removeed the default Console WAR, no errors at start-up.

       

      Thanks.