Thanks much!
It works now with the set ContentType :-)

Jörg


Am Dienstag, 1. März 2005 19:42 schrieb Burgess, Jay S:
> I think you need to set the content type for your response.  Try something
> like:
>
>     res.setContentType("text/html");
>
> where "res" is the HttpServletResponse.
>
> Jay
>
> -----Original Message-----
> From: Jörg Lindner [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 01, 2005 12:26 PM
> To: tomcat-user@jakarta.apache.org
> Subject: mod_jk
>
> Hello All,
>
> an ugly effect let me post this message in the list in hope of help.
>
> I run tomcat 5.0.28 connected per mod_jk (ajp13) in Apache 2.
> In Apache the mapping from webapp-URL to the servlet seems to work. My
> servlet get called.
> But the result differs by Webbrowsers. In InternetExplorer the Application
> works fine, but Netscape or Konqueror display the HTML-source produced by
> my servlet instead of interpreting the HTML???
>
> Neigther in mod_jk.log nor in apache2/log/error_log  I get error messages?
>
> Now, I wonder why Netscape and Konqueror don't interprete the HTML-Page
> from servlet?
>
> Regards,
> Jörg Lindner
> Saxony
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to