-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I'm using Apache 1.3.6 with JServ 1.0 on Solaris 2.6.

I got the "Hello" example working, but whenever a servlet requests a class
outside of the "example" directory, it chokes.  It returns:

[16/08/1999 11:18:12:661] (ERROR) ajp11: Servlet Error:
NoClassDefFoundError: HelloWorld

The HelloWorld.class file is in the "example" directory.

My classpath settings are as follows:

# jserv.properties
# HelloWorld servlet requests classes in webmacro.jar
wrapper.classpath=/export/meno/servlets/webmacro/webmacro.jar

# example.properties
# HelloWorld servlet requests classes in the webmacro.jar repository
repositories=/export/meno/jserv/ApacheJServ-1.0/example,/export/meno/servlets/
webmacro,/export/meno/servlets/webmacro/webmacro.jar


I guess that's all the information I have.  It seems like HelloWorld is
being found, but it can't find certain classes that HelloWorld requires
(e.g. the WebMacro framework).  But I've gotten this stuff working using
the same webmacro.jar file on JavaWebServer, and I'm just in the process
of moving it from JWS to Apache.

Thanks,

Steve Lewis                   "Does philosophy answer a
Unix Systems Group             need? How is it to be under-
University of Texas at Dallas  stood? Philosophy? The need?"
                                  Jacques Derrida, _Margins_




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to