Re: too many apache digester logs

2013-09-12 Thread fachhoch
Thanks for your reply , I attached my loggin.properties logging.properties please tell me what is wrong in this . -- View this message in context: http://tomcat.10.x6.nabble.com/too-many-apache-digester-logs-tp5004609p500466

Re: Tomcat (build)

2013-09-12 Thread Daniel Mikusa
On Sep 12, 2013, at 2:53 PM, olivier giorgi wrote: > Hello to all, > > With Apache (http server), there are specific build IPV4 or IPV6. > > Is it the same kind of thing with Tomcat ? No. Tomcat uses the networking support provided by the JVM, which should support both IPv4 & IPv6. The o

Re: Using EL expressions in an ObjectFactory

2013-09-12 Thread Daniel Mikusa
On Sep 12, 2013, at 7:58 AM, Xavier Dury wrote: > Ok, > > I fixed the styling and the documentation. If anything else must be changed, > don't hesitate. In your docs, you state the following remark... "Try to avoid overloaded methods/constructors as much as possible in EL 3.0 expression as t

problem with Remote Address Filter

2013-09-12 Thread Garey Mills
Hi - I'm running Apache Tomcat Version 7.0.29. I have inserted a Remote Address filter into server.xml inside of the tag. It is not blocking addresses that are not in . I am using the Remote Address filter because I want to allow access only to addresses in our institution's community. T

New website skin looks great

2013-09-12 Thread Campbell, Lance
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 better. I love the subtle but clear separation and grouping of information. Thanks

Re: too many apache digester logs

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 fachhoch, On 9/12/13 1:08 PM, fachhoch wrote: > this is the output from my console lots of these logs > > catalina.properties > > > > consoleoutput.txt >

Re: Tomcat (build)

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olivier, On 9/12/13 2:53 PM, olivier giorgi wrote: > With Apache (http server), there are specific build IPV4 or IPV6. What? ASF only provides binaries for NetWare and win32, and none of them have separate IPv4 and IPv6 packages. Have a look for yo

Tomcat (build)

2013-09-12 Thread olivier giorgi
Hello to all,   With Apache (http server), there are specific build IPV4 or IPV6.   Is it the same kind of thing with Tomcat ?   If yes, where i can find these builds ? Thanks in advance.  Olivier.

Re: too many apache digester logs

2013-09-12 Thread fachhoch
this is the output from my console lots of these logs catalina.properties consoleoutput.txt Attached catalina.properties and consoleoutput.txt Please advice.

Re: [Tomcat-7.0.42/JmxRemoteLifecycleListener] rmiBindAddress vs localhost

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marcin, On 9/11/13 2:29 PM, Marcin Domański wrote: > Hi there! I am trying to setup a Tomcat instance using only > specific address for all communications. This is convenient for us > from the point of IPsec. I was able to succeed in http, https, aj

Re: How tomcat is handling bandwidth sharing across all request

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 9/11/13 3:15 PM, Arun Kumar wrote: > my native client is using http range parameter for requesting > video Excellent! The client is on the right track, then. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (Darwin) Comment:

Re: How tomcat is handling bandwidth sharing across all request

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/11/13 3:41 PM, André Warnier wrote: > Arun Kumar wrote: >> Hi >> >> We are developing small video hosting application ,we are not >> writing any special program for open the video file and send to >> player , simply we are using tomcat

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

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shanti, On 9/11/13 3:03 PM, Shanti Suresh wrote: > Hi Konstantin, Hi Chris, > > On Wed, Sep 11, 2013 at 1:43 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> >>> BTW, beware of known issue, mentioned in the FAQ, >>> http://

RE: Using EL expressions in an ObjectFactory

2013-09-12 Thread Xavier Dury
Ok, I fixed the styling and the documentation. If anything else must be changed, don't hesitate. Thanks, Xavier. > Date: Thu, 12 Sep 2013 12:01:26 +0100 > From: ma...@apache.org > To: users@tomcat.apache.org > Subject: Re: Using EL expressions in an Obj

Re: Using EL expressions in an ObjectFactory

2013-09-12 Thread Mark Thomas
On 12/09/2013 11:49, Xavier Dury wrote: > Hi, > > I implemented a simple ExpressionFactory @ > https://github.com/kalgon/expression-factory. > > I would love to see this ExpressionFactory next to > org.apache.naming.factory.BeanFactory in tomcat. No objections in principle. Haven't looked at th

RE: Using EL expressions in an ObjectFactory

2013-09-12 Thread Xavier Dury
Hi, I implemented a simple ExpressionFactory @ https://github.com/kalgon/expression-factory. I would love to see this ExpressionFactory next to  org.apache.naming.factory.BeanFactory in tomcat. Regards, Xavier > From: kal...@hotmail.com > To: users@tom