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

It is not a security issue. Guess it is because Jserv cannot find your
java classes. Maybe you have defined a CLASSPATH somewhere (JDK1.1.8
needs it), but for JDK1.2.2 you don't need to define a CLASSPATH. Remove
the CLASSPATH from your NT environment, check your jserv.properties, and
I'm sure everything will work for you again.

Li

[EMAIL PROTECTED] wrote:
> 
> ----------------------------------------------------------------
> 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]


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