in response to:
> Can you access it via /zone-alias/classfile?
yes.
servlet.jhtml file is in at /home/gub/public_html/servlet.jhtml
(http://localhost/~gub/servlet.jhtml)
HelloWorld.class is at /home/gub/MyServlets/HelloWorld.class
(http://localhost/myserv/HelloWorld)
and at /home/gub/public_html/HelloWorld.class (same location as
servlet.jhtml)
----- Original Message -----
From: "Clint Heyer" <[EMAIL PROTECTED]>
To: "Java-Servlets" <[EMAIL PROTECTED]>
Sent: Wednesday, December 15, 1999 6:17 PM
Subject: Re: problems with ApacheJSSI
> At 11:34 15/12/99 -0500, Chris Hall wrote:
> >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.
>
> Can you access it via /zone-alias/classfile?
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]