aspose file tools
The moose likes Servlets and the fly likes Not able to forward servlet to Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Not able to forward servlet to " Watch "Not able to forward servlet to " New topic
Author

Not able to forward servlet to

vijayrawat san
Greenhorn

Joined: Jul 09, 2010
Posts: 2
This is a simple login form in index.jsp...


This is the code written in doPost method of loginprocess.java


The problem is when i run it I get an error saying resource not found...
I know that FLOW does go to "loginprocess.java"...
What I suspect is that it cant forward to "index.jsp" again...
I dont know why???
I have wasted 3 days..please help...
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12325
    
    1
request.getRequestDispatcher("index.php").forward(request, response);


Why are you expecting a PHP page to take a servlet request and response?

Bill


Java Resources at www.wbrogden.com
vijayrawat san
Greenhorn

Joined: Jul 09, 2010
Posts: 2
Thanks for noting it out...
Actually i m working on many projects. One on php jscript and other on jsp and servlets...

I m so sorry to ask something such dumb....
thank you vry much...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Not able to forward servlet to
 
Similar Threads
detect the session attributes after the session is TimeOut?
Session Value Persistence
java .lang .Number Format Error
Vector from bean to servlet?
Unable to update database