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

folks,

I've posted this but get no answer.
I'm running NT with apache 1.39 and Jserv 1.0 with jdk 1.2.2 .

Whenever I edit the source and do an auto-reload the class loader cannot
find the newly compiled classes. I'm sure I did all the right thing for
autoreload as it has been running well for months under jdk 1.1.8. I looked
at FAQ on security issue and have added:

grant codeBase "file:D:\\java\\lib\\jserv\\ApacheJServ.jar" {        
permission java.security.AllPermission;
}

grant { 
        permission java.security.AllPermission;
}

into my policy files just to be sure.

However, I keep getting this:

java.lang.NullPointerException java.lang.Class
java.net.URLClassLoader.findClass(java.lang.String) java.lang.Class
java.lang.ClassLoader.loadClass(java.lang.String, boolean) java.lang.Class
sun.misc.Launcher$AppClassLoader.loadClass(java.lang.String,
boolean) java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String)
java.lang.Class
java.lang.ClassLoader.findSystemClass(java.lang.String) java.lang.Class
org.apache.java.lang.AdaptiveClassLoader.loadSystemClass(java.lang.String,
boolean) java.lang.Class
org.apache.java.lang.AdaptiveClassLoader.loadClass(java.lang.String,
boolean) java.lang.Class
java.lang.ClassLoader.loadClass(java.lang.String) void
classio.servlets.Login.doGet(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse) void
javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse) void
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse) void
org.apache.jserv.JServConnection.processRequest() void
org.apache.jserv.JServConnection.run() void
java.lang.Thread.run() 

regards,

-dy     





_______________________________________________________
Get FREE voicemail, fax and email at http://voicemail.excite.com 
 Talk online at http://voicechat.excite.com



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