Example: Migrating - Creating an application server

These examples demonstrate how to create an application server in WebSphere Application Server V4.0 and V6.x.

Creating an application server involves a configuration command. To do this task in the wscp V4.0 tool and the wsadmin V6.x tool, you must know the hierarchical name of the application server. Use the following examples to create an application server:

[z/OS] When using the wsadmin tool, server ports are uniquely generated by default. You can disable this behavior by using the adjustPort parameter. For example:
$AdminConfig create Server $node {{name myserv} {adjustPort false}}
$AdminConfig save
The value of the adjustPort parameter is set to true by default. If you set the value of the adjustPort parameter to false, ports will not be made unique by the wsadmin scripting tool.



Related tasks
Migrating administrative scripts
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 9:31:45 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-mp&topic=rxml_mcreateserv
File name: rxml_mcreateserv.html