----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> Hi folks,
> 
> I have the following configuration 
> 
> O/S :- Sun Solaris 
> Installed Apache 1.3.12, ApacheJServ1.1 and JSDK2.0,
> JDK1.1.8
> Browser :- Netscape 4.51/Netscape 6.0
> 
> When I try to run the sample servlet using the std url
> 
> http://<servername:8080>/servlets/SimpleServlet -
> instead of directly giving me the o/p on the browser -
> it prompts me to save the output in a file. Has anyone
> encountered a similar problem - is there some
> environment issue that I am missing here that I need
> to set or is my config wrong. 

Sounds like you made an alias or mapping to the servlets directory,
and the browser is getting the .class or .java file.

Generally, the browser shows the "save" dialog when it gets
a content-type that is unknown or it can't display directly.

If nothing else, you should save to file and see what is in
the generated file.

- Fernando
 
> I am successfully able to run the same servlet using
> servletrunner provided by JSDK2.0 - displaying the o/p
> on the browser. 
> 
> Any help is highly appreciated. Am stuck on this for
> days now.
> 
> Thanks
> SRK
> 
> 



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to