3 Replies Latest reply on Oct 9, 2015 4:41 AM by mayerw01

    Cannot access web pages deployed on WildFly-8.2.1-Final server on Linux from Windows browser

    zhangxunan

      Hi,

       

      1. I install Wildfly-8.2.1-Final on our Linux machine. The home folder is /opt/wildfly-8.2.1-Final.

      2. I can start 'http://[host ip addr]:9990/console/App.html#home" and "http://[host ip addr]:8080/" from my windows browser after I start wildfly server from linux or from my local Eclipse (remote server)

      3. I deployed my project on to /opt/wildfly-8.2.1-Final/standalone/deployments/e-services.war    (e-services is my project name). Deployment is fine.

          The file "/opt/wildfly-8.2.1-Final/standalone/deployments/e-services.war/views/home.xhtml" is there

      4. I set <welcome-file>views/home.xhtml</welcome-file> in web.xml

      5. in standalone.xml, the <socket-binding name="http" port="${jboss-port:8080}" />

      6. I start "http://[host ip addr]:8080/e-services", or "http://[host ip addr]:8080/e-services/views/home.xhtml" from my windows machine. it says HTTP 404 error

       

      Could anyone tell me what is wrong? any settings else I missed?

       

      Thanks,

       

      Zhang