Hi, Brandon
Can you tell us the OS, tomcat and apache versions, sample output and perhaps a
snippet of the code? I can't promise anything but this looks like an
interesting problem.
Regards,
Noel Lecaros
Brandon Cruz wrote:
> I have a jsp that does a simple response.sendRedirect to another page on the
> site when a user logs out. For develoopment, we use tomcat standalone and
> there is no problem executing that method. On production, we have apache as
> the webserver and it seems to choke when executing that method. There are
> other parts on the site that do a redirect with no problem, it is only this
> one (which happens to be when a user logs out and a connection to the
> database is closed). Sometimes it shows all the source code from the jsp to
> the browser and some apache headers as well. Anyone ever seen anything like
> this?
>
> Brandon Cruz