• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Weblogic 5.1 war deployment

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , I am using weblogic 5.1,
i created war file tyring to deploy on weblogic 5.1 and trying to access the servlet under it i am encountering following error..
any suggestions.
test-webapp
http://localhost:7001/test

Fri Jul 11 09:28:55 SGT 2003:<I> <WebAppServletContext-test> ServletResponseImpl: Location '/common/errors/404.jsp' for the error code 404 does not exist. Serving the default error page.
Fri Jul 11 09:29:28 SGT 2003:<E> <WebAppServletContext-test> Servlet failed with Exception
java.io.FileNotFoundException: no resource '/common/errors/404.jsp' in servlet context root '/opt/webapp/test'
at weblogic.servlet.JSPServlet.service(JSPServlet.java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:169)
at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:411)
at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:326)
at weblogic.servlet.FileServlet.findSource(FileServlet.java:130)
at weblogic.servlet.FileServlet.service(FileServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:941)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:905)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:391)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:273)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
Fri Jul 11 09:29:28 SGT 2003:<I> <WebAppServletContext-test> ServletResponseImpl: Location '/common/errors/404.jsp' for the error code 404 does not exist. Serving the default error page.

Thanks
Raju
 
A berm makes a great wind break. And we all like to break wind once in a while. Like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic