< Previous | Next >

Lesson 2.1: Define a server to run in the Liberty profile

Create a server directory and server definition file to run in the Liberty profile.

To create the server definition for the web application server, enter the following command from your bin directory:
wlp home/bin/server create your_server_name
To verify that you created the server definition file, search for the XML file in the following directory: wlp_home/usr/servers/your_server_name.

You can find the server.xml file under your server definition, and open the file in an editor. A commented feature manager stanza exists in the server.xml. In the next module, you will add the web feature to this stanza of the server definition.

< Previous | Next >