[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss server hangs in state

Oliver Roell do-not-reply at jboss.com
Mon Aug 31 04:38:58 EDT 2009


This is another try to post the jboss42.serverdef file:


  | <property id="serverRootDirectory"
  | 	label="%ApplicationServerDirectory"
  | 	type="directory"
  | 	context="runtime"
  | 	default="/your_server_root/appservers/jboss" />
  | <property id="serverAddress"
  | 	label="%serverAddress"
  | 	type="string"
  | 	context="server"
  | 	default="127.0.0.1" />
  | <property id="port"
  | 	label="%serverPort"
  | 	type="string"
  | 	context="server"
  | 	default="8080" />
  | <property id="jndiPort"
  | 	label="%jndiPort"
  | 	type="string"
  | 	context="server"
  | 	default="1099" />	
  | <property id="serverConfig"
  | 	label="%jboss323serverConfig"
  | 	type="combo"
  | 	context="server"
  | 	default="default,all,minimal,other - type your own here" />
  | 
  | 	<port>
  | 		<no>${port}</no>
  | 		<name>Http</name>
  | 		<protocol>http</protocol>
  | 	</port>
  | 

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252543



More information about the jboss-user mailing list