I have installed jsf-spring-3.0.0RC2-testsuite on tomcat server with my-faces. The application works perfectly fine.
However, when I replace myfaces with JSF reference implementation jars, I have some error when start tomcat server. Have anyone ever try this before? Please let me know your solution.
Your advices are appreciated. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It shouldn't work out of the box without reconfiguration. Can you please post error message/stack traces you get? Also please specify the jars you removed/added.
Cheers,
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the error messages is:
May 19, 2006 8:46:34 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 19, 2006 8:46:34 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jsfspring] startup failed due to previous errors
ContextListener: attributeAdded('com.sun.faces.ApplicationAssociate', 'com.sun.f
aces.application.ApplicationAssociate@1a8d460')
ContextListener: attributeAdded('com.sun.faces.ApplicationAssociate', 'com.sun.f
aces.application.ApplicationAssociate@102a0a5')
And
I replaced myfaces-api.jar and myfaces-impl.jar with jsf-api.jar/jsf-impl.jar.
Thank u.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed jsf-spring-3.0.0RC2-testsuite on tomcat server with my-faces. The application works perfectly fine.
However, when I replace myfaces with JSF reference implementation jars, I have some error when start tomcat server. Have anyone ever try this before? Please let me know your solution.
Your advices are appreciated. Thanks
It shouldn't work out of the box without reconfiguration. Can you please post error message/stack traces you get? Also please specify the jars you removed/added.
Cheers,
Thomas
the error messages is:
May 19, 2006 8:46:34 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 19, 2006 8:46:34 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jsfspring] startup failed due to previous errors
ContextListener: attributeAdded('com.sun.faces.ApplicationAssociate', 'com.sun.f
aces.application.ApplicationAssociate@1a8d460')
ContextListener: attributeAdded('com.sun.faces.ApplicationAssociate', 'com.sun.f
aces.application.ApplicationAssociate@102a0a5')
And
I replaced myfaces-api.jar and myfaces-impl.jar with jsf-api.jar/jsf-impl.jar.
Thank u.
Sorry for the delay. Aren't there any other error messages/stack traces in your logs before the messages you posted? There usually should be.
Cheers,
Thomas