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