> I am trying to install the JServSSI. And according to the documentation,
> the servlet engine JServ docs should tell me how to do it. I could not
> find any information on how to do that anywhere. Can anyone point me in the
> right direction or tell me how to do it ?
Here is what I did:
---------------------------------------
Setting up JServSSI
This is needed to use the <servlet> tag in shtml files
First, get the JServSSI distribution:
login as root
cd /usr/local
lynx http://jserv.apache.org/jservssi/dist
Get the file Apache_JservSSI_1.0.tar.gz
tar zxvf Apache_JservSSI_1.0.tar.gz
CLASSPATH=$JAVA_HOME/lib/classes.zip:$JSDK_HOME/lib/jsdk.jar:.
cd Apache-JServ-SSI-19981216/src
javac -d . *.java
jar cf0 ApacheJServSSI.jar .
Edit /usr/local/apache/conf/httpd.conf to add:
ApJServAction .shtml /servlets/org.apache.jservssi.JServSSI
DirectoryIndex index.shtml index.html
Add the line below to
/usr/local/Apache-JServ-1.0b3/conf/jserv.properties:
wrapper.classpath=/usr/local/Apache-JServ-SSI-19981216/src/ApacheJServSSI.jar
-------------------------------------------
I hope this helps,
Neil.
**We pay a 5% finders fee for job referrals that lead to a contract*
--------------------------------------------------------------------
|Neil Aggarwal |JAMM Consulting, Inc. |Custom Programming |
|President & CEO |www.JAMMConsulting.com|Java, C, C++, perl,|
|[EMAIL PROTECTED]|(972) 612-6056 |HTML, CGI |
--------------------------------------------------------------------
----------------------------------------------------------------
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]