Hi,

I'm using jboss portal 2.6.4 and jboss AS 4.2.2.GA
The JBoss AS and portal is running on a machine with redhat OS.
I've changed the default ports in 
$JBOSS_HOME/my_configuration/deploy/jboss-web.deployer :


  | <Connector port="9090" address="${jboss.bind.address}"    
  |          maxThreads="250" maxHttpHeaderSize="8192"
  |          emptySessionPath="true" protocol="HTTP/1.1"
  |          enableLookups="false" redirectPort="8443" acceptCount="100"
  |          connectionTimeout="20000" disableUploadTimeout="true" />
  | 
  | <!-- Define an AJP 1.3 Connector on port 8009 -->
  |     <Connector port="8999" address="${jboss.bind.address}" 
protocol="AJP/1.3"
  |          emptySessionPath="true" enableLookups="false" redirectPort="8443" 
/>
  | 
  | 


When I first launch JBoss AS, I've got no errors.
Then when I try to reach the portal I deployed in 
$JBOSS_HOME/my_configuration/deploy (not the default one), I've got this error.




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137125#4137125

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137125
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to