----------------------------------------------------------------
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 installed Jserv on Apache 1.3x 
w/ JDK1.1.7 & JSDK2.0 quite some 
time ago, and everything has worked 
well until recently.

Today I tried compiling some new 
servlets. When I go to compile on the
server it tells me that it can't find 
any of the javax or other packages that 
I'm trying to import. 

I've checked my server classpaths and
my zone classpaths in my jserv.properties 
file and my example.properties zone, and 
all my classpaths are correct. I've also 
tried restarting my server on a number 
of occasions to see if this helps - which 
it hasn't.

Now I can compile my servlets when I export
the needed classpaths; however, since Im
trying a new JDBC servlet I'm getting a 
ClassNotFoundException in trying to load
my driver, and I think it's because my 
server is not recognizing any of my 
classpaths other than the path to my java 
interpreter.

To my knowledge, there has been no changes
or upgrades on my server. Does anyone know
of any ideas why the system classpaths 
are not being recognized even though I have
the correct classpath in my properties, and
my Jserv is running?

- Larry






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