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

Under the servlets directory, I've created a link to the directory,
where I store my Java classes.  So, I have essentially the following
structure:

$HOME/apache/servlets/

with a symbolik link "com" to:

$HOME/javaclasses/com/
which has the structure

$HOME/javaclasses/com/company/util/
$HOME/javaclasses/com/company/servlet/

My servlet classes and directly related classes are under the servlet
directory, but they are using some classes from the util directory. 
None are in the classpath wrapper, so that JServ allways reloads them,
if a newer version exist.

While JServ has no problem in finding my servlet classes, it does not
find the classes uder util.  I double-checked all access rights (for the
classes and directories) as well.

Can someone please give me hint, what could be wrong?

Environment data:
JServ1.1.1
JDK 1.2.2 (green threads, no JIT)
Linux 2.2.14-50 (Redhat)
Apache 1.3.12

Thanks a lot,
- Jakob


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