----------------------------------------------------------------
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 done a bit more cleanup, and wanted to reiterate what I'm still seeing.
This is an attempt to run the 'example' program provided with jserv.
setup:
Apache/1.3.9
Ben-SSL/1.37 (Unix)
ApacheJServ/1.1b3
jdk1.2
JSDK2.0
jserv.log:
...
[18/01/2000 13:19:38:573 MST] AJP Protocol Error: java.io.IOException: Stream broken
[18/01/2000 13:19:38:581 MST] Sending response headers.
[18/01/2000 13:19:38:581 MST] Status: 400 Bad Request
[18/01/2000 13:19:38:581 MST] Servlet-Error: Malformed data sent to JServ
...
mod_jserv.log:
[18/01/2000 09:42:12:262] (ERROR) ajp11: Servlet Error: Malformed data sent to JServ
Below the line are the jserv.conf, jserv.properties, and example.properties files.
Sorry if
this got long, I truncated out all the comments I could, and I figured you'd need that
stuff for completeness.
Regards,
- Mark
-------------------------------------------------------------------
JSERV.CONF::
ApJServManual offApJServProperties /usr/local/jserv/etc/jserv.propertiesApJServLogFile
/usr/local/apache/logs/mod_jserv.logApJServLogLevel noticeApJServDefaultProtocol
ajpv11ApJServDefaultPort 8007ApJServSecretKey DISABLEDApJServMount /example
/exampleApJServMount /servlets /exampleApJServMount /servlet /exampleApJServMountCopy
on<Location /jserv/> SetHandler jserv-status order deny,allow deny from all
allow from localhost 127.0.0.1</Location>
-------------------------------------------------------------------
JSERV.PROPERTIES::
wrapper.bin=/opt/jdk1.2/bin/javawrapper.classpath=/usr/local/jserv/libexec/ApacheJServ.jarwrapper.classpath=/usr/local/src/JSDK2.0/lib/jsdk.jarwrapper.classpath=/opt/jdk1.2/jre/lib/rt.jarbindaddress=localhostport=8007zones=exampleexample.properties=/usr/local/jserv/etc/example.propertiespool=falsepool.capacity=10pool.controller=org.apache.java.recycle.DefaultControllersecurity.selfservlet=truesecurity.maxConnections=50security.allowedAddresses=geo,geo.hunterdouglas.com,208.132.19.20,208.132.19.40,localhost,127.0.0.1security.authentication=falselog=truelog.file=/usr/local/apache/logs/jserv.loglog.timestamp=truelog.dateFormat=[dd/MM/yyyy
HH:mm:ss:SSS zz]log.queue.maxage = 5000log.queue.maxsize =
1000log.channel.servletException=truelog.channel.jservException=truelog.channel.warning=truelog.channel.servletLog=truelog.channel.critical=truelog.channel.debug=true-------------------------------------------------------------------
EXAMPLE.PROPERTIES::
repositories=/usr/local/src/ApacheJServ-1.1b3/exampleautoreload.classes=trueautoreload.file=trueinit.timeout=10000destroy.timeout=10000session.useCookies=truesession.timeout=1800000session.checkFrequency=30000singleThreadModelServlet.initialCapacity=5singleThreadModelServlet.incrementCapacity=5singleThreadModelServlet.maximumCapacity=10
--
--------------------------------------------------------------
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]