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




______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to