-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
sorry, maybe I didn't write clearly,
I got first page of http://localhost/jserv/, but when I clicked
ajpv11://localhost:8007 in first page , there is a internal server error.
after that, I tried http://localhost/example/Hello, I got an internal server
error too,
so how come to this? in fact, I have got first page, it means servlet engine
was running.
> ----------
> From: TIS Official[SMTP:[EMAIL PROTECTED]]
> Reply To: Java Apache Users
> Sent: Friday, September 10, 1999 8:59 PM
> To: Java Apache Users
> Subject: Re: jsdk on linux
>
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Hello Sun,
>
> ))Sun JunXu wrote--
> >now I finished installation according to your manual, when I tried to
> load
> >jserv, I can only get first page, if I click ajpv11://localhost:8007 ,
> >I load example/Hello,
> >there is a internal server error,
>
>
> First, it is always the right way to read the way any stuff works(the
> docs:-)). You should not say
> ajpv11://localhost:8007/example/Hello.
> as
> * the browser accesses the web server via http protocol at port 80
> (default)
> * the web server accesses the Jserv servlet engine via ajpv11 protocol at
> port 8007 (default).
> So you are not supposed to access the way from the browser you did it but
> rather..
> http://localhost/example/Hello
> If you still dont get, then there is probably a misconfiguration and you
> may
> have to come back after a hard try :-).
>
> HTH.
>
> Riaz
>
>
>
> --
> --------------------------------------------------------------
> 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]
>
--
--------------------------------------------------------------
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]