Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-07 Thread chris derham
example with to garbled classes: (3.class being the first, which must come from SomeClass$3.class and the second one being something awefully beautiful: ConfigEdiAtourtAhpepnltiiccaattiioonn$SAtpaptlei$cIadteinotniCfo^@^@iigeLro.acdlLaissstener.class To prevent decompilation, you can run your

Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 11/7/14 4:52 AM, chris derham wrote: example with to garbled classes: (3.class being the first, which must come from SomeClass$3.class and the second one being something awefully beautiful:

Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-07 Thread David kerber
On 11/7/2014 11:14 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 11/7/14 4:52 AM, chris derham wrote: example with to garbled classes: (3.class being the first, which must come from SomeClass$3.class and the second one being something awefully

Re: jsp page on Tomcat non loading css

2014-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alessandro, On 11/6/14 6:04 AM, Alessandro Panzeri wrote: I deployed a war on Tomcat 7 to serve a jsp page. In the jsp page I put this css tag: link href=../css/new_style.css rel=stylesheet type=text/css/ Also, at the beginning of the

Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-07 Thread Mark Thomas
On 06/11/2014 16:33, Matthias Keller wrote: Hi We have a spurious problem which still happened quite a few times but is not really reproducible since it only occurs on every 1000. startup or something. The effect is that tomcat scans all class files but somewhere something goes wrong and

isELIgnored default is wrong

2014-11-07 Thread Stephen McCants
Hello All, I'm seeing a strange problem where isELIgnored has the wrong default value for a new Tomcat install of 5.0.56. I'm moving a Web Application on Windows 7 to Windows 2008 and that caused the EL expressions to stop being evaluated on the new install.. Problem is only seen on Windows

Re: isELIgnored default is wrong

2014-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stephen, On 11/7/14 2:51 PM, Stephen McCants wrote: I'm seeing a strange problem where isELIgnored has the wrong default value for a new Tomcat install of 5.0.56. That version number is certainly wrong. Highest 5.0 version is 5.0.30 Highest 5.5

tomcat 8 context.xml problems

2014-11-07 Thread Ed Rouse
Migrating to 8.0 and am having trouble with a custom Resource loader. Below is my context.xml file: Context Resources className=com.comsquared.idw.catalina.ext.MyCustomStandardRoot / Loader loaderClass=com.comsquared.idw.catalina.ext.MyClassLoader delegate=true

mod_jk monitoring

2014-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've been playing around with mod_jk's status screens a lot lately. I also recently upgraded from Apache httpd 2.2 to Apache httpd 2.4 and the hostname shown at the top of the page changed from the real hostname to the masquerading hostname

Re: mod_jk monitoring

2014-11-07 Thread Rainer Jung
Hi Chris, Am 07.11.2014 um 23:04 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've been playing around with mod_jk's status screens a lot lately. I also recently upgraded from Apache httpd 2.2 to Apache httpd 2.4 and the hostname shown at the top of the

Re: mod_jk monitoring

2014-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 11/7/14 5:44 PM, Rainer Jung wrote: Hi Chris, Am 07.11.2014 um 23:04 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've been playing around with mod_jk's status screens a lot lately. I also

Re: mod_jk monitoring

2014-11-07 Thread Rainer Jung
Am 07.11.2014 um 23:58 schrieb Christopher Schultz: Great. We've been having some problems draining Tomcat nodes, and I was concerned that maybe I had overlooked this one possibility. Our next release will include a version of the recently-discussed load-balancer draining filter/valve so we'll

Re: jsp page on Tomcat non loading css

2014-11-07 Thread Daniel Baktiar
Hi Alessandro, Is there any servlet filter running which modifies the Content-Type headers? Look at the web.xml for filter/ tag. Daniel Baktiar On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri alessandro.panzer...@gmail.com wrote: I deployed a war on Tomcat 7 to serve a jsp page. In the

Re: Security Best Practices on Windows Service

2014-11-07 Thread Terence M. Bandoian
On 11/5/2014 1:34 PM, Igal @ getRailo.org wrote: hi, what are the security best practices for running Tomcat as a Windows Service? is the local system account safe or am I better off creating a new user and giving it write permissions only to the Tomcat runtime folders and read permissions to