-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Huntly,
Huntly Cameron wrote:
| I've run into a strange problem with redirecting from a servlet when
using a
| normal domain name (www.xyz.com) Basically up until now I was just
testing
| my app using the http://locahost/ URL. The servlet redirect
Did you look in the catalina.out file for any thrown Exceptions? You are
try/catching and then System.out.println'ing them. You should have seen a
SQLException trace of some sort, read inline below...
> -Original Message-
> From: Mark Whitby [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, Fe
> Can anyone tell me where I'm going wrong?
what filip said, but also...
>From your servlet source code, make sure not to expect a server-side
operation, such as:
dispatcher.forward(request, response);
to result in a client-side 'refresh' to the 'specified' page
(searchnone.jsp, when you obtai