You have manual set on. Did you model your jserv startup script after the
info given at : http://www.magiccookie.com/computers/apache-jserv/ ?
I believe you have your ApJServMount directives set incorrectly.
Instead of:
ApJServMount /example /usr/local/jserv/example
You would set:
ApJServMount /example /example1 # the first parameter is the apache mount
point the second is the zone (named example1). So you would reference a
servlet in the zone example1 via the following URI:
http://www.lapin.com/example/servletname
The whitepaper at http://java.apache.org/jserv/papers/techniques.pdf
explains this in decent detail.
BTW it would be useful if the white papers were available under the
documents link.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, March 10, 1999 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: problems getting it up and running
>
>
>
> #1. What version of Apache JServ you are using
> Apache-JServ-1.0b3
>
> #2. What version of Apache you are using
> apache_1.3.4
>
> #3. What OS and OS version you are using
> Linux lapin 2.2.2 #1 Thu Feb 25 16:29:56 CET 1999 i686 unknown
>
> #4. An exact description of what is going wrong (pretend that we are not
> there and we cannot see what you are doing). Include any useful log file
> output as well.
>
http://lapin/jserv/engine/0/
gives me a:
Internal Server Error
and jserv.log gives me:
[10/03/1999 17:26:34:923] (EMERGENCY) ajp11: can not connect to host
127.0.0.1:8007
[10/03/1999 17:26:34:924] (EMERGENCY) ajp11: connection fail
[10/03/1999 17:26:34:924] (ERROR) an error returned handling request via
protocol "ajpv11"
[10/03/1999 17:26:34:924] (ERROR) an error returned handling request via
protocol "status"
any ideas what I've done wrong ???
#5. Your Apache JServ configuration in Apache
LoadModule jserv_module libexec/mod_jserv.so
ApJServManual on
ApJServProperties ./conf/jserv.properties
ApJServLogFile ./logs/jserv.log
ApJServDefaultProtocol ajpv11
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /example /usr/local/jserv/example
ApJServMount /servlets ajpv11://localhost:8007
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from localhost 127.0.0.1 10.1.1.22
</Location>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]