i'm trying to configure ApacheJSSI, however, it appears to be only
partially working.

i've got the following lines in jserv.conf:

ApJServMount /MyServlets /myserv
ApJServAction .jhtml /servlets/org.apache.servlet.ssi.SSI

and this line is in jserv.properties:

wrapper.classpath=/usr/share/java/ApacheJSSI.jar

and then this line in myserv.properties zone file:

repositories=/usr/share/java/ApacheJSSI.jar,/home/gub/servlets


now, i have created a servlet called HelloWorld.class.
and a .jhtml file with:
<servlet code="HelloWorld.class">
If you see this, your web server is configured wrong
</servlet>

now, the <servlet> tag works correctly, because i don't see the text
between the tags, however, i get the following in jserv.log:

[15/12/1999 09:45:44:464 EST] Not Found: ClassNotFoundException:
HelloWorld

and i honestly don't know what is happening.  I am assuming that the
JSSI servlet is not seeing the HelloWorld servlet.  and i know it is a
configuration problem, but i don't know where/what to fix.

any help would be appreciated.


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to