]
Brian Leathem updated RF-12677:
-------------------------------
Fix Version/s: 5-Tracking
(was: 4.3.0.CR1)
Showcase - deploying from eclipse - update docs
-----------------------------------------------
Key: RF-12677
URL:
https://issues.jboss.org/browse/RF-12677
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: doc, showcase
Affects Versions: 4.3.0.M3
Reporter: Juraj Húska
Priority: Minor
Fix For: 5-Tracking
I found deploying showcase from eclipse non trivial and IMHO it should be documented in
docs somewhere. Good place is
[
readme.txt|https://github.com/richfaces/showcase/blob/develop/readme.txt] of showcase
repository I think.
There is mentioned how to deploy from CLI and how to import showcase to eclipse but it
misses info how to deploy from eclipse.
To deploy from eclipse on jboss as 7.1.x one needs to:
# set maven profile to {{jbas71}}
# alter deployment assembly to contains {{resources-jbas71}}, {{webapp-jbas71}},
{{wepapp}}, {{resources}}
# start container with {{standalone-full.xml}} configuration
# be aware of the fact that eclipse likes to add empty persistent.xml by default if it
is there, so one need to check it and remove it
# eclipse tool ignores context root from jboss-web.xml, so it loads
{{richfaces-showcase}} instead of correct showcase context root (I believe it is caused by
JBIDE-473).
Feel free to ask me for pull request or reject it if you found it too much detailed for
that [
readme.txt|https://github.com/richfaces/showcase/blob/develop/readme.txt].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: