RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-05 Thread Dale Ogilvie
>They are. However, if you have classes in a shared classloader used by both webapps, and such a class is coded badly, references can leak from one webapp to another. > >BTW, jcifs.http.NtlmHttpFilter hasn't been viable for some years (no possibility of supporting NTLMv2), so you might want to use

RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-05 Thread Caldarale, Charles R
> From: Dale Ogilvie [mailto:dale_ogil...@trimble.com] > Subject: RE: ClassCastException org.apache.jasper.runtime.ELContextImpl > cannot be cast to org.apache.jasper.el.ELContextImpl > I thought the WEB-INF/lib directories for different applications were > isolated from each other, but in this

RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-05 Thread Dale Ogilvie
2012/8/3 Dale Ogilvie : > Hi, > > I'm seeing this problem below appearing now with one of our web-apps, google has not helped me so far... There have been no changes with the web app in question, which was working, so I'm picking something is going on with either the tomcat or OS (virtualized) envi

resource configuration for jndi mail

2012-08-05 Thread Mark Eggers
Folks, I'm in the middle of setting up Archiva in the following environment: CentOS 6.3 64 bit Apache HTTPD 2.2.15 (sigh) mod_jk 1.2.37 Apache Tomcat 6.0.35 Sun JRE 1.6.0.32 64 bit This system currently does not have nonlocal mail capabilities. The only other applications at this point (Icinga

Re: Application name

2012-08-05 Thread Mark Eggers
On 8/5/2012 2:09 PM, Konstantin Kolinko wrote: 2012/8/6 Marco de Booij : Hello, I have tried to find the answer but I could not find a (to me) clear answer. I build my applications with Maven and as a result my war file is like myapp-web-1.2.3.war. The static content is delivered by the Apache

Re: Application name

2012-08-05 Thread Konstantin Kolinko
2012/8/6 Marco de Booij : > Hello, > > I have tried to find the answer but I could not find a (to me) clear answer. > > I build my applications with Maven and as a result my war file is like > myapp-web-1.2.3.war. The static content is delivered by the Apache Web > Server so I use this server to ac

Application name

2012-08-05 Thread Marco de Booij
Hello, I have tried to find the answer but I could not find a (to me) clear answer. I build my applications with Maven and as a result my war file is like myapp-web-1.2.3.war. The static content is delivered by the Apache Web Server so I use this server to access the application deployed in To

Re: Issue with sudo + init script

2012-08-05 Thread Adam Breaux
I'd recommend removing the export JAVA_HOME line. Doing that in an init script does not work. Put it in a file in /etc/profile.d/java.sh instead. Comment out the line in the init script and try it again. You're running into an odd environment setting condition. On Fri, Aug 3, 2012 at 5:16 PM, Mar

[OT] Re: Warning: js modified in the future- not able to find the files

2012-08-05 Thread Pid
On 01/08/2012 04:35, Kiran Badi wrote: > Hi All, > > I have TC 7.0.11/7.0.27 and Apache 2.2 all sitting in the C://Program > Files/Apache Software Foundation folder. > > I came across a strange issue today where in close to 10+ Javascript > files were missing from the folder. > > Below is the wa