How are Servlets and JSP's deployed inside WebLogic? [RC - Please list the version and all methods to deploy]
Created May 7, 2012
sanjay datta Place all your Servlet Class files in the following directory weblogic/myserver/servletclasses/<package structure>
Add the following lines in your weblogic.properties file
weblogic.httpd.register.servlets=weblogic.servlet.ServletServlet
and weblogic.httpd.servlet.classpath=<drive name:> /weblogic/myserver/servletclasses/
Place all your JSP's in the following directory weblogic/myserver/public_html