WAS v8.5 > Set up the application serving environment > Set up the Liberty profile environmentCreate a Liberty profile server manually
We can create a server from the command prompt.
We can create a server as described in this topic, or as described in Create a Liberty profile server using WebSphere Studio.
- Open a command prompt, then change directory to the wlp/bin directory.
- Run the following command to create a server. If we do not specify a server name, defaultServer is used.
![]()
server create worklightServer
Results
A server is created if the specified server does not already exist. If the specified server already exists, an exception message is generated and no server is created. The TCP/IP ports for the new server are not automatically assigned. We can specify those ports by Specify Liberty profile bootstrap properties other than using the default ones.
Configure your server to have the features the application requires. See Administer the Liberty profile manually.
Parent topic: Set up the Liberty profile environment
Related
Install the Liberty profile environment by executing a JAR file
Administer the Liberty profile
Reference:
Liberty profile: server command options
|