How to Execute JSP in Weblogic

Weblogic Web servers work with Java JSP pages to help you host and display dynamic Web pages. You must first run the CMD command file that executes the setup commands for JSP pages. After you run the file, your Weblogic server is prepared to run JSP pages, and you can upload your first JSP page to test the new Web server settings.

Instructions

    • 1

      Click the Windows "Start" button on your Weblogic server and type "bin." Press "Enter" to locate the bin directory for the installation. Double-click the bin directory in the Weblogic installation folder.

    • 2

      Double-click the "startWLS.cmd" file. The command prompt opens and the installation file sets up the server settings. Type the name of the folder you want to use for the JSP website. Press "Enter," and the installation process creates the folder in your Web server's root directory.

    • 3

      Upload your JSP page to the newly created directory. Open a Web browser and type "http://localhost/folder/index.jsp" in the browser window. Replace "folder" with the name of the folder that contains the JSP files. The JSP file executes and displays the Web content in your browser.

Related Searches:

References

Comments

Related Ads

Featured