How do we run JSP and Servlet projects through Weblogic server. where do we store servlets and jsp examples for the weblogic server
Neel D
Greenhorn
Joined: Mar 20, 2001
Posts: 2
posted
0
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
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.