According to the output you posted, you should be able to see the home page using http://localhost:8080. Note this line of the output:
17:39:08,866 INFO [Http11Protocol] Arrancando Coyote HTTP/1.1 en puerto http-127.0.0.1-8080 Are you sure you are using htpp://localhost:8080 and not http://myhostname:8080? What is this about ANT_HOME? For the JBossAS binary you downloaded, the entire set of installation steps are: 1) Unzip the binary zip file to a directory of your choice 2) Make sure JAVA_HOME is set to a JDK Also, one warning: JBossAS 4.2.2 is not qualified to run with JDK 6, only JDK 5. You will run into some glitches, especially with web services. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithJDK6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139767#4139767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139767 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
