----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Christoph,

If you want the Hello servlet from /usr/local/www/data/example to be run
instead it needs to come first in your list, like this;


repositories=/usr/local/www/data/example,/usr/local/share/java/servlets

Or, you could split these into two different zones as someone else
suggested.

James


Christoph Kukulies wrote:

> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> ApacheJserv-1.1:
>
> I have added a repository in zone.properties :
>
> repositories=/usr/local/share/java/servlets,/usr/local/www/data/example
>
> I have a Hello.class in /usr/local/www/data/example.
>
> Now when I specify the URL http://192.168.1.119/example/Hello
>
> the Hello.class in /usr/local/share/java/servlets is used.
> I would expect that the one in /usr/local/www/data/example
> should be executed.
>
> Or do I get something wrong? Sure.
>
> --
> Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> 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]

--
James Harman
Requisite Technology
[EMAIL PROTECTED]
----------------------
For Technical Support,
email: [EMAIL PROTECTED]
phone: 303-474-2288




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