Re: How to JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat?

2010-01-07 Thread Zacheusz Siedlecki
(HttpServlet.java:717) Can You help with this? Regards, Zacheusz On Sat, Dec 19, 2009 at 10:03 AM, Zacheusz Siedlecki zacheu...@gmail.com wrote: First of all thanks for your replay. I hoped that there is known problem with Tomcat and Mojjara 2.0.2. I tried on Tomcat 6.0.20

Re: TomCat multiple ssl support

2009-12-29 Thread Zacheusz Siedlecki
You could modify connector sources. Regards, Zacheusz On Tue, Dec 29, 2009 at 1:56 PM, Mark Thomas ma...@apache.org wrote: On 29/12/2009 12:30, DOrlov wrote: Hello, I have TomCat 6 server and I have 3 SSL sertificates for: 1. p.domain.com 2. p1.domain.com 3.

Re: TomCat multiple ssl support

2009-12-29 Thread Zacheusz Siedlecki
These are three different domains. Theoretically you can choose cerfificate for subdomain. Look at: RFC 4680: TLS Handshake Message for Supplemental Data RFC 4366: Transport Layer Security (TLS) Extensions Basically, the client sends the target host during the initial handshake so you can

Re: TomCat multiple ssl support

2009-12-29 Thread Zacheusz Siedlecki
Exactly Thomas :) Regards, Zacheusz On Tue, Dec 29, 2009 at 3:28 PM, Mark Thomas ma...@apache.org wrote: On 29/12/2009 14:04, Peter Crowther wrote: 2009/12/29 DOrlov dor...@redaril.com Hello, I have TomCat 6 server and I have 3 SSL sertificates for: 1.

Re: TomCat 6 performance issues

2009-12-21 Thread Zacheusz Siedlecki
This could be problem with memmory and GC. Please show your jvm memmory settings. Regards, Zacheusz On Tue, Dec 22, 2009 at 6:36 AM, DOrlov dor...@redaril.com wrote: Hello. I have TomCat server on production and have from 80 up to 400 requests per second. In

Re: Tomcat shutdown automaticly after randomaly period of time

2009-12-21 Thread Zacheusz Siedlecki
I think it happens when another process else uses port 8443 : java.net.BindException: Address already in usenull:8443 Regards, Zacheusz On Tue, Dec 22, 2009 at 7:18 AM, Tomcat1 z...@amdocs.com wrote: hi, i have Tomcat 6.0.20. i config

Re: How to JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat?

2009-12-19 Thread Zacheusz Siedlecki
AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: zacheu...@gmail.com [mailto:zacheu...@gmail.com] On Behalf Of Zacheusz Siedlecki Subject: Re: How to JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat? Nobody knows? Probably not, since you got zero responses to your original query

Re: How to JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat?

2009-12-15 Thread Zacheusz Siedlecki
Nobody knows? Regards, Zacheusz On Sat, Dec 12, 2009 at 10:35 PM, Zacheusz Siedlecki zacheusz.siedle...@gmail.com wrote: Can I use JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat? With Jetty and Glassfish Mojarra works fine. With Tomcat I get facelets exception. For example

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread Zacheusz Siedlecki
04:40:23 am Zacheusz Siedlecki wrote: Don't compile jar files.  If you prefer, you may compile native connectors.            Regards,                    Zacheusz On Sun, Dec 13, 2009 at 3:54 AM, Caldarale, Charles R Thanks but I find the advice a bit cryptic.  Do you mean the ones (taken

How to JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat?

2009-12-12 Thread Zacheusz Siedlecki
Can I use JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat? With Jetty and Glassfish Mojarra works fine. With Tomcat I get facelets exception. For example java.io.FileNotFoundException: /welcome.xhtml Not Found in ExternalContext as a Resource

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-12 Thread Zacheusz Siedlecki
Don't compile jar files. If you prefer, you may compile native connectors. Regards, Zacheusz On Sun, Dec 13, 2009 at 3:54 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: lux-integ [mailto:lux-in...@btconnect.com] Subject: compiling tomcat6020