-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> 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
First off. don't put webmacro.jar in your repositories=
Second, the ONLY place where the system will find your servlet in your above
examples is in:
/export/meno/jserv/ApacheJServ-1.0/example
and
/export/meno/servlets/webmacro
> 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.
There is quite a bit of information about how Zones and Repositories work in
the FAQ.
-jon
--
--------------------------------------------------------------
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]