[
https://issues.apache.org/jira/browse/TRINIDAD-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott O'Bryan resolved TRINIDAD-1089.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.9-core
1.0.9-core
Cool, well in either case, this is also an issue with some other containers
that I've hit recently. Most of the options are primarily for building the
wars...
So, to solve this issue for JSF1.2, all you need to do is compile the examples
as so:
mvn clean install -PincludeJSF,includeJSTL
And you should then have a war that will run on tomcat.
Have fun.
> trinidad-demo.war does not run in non-J2EE container as distributed.
> --------------------------------------------------------------------
>
> Key: TRINIDAD-1089
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1089
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.0.8-core, 1.2.8-core
> Reporter: Paul Spencer
> Assignee: Scott O'Bryan
> Fix For: 1.0.9-core, 1.2.9-core
>
>
> The trinidad-demo.war does not run in a non-J2EE container, like Tomcat, as
> distributed in examples.zip/tar.gz. This is due to a missing JSTL jar which
> is provided by a J2EE container. This improvement is simplify the process of
> installing the demo in a non-J2EE container. Changes should include
> documentation included in the distribution and available on demo project's
> web site. Additional change may be required in the POM.
> Their is a related thread titled "Trinidad] Should a non-J2EE demo war be
> added to the distribution" in the myfaces-dev mailing list. [1]
> ***
> * The procedure I used to run trinidad-demo.war in Tomcat 6.0.16
> ***
> 1) Download the examples distribution
> 2) Copy the trinidad-demo.war from the distribution to Tomcat's webapps
> directory
> 3) After Tomcat exploded the war, I copied jstl-1.2.jar into the WEB-INF/lib
> directory of the exploded war.
> 4) Restart tomcat.
> [1] http://markmail.org/message/7ah2zedr57ppzfx6
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.