Well I have messed with the Engine, Host, Context, and Manager and cannot get
this exception to completely go away. The context I am currently working
with is:
I originally thought that I needed a Persistent Manager in order to have the
sessions reload after a Tomcat restart, but I a
> From: ddigmann [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat Persistent Session Issues
>
> This class is in WEB-INF/classes. I am pretty sure it
> has to be loaded by the classloader because it is a super
> class some major classes in the app.
>
> It is my unde
This class is in WEB-INF/classes. I am pretty sure it has to be loaded by
the classloader because it is a super class some major classes in the app.
If it was not loaded, the entire app would not load.
It is my understanding that there are multiple classloaders though, and one
could be loadin
Where is this class com.formos.toolkit.data.IPersis located? Is it in the
WEB-INF/classes directory? or in a JAR? I guess I would want to first make
sure the webapp classloaded loaded it up first.
On 3/1/07, ddigmann <[EMAIL PROTECTED]> wrote:
A note before I start: I have found quite a few