- From: Rakesh K Soni <rksoni@indts.com>
- Date: Fri, 11 May 2001 02:38:33 -0400 (EDT)
- To: "'xml-dist-app@w3.org'" <xml-dist-app@w3.org>
Hi , I have developed a Java Servlet (Named RequestHandler) that takes user requests and forwards them to Coccon Servlet (developed by apache.org). This RequestHandler Servlet, first authenticates the user and if valid takes him to the "home.xml" page and if not valid takes him to the "loginFailed.xml". These pages are sent to Cocoon by using java's interservlet invocation mechanism and finally Cocoon sends the response to the user. But the problem is , in the location bar of the Web Browser the name of the page always comes "home.xml" , no matter whether it's home.xml or loginFailed.xml which is actually coming to the user. I've tried to find it's solution but could not succeed. I'm using Java Web Server 2.0. please reply asap. thanks in advance Rakesh
Received on Friday, 11 May 2001 03:34:00 UTC