Servlet Execution

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Servlet Execution as PDF for free.

More details

  • Words: 68
  • Pages: 1
Save the servlet file in the following path: D:\Program Files\Apache Group\Tomcat4.1\Web-apps\examples\Web-Inf\classes Open command prompt and get the prompt at the following path: D:\Program Files\Apache Group\Tomcat4.1\Web-apps\examples\Web-Inf\classes> Set the classpath: D:\Program Files\Apache Group\Tomcat4.1\Web-apps\examples\Web-Inf\classes> set classpath=%classpath%; d:\Program Files\Apache Group\Tomcat4.1\common\lib\servlet.jar; Compile the servlet program: D:\Program Files\Apache Group\Tomcat4.1\Web-apps\examples\Web-Inf\classes> javac servlet file name.java Run Tomcat Execute the servlet file: Open the browser and enter the following: http://localhost: 8080/examples\servlet\name of the servlet program(without .java extension)

Related Documents

Servlet Execution
November 2019 49
Servlet
May 2020 23
Servlet
May 2020 21
Servlet
November 2019 60
Execution
June 2020 17
Execution
August 2019 39