Use this:
  //--------------------------------------------------------------------
  response.setContentType( "text/html" );
  PrintWriter pw = response.getWriter( );

  pw.writeln( "<html>" );
  pw.writeln( "<title>MOD_JK Test</title>" );
  pw.writeln( "<h1>Here�s my HTML.</h1>" );
  pw.writeln( "<br>" );
  pw.writeln( "<body>" );
  pw.writeln( "</body>" );
  pw.writeln( "</html>" );
  
  pw.flush( );
  pw.close( );
  //--------------------------------------------------------------------

  I hope this helps!

  With best wishes,
  Edson Alves Pereira
  Brazil

"Gonyou, Austin" <[EMAIL PROTECTED]> wrote:

>I keep getting content-type: text/plain when stuff comes back through
>mod_jk. How can I change this?
>If I view a page with mozilla, I get nothing but non-rendered source. 
>
>-- 
>Austin Gonyou
>Systems Architect, CCNA
>Coremetrics, Inc.
>Phone: 512-796-9023
>email: [EMAIL PROTECTED] 
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
-- 
////////////////////////////////////////
Well done is better than well said 
////////////////////////////////////////



__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


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

Reply via email to