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

Hi,

I have installed Apache 1.3.9 and Jserv 1.1, configured a zone and all
is seemingly working ok. The servlet I'm running connects to a server via
RMI
and requires a substantial amount of the servers class base to operate.

When I include the server's class base in the repository list for the zone,
the servlet
cannot find any of the classes from zip file that makes up the classes.

an example of what my reposity line looks like would be:

repositories=d:\stuff\classes,d:\stuff\servlet.zip,d:\stuff\server.zip

none of the classes in server.zip can be found and are causing servlet to
except. If I remove the server.zip from the repositories line and add it to
the
jserv.properties file as "wrapper.classpath" property, it works fine. I
don't
like the idea of having to do this though, as it's not used by anything
other
than the zone in question.

does anyone know why this is? it certainly did not happen when using Apache
1.3
and Jserv 1.0b.

Cheers,
Jon Coomber
Software Engineer, SAA Consultants Ltd.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to