RE: Mailer Taglib SecurityException

2002-04-25 Thread Renick, Garrel
Renick [EMAIL PROTECTED] -Original Message- From: Derek Doerr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:48 PM To: Tag Libraries Users List Subject: Re: Mailer Taglib SecurityException Rich, I'm running Tomcat 4.0.2. I suspect that the security changes that you

Re: Mailer Taglib SecurityException

2002-04-24 Thread Derek Doerr
Rich, I'm running Tomcat 4.0.2. I suspect that the security changes that you reference, below, should be made to the catalina.policy file. Do you know what the change would be? Also, do you know where, in the server.xml file I would turn on security debugging? Thanks! - Derek Rich Catl

Re: Mailer Taglib SecurityException

2002-04-24 Thread Rich Catlett
Try running your servlet container with security debug turned on. Start the container and give the following options to java -Djava.security.debug=access,failure. Run the example, and then search your logs for the word denied one will be the attempt to get the default session. This should

Mailer Taglib SecurityException

2002-04-24 Thread Derek Doerr
I'm trying to run the Mailer taglib with a very basic configuration: this is a test The following errors occured Please back up a page, fix the error and resubmit. I keep getting the exception message: java.lang.SecurityException: Access to default session deni