Steps
[08:15:23 PM] [/MyProject/MyJSP.jsp] Added [08:15:23 PM] [/MyProject/MyJSP.jsp] coppied to project [MyProject] [08:15:23 PM] JSP entry added to web.xml: MyJSP [08:15:23 PM] Servlet mapping added. URL is: [MyProjectWeb/MyJSP]
<servlet> <servlet-name>MyJSP</servlet-name> <jsp-file>MyJSP.jsp</jsp-file> </servlet> <servlet-mapping> <servlet-name>MyJSP</servlet-name> <url-pattern>/MyJSP</url-pattern> </servlet-mapping>
[08:15:23 PM] Servlet mapping added. URL is: [MyProjectWeb/MyJSP]Type http://<machine_name>:<port>/MyProjectWeb/MyJSP in the address bar and press Enter. Where <machine_name> is the host machine where WebSphere® Application Server runs. By default, WebSphere Application Server runs on port 9080.
[08:19:40 PM] [/MyProject/MyJSP.jsp] Deleted [08:19:40 PM] Servlet Mapping removed from web.xml /MyJSP [08:19:40 PM] JSP entry removed from web.xml MyJSP