Hello,
I followed the JServSSI instruction to complie the JServSSI1.0 and I
obtained the ApacheJServSSI.jar file.

I included the class path into jserv.properties file as following:

.....
wrapper.classpath=/usr/local/jsdk/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/usr/local/jdk1.1.7/lib/classes.zip
wrapper.classpath=/usr/local/etc/jserv/lib/Apache-JServ.jar
wrapper.classpath=/usr/local/etc/Apache-JServ-SSI/src/ApacheJServSSI.jar
......

it works if I type in my broswer:
MyURL/example/HelloWorldServlet
and it displays "hello world" in my browser.

now the problem I have is the index.jhtml does not give me expected
result.

index.jhtml:
<HTML>
<HEAD>
      <TITLE>Test page</TITLE>
</HEAD>
<BODY>
Hello
<HR></H3>
<SERVLET CODE = "HelloWorldServlet.class">Doesn't work! </SERVLET>

<H5>
<I>Created by Jack<BR>
Last Modifiy: Apr. 26th 1999</I></H5>

</BODY>
</HTML>


Here is my system config:
FreeBSD 3.1-stable
Apache 1.3.6
jdk 1.1.7
jsdk 2.0
jserv 1.0b3
JServSSI1.0
Thanks !

J.H


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

Reply via email to