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 com.sun.faces.facelets.impl.DefaultFaceletFacto

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 wrote: >> From: lux-integ [mailto:lux-in...@btconnect.com] >> Subject: compiling tomcat6020 from source on modern amd

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

2009-12-13 Thread Zacheusz Siedlecki
Right - I meant native APR (with IO functionality) not connectors in jars Regards, Zacheusz On Sun, Dec 13, 2009 at 11:27 AM, Pid Ster wrote: > On 13 Dec 2009, at 10:01, lux-integ wrote: > >> On Sunday 13 December 2009 04:40:23 am Zacheu

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 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. Fo

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

2009-12-19 Thread Zacheusz Siedlecki
AM, Caldarale, Charles R 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 respons

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 wrote: > > Hello. > I have TomCat server on production and have from 80 up to 400 requests per > second. > > In server.xml I have

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 use:8443 Regards, Zacheusz On Tue, Dec 22, 2009 at 7:18 AM, Tomcat1 wrote: > > hi, > i have Tomcat 6.0.20. i config server.xml to work with SS

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 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. p2.do

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 pic

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 wrote: > On 29/12/2009 14:04, Peter Crowther wrote: >> 2009/12/29 DOrlov >> >>> >>> Hello, I have TomCat 6 server and I have 3 SSL sertificates for: >>> >>> 1. p.domain.com >>> 2. p1.

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

2010-01-07 Thread Zacheusz Siedlecki
t.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) Can You help with this? Regards, Zacheusz On Sat, Dec 19, 2009 at 10:03 AM, Zacheusz Siedlecki wrote: > First of all thanks for your replay. I hoped that there is known > problem with Tomcat and Mojjara 2.0.2