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