----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Experts,
I've confirmed there is nothing wrong with the path. The weird thing is if I
restart jserv after recompiling my servlets. It works.
I'm also seeing session being invalidated unexpectedly when using 1.2.2
Any light will be appreciated.
On Tue, 14 Dec 1999 18:18:14 -0700, Java Apache Users 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!!!
> ----------------------------------------------------------------
>
> Check both User Variables and System Variables through
> "Start->Settings->Control Panel->System->Environment". Type "set" in a
> dos window. I remember JDK1.1.x needs a CLASSPATH but JDK1.2.x doesn't.
>
> If it still doesn't work, you might wait for other guys to help you.
> BTW, try JServ1.1b3 rather than Jserv1.0. I use Jserv1.1b3 on
> NT4+JDK1.2.2_Apache1.3.9 and it runs quite good. The new installation
> file is very simple and easy-to-use.
>
> Good luck.
>
> 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!!!
> > ----------------------------------------------------------------
> >
> > Li,
> >
> > This perplexes me. I have not CLASSPATH in both 1.18 and 1.2.2 defined.
> >
> > -dy
> >
> > On Tue, 14 Dec 1999 14:26:29 -0700, Java Apache Users 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!!!
> > > ----------------------------------------------------------------
> > >
> > > 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]
> > >
> >
> > _______________________________________________________
> > 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]
>
_______________________________________________________
Visit Excite Shopping at http://shopping.excite.com
The fastest way to find your Holiday gift this season
--
--------------------------------------------------------------
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]