Lesson 4: Test the application
About this task
Checking servers view for the application server
About this task
Procedure
- Click the Servers tab to access the servers view.
- Check that you have a WebSphere Application Server v8.5 server. If you do not have a server, right-click in the Servers view and select . Choose WebSphere Application Server v8.5 from the list and follow the rest of the steps of the wizard.
- Check that the server is running. If the server is running, the status information next to the server says Started. If it is not running, to start it, right-click the server and select Start.
Running the application on the server
About this task
Procedure
- Launch the application through the index.html file. In the web project, right-click the index.html file that you created and select . Choose the WebSphere Application Server v8.5 server from the server list and click Finish. The application is deployed to the server and the deployed index.html file opens in the embedded browser.
- In the field on the page, enter a temperature value that
you want to convert.
- Click Submit. The value
is converted. The processing is handled by the EJBConverter EJB that
is available as an OSGi service.