Albatross
December 14th, 2002, 08:45 AM
Is this the right place for this question?
I am using Netscape 7.0 and IE 6.0 to read my servlets running in an Apache-Tomcat
server on my intranet.
when I call the server http://server1/myApp/servlet/S1 from another PC on the intranet,
The SimpServlet (named S1) sends out :
<HTML>
<HEAD>
<TITLE>Simple Servlet</TITLE>
</HEAD>
<BODY>
Hello I am the Simple Servlet
</BODY>
</HTML>
and IE interprets this as HTML and you see : "Hello I am the Simple Servlet":)
but Netscape thinks it is a text file and you see :
<HTML>
<HEAD>
<TITLE>Simple Servlet</TITLE>
</HEAD>
<BODY>
Hello I am the Simple Servlet
</BODY>
</HTML> :confused:
How must I tweak Netscape to understand this as HTML code?
I am using Netscape 7.0 and IE 6.0 to read my servlets running in an Apache-Tomcat
server on my intranet.
when I call the server http://server1/myApp/servlet/S1 from another PC on the intranet,
The SimpServlet (named S1) sends out :
<HTML>
<HEAD>
<TITLE>Simple Servlet</TITLE>
</HEAD>
<BODY>
Hello I am the Simple Servlet
</BODY>
</HTML>
and IE interprets this as HTML and you see : "Hello I am the Simple Servlet":)
but Netscape thinks it is a text file and you see :
<HTML>
<HEAD>
<TITLE>Simple Servlet</TITLE>
</HEAD>
<BODY>
Hello I am the Simple Servlet
</BODY>
</HTML> :confused:
How must I tweak Netscape to understand this as HTML code?