Re: too many apache digester logs

2013-09-13 Thread fachhoch
Thanks for your reply , I attached my loggin.properties logging.properties http://tomcat.10.x6.nabble.com/file/n5004666/logging.properties please tell me what is wrong in this . -- View this message in context:

Re: New website skin looks great

2013-09-13 Thread Howard W. Smith, Jr.
On Thu, Sep 12, 2013 at 4:28 PM, Campbell, Lance la...@illinois.edu wrote: WOW! I love the new design of the tomcat web site. It looks much more professional and refined. It is also much easier to read. The prior background colors caused the text to run together. This is so much

8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Igor Urisman
Dear all, It appears that if I obtain the ServletContext object via Spring's WebApplicationInitializer mechanismhttp://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/web/WebApplicationInitializer.html, it is not yet seeded with the WebSocket ServerContainer object.

Re: too many apache digester logs

2013-09-13 Thread André Warnier
fachhoch wrote: this is the output from my console lots of these logs catalina.properties http://tomcat.10.x6.nabble.com/file/n5004650/catalina.properties consoleoutput.txt http://tomcat.10.x6.nabble.com/file/n5004650/consoleoutput.txt Attached catalina.properties and

RE: Using EL expressions in an ObjectFactory

2013-09-13 Thread Xavier Dury
When I try the following: ELProcessor processor = new ELProcessor(); processor.getELManager().importClass(java.io.File); processor.eval(File('./')); I get javax.el.ELException: java.lang.IllegalArgumentException: Cannot convert ./ of type class java.lang.String to class java.net.URI. I'm using

Re: problem with Remote Address Filter

2013-09-13 Thread Mark H. Wood
On Thu, Sep 12, 2013 at 01:14:58PM -0700, Garey Mills wrote: I'm running Apache Tomcat Version 7.0.29. I have inserted a Remote Address filter into server.xml inside of the Host tag. It is not blocking addresses that are not in Allow. That's probably because Filters don't go there. They

Re: too many apache digester logs

2013-09-13 Thread Konstantin Kolinko
catalina.properties http://tomcat.10.x6.nabble.com/file/n5004650/catalina.properties consoleoutput.txt http://tomcat.10.x6.nabble.com/file/n5004650/consoleoutput.txt Citing from that consoleoutput.txt, for future readers: [[[ Sep 12, 2013 1:04:10 PM

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Konstantin Kolinko
2013/9/13 Igor Urisman igor.uris...@gmail.com: Dear all, It appears that if I obtain the ServletContext object via Spring's WebApplicationInitializer mechanismhttp://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/web/WebApplicationInitializer.html, it is not yet

Re: New website skin looks great

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lance, On 9/12/13 4:28 PM, Campbell, Lance wrote: WOW! I love the new design of the tomcat web site. It looks much more professional and refined. It is also much easier to read. The prior background colors caused the text to run together.

Re: problem with Remote Address Filter

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Garey, On 9/12/13 4:14 PM, Garey Mills wrote: I'm running Apache Tomcat Version 7.0.29. I have inserted a Remote Address filter into server.xml inside of the Host tag. It is not blocking addresses that are not in Allow. :( I am using the

Re: Registering Plugins, e.g. javax.imageio...

2013-09-13 Thread Shanti Suresh
On Thu, Sep 12, 2013 at 11:06 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shanti, I think you are confused about a few things. Flushing the stream does not close it, but the finalizer I believe also closes the stream as

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Niki Dokovski
On Fri, Sep 13, 2013 at 7:56 AM, Igor Urisman igor.uris...@gmail.comwrote: Dear all, It appears that if I obtain the ServletContext object via Spring's WebApplicationInitializer mechanism

Re: too many apache digester logs

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fachhoch, On 9/12/13 9:31 PM, fachhoch wrote: Thanks for your reply , I attached my loggin.properties logging.properties http://tomcat.10.x6.nabble.com/file/n5004666/logging.properties please tell me what is wrong in this . Several things:

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 9/13/13 7:50 AM, Konstantin Kolinko wrote: I see no issue here, as both WebSocket implementation and Spring's WebApplicationInitializer rely on use of javax.servlet.ServletContainerInitializer to initialize themselves.

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Igor Urisman
I couldn't agree more. WebSocket is provided by the container. But the time any app code gets to run, Spring of Fall, container ought to be done. -Igor. On Fri, Sep 13, 2013 at 10:38 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Nick Williams
On Sep 13, 2013, at 12:42 PM, Igor Urisman wrote: I couldn't agree more. WebSocket is provided by the container. But the time any app code gets to run, Spring of Fall, container ought to be done. -Igor. On Fri, Sep 13, 2013 at 10:38 AM, Christopher Schultz

