Friday 15 April 2011

java - Just deployed an EAR with a War file to Jboss 6.1 deployments directory. What is the default http port number? -


My EAR has two wars and a bunch of jars. It looks like that has been successfully deployed from the log and appears in the Zebus Administrator Console on Localhost: 9990 / console . Although I have specified port 80 in my HTTP socket binding in standalone.exml:

     

This lets me enter the Admin console on localhost: 80 , but I localhost: 80 / & lt; Context -roof value & gt;

How are my web pages served by Jebus?

Do you have jboss / server / default / conf / bindingservice.beans / META-INF / bindings-jboss Updated 80 binding port from 8080 to 80 in -beans.xml?

  & lt; Bean class = "org.jboss.services.binding.ServiceBindingMetadata" & gt; & Lt; Property Name = "Savannum" & gt; Jboss.web: service = WebServer & lt; / Property & gt; & Lt; Property name = "binding name" & gt; Http connectbook & lt; / Property & gt; & Lt; Property Name = "Port" & gt; 8080 & lt; / Property & gt; & Lt; Property Name = "Description" & gt; Jabos web http connector socket; Also brings value for HTTPS and AJP sockets & lt; / Property & gt; & Lt; / Bean & gt;    

No comments:

Post a Comment