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

Reply via email to