Tomcat 6 « Tomcat « JSF Q&A





1. JSF 2.0 and Hibernate error    stackoverflow.com

I deployed my application to the official server and started getting this error:

Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:401) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) ...

2. Client Certificate Details and Single Sign On using Tomcat6    stackoverflow.com

I am newbie in SSO but wanted to know how I can extract details of the client certificate and setup Tomcat for the same I know that setting the value className='org.apache.catalina.authenicator.SingleSignOn' ...

3. JSF - call method with parameter (tomcat6)    stackoverflow.com

I'm trying to run my project (normally working on tomcat7) on tomcat6. But JSF can't call methods with parameters now, e.g.

<h:commandLink action="#{bean.setpage('index')}"/>
It works normally on Tomcat7.. Is it possible to call method ...

4. Tomcat 6.0 and JSF    coderanch.com

6. Problem configuring RichFaces3.2.1GA, JSF1.2 and Tomcat6+Eclipse3.4    coderanch.com

I configured the richfaces-ui-3.2.1 with my JSF1.2 project. I get the following error MY Setting: Web.xml: org.richfaces.SKIN blueSky RichFaces Filter richfaces org.ajax4jsf.Filter richfaces Faces Servlet REQUEST FORWARD INCLUDE My RichFaces Lib: richfaces-api-3.2.1.GA.jar richfaces-impl-3.2.1.GA.jar richfaces-ui-3.2.1.GA.jar ERROR: Aug 6, 2008 10:39:28 AM com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_09-b02-FCS) for context '/richFaces' Aug 6, 2008 10:39:28 AM org.apache.catalina.core.StandardContext ...

8. JSF 1.1 and Tomcat 6    coderanch.com

Hello, I don't know if this issue was already discussed, but I'm porting my application from Tomcat 5.5.25 to Tomcat 6.0.26 and I'm using JSF 1.1. I encountered problems when receiving events for Tree element. The return value for getSelected() method of Tree object is null. I tried to use other get methods from Tree class and all return null: getSubmittedValue(), ...

9. JSF2 on Tomcat6    coderanch.com





10. JSF 2.0 with Tomcat 6    coderanch.com

11. JSF, Java Studio Creator and Tomcat 6...    forums.oracle.com