For Weblogic 5.1:
Keep JSP in "Weblogic/myserver/public_html/" folder. The JSP can then have URL //localhost:7001/jspname.jsp
If you keep the JSPs is another folder below public_html, the JSP can then be referred to by URL
//localhost:7001/Folder-name/jspname.jsp
The
java class files (including Servlets) Weblogic/myserver/classfiles/ with the directory structure for each of their pacakges.
Thanks