aspose file tools
The moose likes BEA/Weblogic and the fly likes cannot find resource - servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "cannot find resource - servlet" Watch "cannot find resource - servlet" New topic
Author

cannot find resource - servlet

natalie huff
Greenhorn

Joined: May 22, 2001
Posts: 1
I am running weblogic on 2000. I have modified the .properties file to include:
weblogic.httpd.webApp.mywebapp=d:/weblogic/myserver/v5webapps/mywebapp
weblogic.httpd.register.DisplayDocServlet=d:/weblogic/myserver/v5webapps/mywebapp/classes/DisplayDocServlet
i have tried multiple variations of the path when i call it:
<jsp:forward page="/DisplayDocServlet" />
but i get:
<ServletContext-mywebapp> Generated java file: d:\weblogic\myserver\v5webapps\mywebapp\_tmp_war\examples\jsp\tagext\sql\_westloan\_loan\_viewdoc.java
<ServletContext-mywebapp> Cannot find resource 'DisplayDocServlet' in document root 'D:\weblogic\myserver\v5webapps\mywebapp'
DisplayDocServlet is really in a jar file that is in my classpath but i have copied it out (and put it in several directories) just to see if it would help but it didn't.
any ideas?
 
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: cannot find resource - servlet
 
Similar Threads
Deploying WAR file Weblogic 8.1
Configuring multiple Web apps
FileNotFoundException: no resource '/servlet/ (JBuilder7 and Weblogic7)
Please any body help me, help me,help me!!!!!
Where do to deploy JavaBeans...