aspose file tools
The moose likes Servlets and the fly likes Weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Weblogic" Watch "Weblogic" New topic
Author

Weblogic

karan roy
Greenhorn

Joined: Dec 09, 2000
Posts: 13
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
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.
 
subject: Weblogic
 
Similar Threads
jsf 2.0 tomcat 6.0 maven
Why this error occured?
TRANSACTION ISOLATION LEVEL setting
tomcat JSP engine from weblogic 7
running jsp example on Weblogic