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.
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.
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
-
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
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
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.
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