----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Dear Colleagues,
I have a strange problem and asking you for a help.
I use Apache 1.3.11 and JServ 1.1. under Linux RH 5.2 and Blackdown JDK 1.2
I can run a servlet, but when in its code there is an instantiating of a
class which is not in the default classpath of JDK or the servlet catalog
(for example Class.forName("myClass").newInstance();)
JServ reports about an ClassNotFoundException.
The catalog where myClass should be is registered with a
wrapper.classpath="....." directive.
Packages are considered. Specifying classpath with wrapper.bin.parameters
does not work.
Please give me an advice
Best regards
Vlad Eliseev
[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]