You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cameron <ca...@gmail.com> on 2006/07/06 09:14:13 UTC

Firefox and servlet issues

Hello

We have a servlet which uses org.jdom.output.XMLOutputter to update a file and
at the end of the servlet there is a redirect using response.sendRedirect().

The servlet works perfectly on IE but displays a blank screen on firefox upon
submission. There are no errors on tomcat.

Any ideas... Any suggestions most appreciated.




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Firefox and servlet issues

Posted by Mark Thomas <ma...@apache.org>.
Cameron wrote:
> Any ideas... Any suggestions most appreciated.

Use ieHttpHeaders for IE and Live HTTP Headers with Firefox to take a
look at the requests & responses going back and forth. It may shed
some light on the issue.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org