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

I have installed Jserv and configured it with three zones.
A common zone mounted as http://myserver/servlets
A test zone mounted as http://myserver/test
A deploy zone mounted as http://myserver/deploy

This is all working just fine and is great.  My question is I have a
class file, in the test zone, that imports another class file, in the
common zone.  I have my test zone file set with both repositories the
test and common one.  The problem I have is when I try to execute the
servlet in the test zone I get an error that says:
'java.lang.IllegalAccessError: try to access method
CommonServlet.<init>(Ljavax/servlet/ServletContext;)V from class
TestServlet'

Any help would greatly be appreciated.

Thank you
--
--Chris
=================================================================

Imagination is more valuable than knowledge.  -- A. Einstein

=================================================================



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