Re: Servlet problem using normal url

2008-08-12 Thread Christopher Schultz
-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

RE: Servlet problem/Data Source Problem

2006-02-21 Thread GB Developer
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

RE: Servlet problem

2006-02-20 Thread GB Developer
> 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