Deploying the JSP Application

Once the JSP Web application has been built successfully, a browser can be used to connect to the application. You can access the system by entering or selecting the URL: <your server domain name/IP address>/<application name>. Accessing this URL starts your session, logs you onto the host application, and presents the first application screen.

The default start page should typically be set to default.jsp, which simulates a home page from where the JSP Web Client application can be started.

Following are the steps performed by the script, SetupJSP.vbs: