Hi,
I am using the following code to forward to a particular page.
this.getServletContext().getRequestDispatcher("/" + USCommonFunctions.buildURL(user, pageName)).forward(request, response);
buildURL is just a helper function. getRequestDispatcher is throwing the following error :
java.net.SocketException: Connection aborted by peer: socket write error
Any body know what is happening here.
Same configuration of the server on another machine is working.
Thanx in Adv.
GuruPrasad Belthur
belthurgp@yahoo.com
Commerce Graduate, but have lived purely on computers. All the work i have done till now is only with computers and I love it.
I am using the following code to forward to a particular page.
this.getServletContext().getRequestDispatcher("/" + USCommonFunctions.buildURL(user, pageName)).forward(request, response);
buildURL is just a helper function. getRequestDispatcher is throwing the following error :
java.net.SocketException: Connection aborted by peer: socket write error
Any body know what is happening here.
Same configuration of the server on another machine is working.
Thanx in Adv.
GuruPrasad Belthur
belthurgp@yahoo.com
Commerce Graduate, but have lived purely on computers. All the work i have done till now is only with computers and I love it.