| neojynx 2005-05-21, 4:37 am |
| I have been trying to set up a new app server (test) using the gui in Websphere 5.1.
I did the following.
Servers > Application Servers >test option, the Web Container option was chosen and HTTP transports > New selected. The Host * was entered and the port – 10080 was then entered
In the WebSphere Administrative Console, the option Environment > Virtual Hosts was selected and the in the right pane, the option default_host selected followed by Host Aliases – New. Here the value * was provided in order to allow any host to connect to the http transport over port 10080. These changes were then saved.
I then added an app by pointing to the appropriate .war file and then tried to start the server
startserver test
The error was
Program exiting with error:
com.ibm.websphere.management.exception.NoServerDefinedException: No
configuration defined for server: test
Error details may be seen in the file:
What have I missed?
regards
G |