Version 1

    Hi,

     

    After I start jboss-as this way:

     

    [root@goku tiago]# service jboss-as start

    Redirecting to /bin/systemctl  start jboss-as.service

    [root@goku tiago]# /bin/systemctl status jboss-as.service

    jboss-as.service - The JBoss Application Server

          Loaded: loaded (/usr/lib/systemd/system/jboss-as.service; enabled)

          Active: active (running) since Fri, 25 May 2012 18:42:25 -0300; 5s ago

        Main PID: 3824 (standalone.sh)

          CGroup: name=systemd:/system/jboss-as.service

              ├ 3824 /bin/sh /usr/share/jboss-as/bin/standalone.sh -c standalone-web.xml

              └ 3871 java -D[Standalone] -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.prefe...

     

    [root@goku tiago]#

     

    The initial page of jboss does not appear to me when I type at the browser URL: http://localhost:8080/

    What happened? Anyone can help me?

     

    Thanks...