Tuesday 7 June 2011

Deploy a JSP in WebLogic 10.3.4

Easy Steps :

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



No comments: