Hello,
I'm still not able to have the jservssi working.
I can startup the apache server w/o any problem. I can see the
//myserver/example/Hello output. However, When I try to access
//myserver/example/test.jhtml, it gives me Java Server Side Include
Error:Requested URI /example/test.jhtml is not a file. Please, make sure
you request a java server side include file.
Here are my config files:
httpd.cong:
ApJServManual off
ApJServProperties /usr/local/apache/conf/jserv.properties
ApJServLogFile /usr/local/apache/logs/mod_jserv.log
ApJServDefaultProtocol ajpv11
ApJServDefaultHost localhost
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /example /example
ApJServMountCopy on
ApJServAction .jhtml /example/org.apache.jservssi.JServSSI
jserv.properties:
wrapper.bin=/usr/local/jdk1.1.7/bin/java
wrapper.class=org.apache.jserv.JServ
wrapper.classpath=/usr/local/jdk1.1.7/lib/classes.zip
wrapper.classpath=/usr/local/jsdk/jsdk.jar
port=8007
zones=example
example.properties=/usr/local/apache/conf/example.properties
example.properties:
repositories=/usr/home/jhsieh/jserv/ApacheJServ-1.0b5/example
wrapper.classpath=/usr/local/jservssi/ApacheJServ.jar
Thank you for your advice.
J.H
ps I'm using JServ-SSI-19990529 and ApacheJServ-1.0b5
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]