Well....there is only one problem this....since I am creating a Singleton object...it exists for all of time. As a result....nobody will see it after the first time the page is ever accessed. I will try to change this, so the object is create every time the page is accesed.
Thanks Paul -----Original Message----- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 8:12 AM To: Tomcat Users List Subject: RE: JasperLoader Exception sure....I will set up a test case....I will have something up by about noon time or so...and I will post a download of the java source code, JSP file within a ZIP File as well.... Thanks Paul -----Original Message----- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 5:36 AM To: Tomcat Users List Subject: Re: JasperLoader Exception > Thanks for your reply...but could this be the problem that is related to > the Jasper ClassLoader Exception error I am getting when first accessing > this page. After I refresh the page (this is after the Singleton instance > of my object is created), the page loads up without any problems... > > Could this be related to a Security Manager (or lack of) within the context > of this application? And how about sending a test case ? Remy -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
