Re: Possible Tomcat 8.0.3 issue

2014-03-13 Thread burghard.britzke
may be restarting the context would even be sufficient? May be the FacesServlet has an issue which implementation are you using? which version? which version of PrimeFaces? sincerely burghard. Am 13.03.2014 um 12:44 schrieb Felipe Jaekel : > Yestarday my PrimeFaces applications started to cras

Re: Run TomEE as a daemon

2012-07-23 Thread burghard.britzke
export JAVA_HOME=[Location of Java installaation] (for bash-like shell) or setenv ${JAVA_HOME} [Location of Java installaation] (for csh or tcsh) Then Rey again. Is Java installed on your machine? burghard@iSir Am 23.07.2012 um 18:12 schrieb Miguel Bandala : > Hi, I'm trying to run TomEE as a

Re: Client Authentication using SSL

2012-07-11 Thread burghard.britzke
may be that article helps: http://www.tomcatexpert.com/blog/2012/07/10/enabling-ssl-communication-and-client-certificate-authentication-between-apache-web- burghard. Am 12.07.2012 um 01:25 schrieb Jeffrey Janner: > Reposting to the list, as that's the way > > Esmond, > We already implement

Re: Any way to deal with too many request per second?

2012-07-05 Thread burghard.britzke
a Filter may help. But the clients must handle the situations if they are rejected because of the load. burghard@iSir Am 05.07.2012 um 02:35 schrieb Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian, > > On 6/29/12 7:57 PM, Brian Braun wrote: >> I created a R

Re: EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-11 Thread burghard.britzke
But it for in common the El-Resolver should be able to convert the 'w' into a java.lang.Long in this case. May be this is an issue with Tomcat 7.0.27? Should somebody (may be I) file this at https://issues.apache.org/ ? Sincerly, burghard.britzke Am 11.06.2012 um 11:22 schrieb burgha

Re: EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-11 Thread burghard.britzke
Thank you! your tip did it. I changed the property type to string because 119 is more ambigous than 'w' in this case. Sincerly, burghard.britzke Am 11.06.2012 um 09:58 schrieb Konstantin Kolinko: > 2012/6/11 burghard.britzke : >> with tomcat 7.0.27, primefaces 3.3, myfaces

EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-10 Thread burghard.britzke
with tomcat 7.0.27, primefaces 3.3, myfaces 2.1.17, weld 1.1.8 for the jsf-source Line 56: Line 58: and the bean public class Person implements Serializable { @Column(name = "\"geschlecht\"", nullable = false, length = 1) private char geschlecht; ... an Exception is thrown jav