1. Place the JSP in a new folder say Temp.
2. Create the war file using the command - jar -cvf TestJSP.war myJSP.jsp
3. Upload this war file from the weblogic deployments console
4. Access the JSP with URL - http://localhost:7001/TestJSP/myJSP.jsp
4. Access the JSP with URL - http://localhost:7001/TestJSP/myJSP.jsp
No comments:
Post a Comment