What was the name of your war file.  If it isn't test-app.war then it could be the 
problem.  You'll need to either rename the  war file or set 
<context-root>/test-app</context-root> in the jrun-web.xml file of your application.

HTH.

Ted Zimmerman

-----Original Message-----
From: Sanjeevi Athreya [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 21, 2002 7:54 AM
To: JRun-Talk
Subject: Servlet not streaming the JSP page


hi
  I have created a sample web application  and I have placed the war file
under the server/{server-name} folder.
I am trying to access the servlet which inturn is supposed to dispatch the
jsp page.
the servlet call is fine as I have put a System.out and it appears, but the
jsp page is not streamed.
I take the URL given in the servlet which is as given below and the request
is satisfied.


ServletContext sc        = this.getServletConfig().getServletContext();
          sc.getRequestDispatcher
("http://localhost:8101/test-app/jsp/admin/english/Check.jsp";).forward(request,

response);

and the jsp lies under the jsp/admin/english folder .

I am not sure why the servlet is not streaming the JSP page.

any help is appreciated.

Thanks
Sanjeevi





______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to