I am trying to pull in pieces of html files using the requestDispatcher
object.  My code works on NT but doesn't work on Solaris.  The problem
statement is:

RequestDispatcher rdTop =
getServletContext().getRequestDispatcher("/frameTop.html");

and the error is:
Tue Feb 08 14:00:18 CST 2000: Running servlet
{ (Running servlet) javax.servlet.ServletException: No mappings found for
'/frameTop.html'.
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at javax.servlet.ServletException.<init>(Compiled Code)
        at
com.livesoftware.jrun.JRunServletContext$JRunRequestDispatcher.includ
e(Compiled Code)
        at AssociatePortal.doPost(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
        at com.livesoftware.jrun.JRunGeneric.handleConnection(Compiled Code)
        at com.livesoftware.jrun.JRunGeneric.handleProxyConnection(Compiled
Code
)
        at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleReq
uest(Compiled Code)
        at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
Code)

I'm using Apache and Jrun.  Any help is appreciated.

Steve Dietrich

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to