----------------------------------------------------------------
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!!!
----------------------------------------------------------------

It seems to me that you haven't installed corectly apache + jserv. Try to
see if jserv module was corectly loaded by apache: $APACHE_DIR/bin/httpd -l.

Patrick O'Neill wrote:

> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> I just installed Apache 1.3.14 and Apache Jserv on
> Solaris 2.6, installation seems to be successful.
>
> I have a problem when I try to view one of the test
> example pages however.
>
> When I try to view the Hello or IsItWorking examples
> which come with the installation, I get prompted to
> save the file (the mime type it's getting is
> application/octet-stream).  If I save the file as an
> html document, it has the ouput of the servelet but
> with a bunch of binary characters thrown in.
>
> The programs are the ones which come with Jserv and
> have a line setting the content type to text/html
> (response.setContentType("text/html");).  I get the
> same rror if I try to output the header myself
> (println("Content-type:text/html\n\n");)
>
> Is this a configuration issue?
>
> I scanned the faq and a few of the archived mailing
> lists and didn't see anything.
>
> Thanks for any help.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to