RE: Tomcat Consultant

2010-09-26 Thread Karthik Nanjangude
Hi A better approach to use J2EE container ( with Tomcat built in ) use JBOSS ... With regards Karthik -Original Message- From: Jorge Medina [mailto:cerebrotecnolog...@gmail.com] Sent: Sunday, September 26, 2010 4:25 AM To: Tomcat Users List Subject: Re: Tomcat Consultant http://en.

BOE LDAP Configuration

2010-09-26 Thread Carter, Reginald

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-26 Thread sbrejeon
markt-2 wrote: > > On 27/09/2010 02:23, sbrejeon wrote: >> A.test==B.test throws the exception. couldn't it just return false? > > Such a change would put Tomcat's EL implementation in breach of the EL > spec so this behaviour will not be changed. > > Mark > Thank you for your quick reply.

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-26 Thread Mark Thomas
On 27/09/2010 02:23, sbrejeon wrote: > A.test==B.test throws the exception. couldn't it just return false? Such a change would put Tomcat's EL implementation in breach of the EL spec so this behaviour will not be changed. Mark -

Re: Strange difference in behavior ELSupport in Tomcat 6.0.20 and Tomcat 6.0.26

2010-09-26 Thread sbrejeon
Konstantin Kolinko wrote: > > 2010/7/6 Roxana : > BTW, if you really need to compare apples with oranges, you can > convert one of them or both to strings. > Best regards, > Konstantin Kolinko > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/lang/ELSupport.java?revision=981816&vi

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-26 Thread Steve Ryder
Thanks. It turns out the root cause of the error was not permissions at all, but another error caused by a "left over" web.xml reference to a class that did not exist. When I discovered, and removed, that statement in the web.xml, the logging properties error went away as well. - Origin

Re: Tomcat Logging Not Working Properly

2010-09-26 Thread Rainer Jung
On 24.09.2010 16:05, Donald Winston wrote: I can't get logging to work properly with tomcat(. The file handler prefix works but anything below INFO does not show up in the log! What could be wrong? I declare the logger in my classes like the following: private static Logger logger = Logger.

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-26 Thread Rainer Jung
On 15.09.2010 11:02, Pid wrote: On 14/09/2010 23:35, André Warnier wrote: Pid wrote: On 14/09/2010 16:17, Steve Ryder wrote: java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noti