Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the left side navigation panel, go to Servers → Server Types → WebSphere application servers .

...

When you click on your server, the main panel will show the details. On the main panel, under the “Communications” section, expand “Ports”. You will see a list of ports that the application uses and various listeners. We need the port number against the listener “WC_defaulthost” because we are using HTTP. If we use HTTPS, then we need the port number against the listener “WC_defaulthost_secure”. You can run your application on either HTTP or HTTPS.

...

Now to launch the application on the server, open your browser and type the following in the address bar - http://localhost:<port-number>/<Context-type-name-entered-in-Step-4>

The application should run now, and for reference, see the screenshot below.

...

Conclusion

We saw how to install and run a Nexaweb application on the WAS server 8.5.5.16. Please note that this method is recommended over running the WAS server through Nexaweb Studio.

...