----------------------------------------------------------------
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've been using Jserv on Linux for months with great succees, but I can't
get NT to work. The thing just hangs and does nothing when I make a servlet
request. No log messages, nothing. I set debug log levels in httpd.conf for
apache and jserv. I"m using JServ1.1b3, and Apache 1.3.6. When Apache is
started it says:
Apache/1.3.6 (Win32) ApacheJServ/1.1b3 running...
so ok, JServ starts. I have one zone: htservlet, and one servlet with an
alias. Relevant config file lines pasted below. I've tried every combination
of Upper/lower case paths, forward/back slashes, double back slashes, paths
quoted and not, absolute paths, relative paths, upper/lower case servlet
zone names, servlet names and aliases that I can think of, and nothing.
Hopefully someone will spot a stupid mistake below. Thanks for any help,
Rich

> httpd.conf ------
> LoadModule jserv_module "d:\apache\jserv\ApacheModuleJServ.dll"
> <IfModule mod_jserv.c>
> ApJServManual off
> ApJServProperties "d:\apache\jserv\conf\jserv.properties"
> ApJServLogFile "d:\apache\jserv\logs\mod_jserv.log"
> ApJServLogLevel debug
> ApJServDefaultProtocol ajpv12
> ApJServDefaultPort 8007
> ApJServSecretKey "D:/apache/jserv/conf/jserv.secret.key"
> ApJServMount /htservlet /htservlet
> ApJServMountCopy on
> <Location /jserv/>
>   SetHandler jserv-status
>   order deny,allow
>   deny from all
>   allow from localhost
> </Location>
> </IfModule>
>
> jserv.properties ---------
> wrapper.bin=d:\jdk1.2.2\bin\java.exe
> wrapper.classpath=d:\apache\jserv\ApacheJServ.jar
> wrapper.classpath=d:\jdk1.2.2\jsdk20\lib\jsdk.jar
> bindaddress=localhost
> port=8007
> zones=htservlet
> htservlet.properties=D:\apache\jserv\servlets\htservlet.properties
> pool=false
> pool.capacity=10
> pool.controller=org.apache.java.recycle.DefaultController
> security.selfservlet=true
> security.maxConnections=50
> security.authentication=false
> log=true
> log.file=d:/apache/jserv/logs/jserv.log
> log.timestamp=true
> log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
> log.queue.maxage = 5000
> log.queue.maxsize = 1000
> log.channel.servletException=true
> log.channel.jservException=true
> log.channel.warning=true
> log.channel.servletLog=true
> log.channel.critical=true
>
> htservlet.properties -------------
> repositories=D:/series4
> autoreload.classes=true
> autoreload.file=true
> init.timeout=10000
> destroy.timeout=10000
> session.useCookies=true
> session.timeout=1800000
> session.checkFrequency=30000
> singleThreadModelServlet.initialCapacity=5
> singleThreadModelServlet.incrementCapacity=5
> singleThreadModelServlet.maximumCapacity=10
> servlet.gettree.code=com.hypertree.servlet.htgettree



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

Reply via email to