Re: solaris netscape

2002-05-07 Thread Jon Barber

I bet you're not setting the MIME type of the response correctly (can't
remember the API call off the top of my head).  But the default is not
text/html, and Mozilla correctly asks the user what to do.  Internet
Explorer treis to guess the content type from the stream, so you can
often get away with leaving the response as the default.

Jon.

P.S. Just looked up the call - try doing
response.setContentType(text/html);

On Mon, 2002-05-06 at 20:48, Rick Fincher wrote:
 Hi Wei,
 
 I have used Netscape (4.7) with Tomcat 4.0.3 and had no trouble doing that,
 so Netscape 6 should work.  Any browser that does HTML should work.
 
 I suspect it is a Netscape configuration problem since it works OK on a
 Windows box.
 
 I've had a lot of problems with Netscape 6 on Solaris, so much so that I
 dropped back to 4.7.
 
 Rick
 - Original Message -
 
 
  Hi, there,
 
  I installed tomcat 4.0.3 binary in my Solaris 8 box. I can see the
  http://myhost:8080/index.jsp in another windows box. When I tried to show
 the
  index.jsp on this local Solaris machine using netscape, after type
  http://localhost:8080, there will be a prompt Downloading index.jsp,
 asked me
  What should Netscape 6 do with this file. Some one can help me?
  I had set the HTTP proxy port as 8080.
 
  Thx.
 
  Wei
 
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 



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




solaris netscape

2002-05-06 Thread Wei Li


Hi, there,

I installed tomcat 4.0.3 binary in my Solaris 8 box. I can see the 
http://myhost:8080/index.jsp in another windows box. When I tried to show the 
index.jsp on this local Solaris machine using netscape, after type 
http://localhost:8080, there will be a prompt Downloading index.jsp, asked me 
What should Netscape 6 do with this file. Some one can help me?
I had set the HTTP proxy port as 8080.

Thx.

Wei







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




Re: solaris netscape

2002-05-06 Thread Rick Fincher

Hi Wei,

I have used Netscape (4.7) with Tomcat 4.0.3 and had no trouble doing that,
so Netscape 6 should work.  Any browser that does HTML should work.

I suspect it is a Netscape configuration problem since it works OK on a
Windows box.

I've had a lot of problems with Netscape 6 on Solaris, so much so that I
dropped back to 4.7.

Rick
- Original Message -


 Hi, there,

 I installed tomcat 4.0.3 binary in my Solaris 8 box. I can see the
 http://myhost:8080/index.jsp in another windows box. When I tried to show
the
 index.jsp on this local Solaris machine using netscape, after type
 http://localhost:8080, there will be a prompt Downloading index.jsp,
asked me
 What should Netscape 6 do with this file. Some one can help me?
 I had set the HTTP proxy port as 8080.

 Thx.

 Wei



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