Re: 8.0.0 RC1: WebSocket ServerContainer servlet context attribute gets set too late.

2013-09-13 Thread Niki Dokovski
On Fri, Sep 13, 2013 at 8:55 PM, Nick Williams nicho...@nicholaswilliams.net wrote: On Sep 13, 2013, at 12:42 PM, Igor Urisman wrote: I couldn't agree more. WebSocket is provided by the container. But the time any app code gets to run, Spring of Fall, container ought to be done.

Re: Using EL expressions in an ObjectFactory

2013-09-13 Thread Daniel Mikusa
On Sep 13, 2013, at 3:27 AM, Xavier Dury kal...@hotmail.com wrote: When I try the following: ELProcessor processor = new ELProcessor(); processor.getELManager().importClass(java.io.File); processor.eval(File('./')); I get javax.el.ELException: java.lang.IllegalArgumentException: Cannot

Multi-URL Access 1 Webapp

2013-09-13 Thread Chris Arnold
Tomcat 7.0.3 i believe on SLES11 SP2. We have a web app that you access from http://domain.tld/share. What we want to do is have clients access the same web app only from http://share.domain.tld. The domain part of that URL will change per client. So, some will get to it like

RE: Multi-URL Access 1 Webapp

2013-09-13 Thread Caldarale, Charles R
From: Chris Arnold [mailto:carn...@electrichendrix.com] Subject: Multi-URL Access 1 Webapp Tomcat 7.0.3 i believe Not bloody likely - 7.0.3 was never released. If you really are running on 7.0.3, you need to upgrade ASAP. We have a web app that you access from http://domain.tld/share.

Re: Multi-URL Access 1 Webapp

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 9/13/13 4:38 PM, Caldarale, Charles R wrote: From: Chris Arnold [mailto:carn...@electrichendrix.com] Subject: Multi-URL Access 1 Webapp Tomcat 7.0.3 i believe Not bloody likely - 7.0.3 was never released. If you really are

Re: Using a P7B certificate file

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/13/13 5:29 PM, James H. H. Lampert wrote: On 9/11/13 5:22 AM, Christopher Schultz wrote: Okay, great: you have a chain of certificates and could, with a bit of effort, convert that into a Java keystore or a PEM-encoded file for use

Re: Using a P7B certificate file

2013-09-13 Thread James H. H. Lampert
On 9/11/13 5:22 AM, Christopher Schultz wrote: Okay, great: you have a chain of certificates and could, with a bit of effort, convert that into a Java keystore or a PEM-encoded file for use with OpenSSL (and httpd, tcnative, etc.). Without the private key, though, you aren't going to get very

Question about non-default keystore passwords

2013-09-13 Thread James H. H. Lampert
Up until the situation prompting my P7B thread this week, I hadn't bothered with non-default passwords, given that they then have to be inserted into the server.xml file in order for them to work. Have I missed something (I'm sure I've missed a great deal.) Is there a way to use a non-default

Re: Question about non-default keystore passwords

2013-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/13/13 5:38 PM, James H. H. Lampert wrote: Up until the situation prompting my P7B thread this week, I hadn't bothered with non-default passwords, given that they then have to be inserted into the server.xml file in order for them to

RE: Question about non-default keystore passwords

2013-09-13 Thread Caldarale, Charles R
From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Subject: Question about non-default keystore passwords Is there a way to use a non-default password *without* having to put the password in server.xml, for anybody with command-line access to the system to see it? If you're

Re: too many apache digester logs

2013-09-13 Thread fachhoch
Are you sure the file you posted is actually conf/logging.properties? Yes Are you sure you aren't using log4j or some other logger? If so, conf/logging.properties is not the right file to be editing. My app uses log4j and it has log4j.xml also in this filedigester to log only error Do