Look at the ApJServMount line: there must have a space between /example and
/example, that the only one error that i have found
ApJServMount \example \example is the correct syntax.
For your information, I Use the apache 1.3.3 Web server On Windows NT4.0
(SP3)
##########################
# This is my jserv.properties file #
##########################
wrapper.bin=C:\WINNT\system32\java.exe
wrapper.classpath=C:\Program Files\Apache Group\Apache JServ\ApacheJServ.jar
wrapper.classpath=C:\JSDK2.0\lib\jsdk.jar
wrapper.env=windir=C:\WINNT
port=8007
zones=root,test
root.properties=C:\Program Files\Apache Group\Apache
JServ\conf\root.properties
test.properties=C:\Program Files\Apache Group\Apache
JServ\conf\test.properties
security.selfservlet=true
security.maxConnections=50
security.authentication=false
log=true
log.file=C:\Program Files\Apache Group\Apache JServ\logs\jserv.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=true
log.channel.authentication=true
log.channel.signal=true
log.channel.exceptionTracing=true
log.channel.servletLog=true
#########################
# This is my root.properties file #
#########################
repositories=C:\Program Files\Apache Group\Apache\htdocs\root
autoreload.classes=true
autoreload.classes=true
autoreload.file=true
init.timeout=10000
destroy.timeout=10000
session.timeout=1800000
session.checkFrequency=30000
singleThreadModelServlet.initialCapacity=5
singleThreadModelServlet.incrementCapacity=5
singleThreadModelServlet.maximumCapacity=10
#########################
# This is my test.properties file #
#########################
repositories=C:\Program Files\Apache Group\Apache\htdocs\test
autoreload.classes=true
autoreload.classes=true
autoreload.file=true
init.timeout=10000
destroy.timeout=10000
session.timeout=1800000
session.checkFrequency=30000
singleThreadModelServlet.initialCapacity=5
singleThreadModelServlet.incrementCapacity=5
singleThreadModelServlet.maximumCapacity=10
#####################
# This is my httpd.conf file #
#####################
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties "C:\Program Files\Apache Group\Apache
JServ\conf\jserv.properties"
ApJServLogFile "C:\Program Files\Apache Group\Apache
JServ\logs\mod_jserv.log"
ApJServDefaultProtocol ajpv11
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /root /root #### Here you must have a space between the
[name] and the [jserv-url]
ApJServMount /test /test
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from all
</Location>
</IfModule>
I have tried to replace the wrapper bin with
"wrapper.bin=C:\jdk1.2\bin\java.exe" and it work for me.
Do you run it with the JSDK 2.0???
I don't think I can do more for you sorry :o(
Regards
Sven
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]