[ 
https://issues.apache.org/jira/browse/FEDIZ-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491022#comment-13491022
 ] 

Glen Mazza commented on FEDIZ-32:
---------------------------------

mvn tomcat:run will deploy to a standalone (not embedded, AFAIK) Tomcat 
instance, and perhaps we could facilitate that if we haven't already, but the 
user would need to still need to configure his Maven settings.xml file with the 
Tomcat usernames and passwords for each Tomcat instance, as well as configure 
the Tomcat RP instance with Fediz libraries.  So not much may be gained, except 
perhaps the need to manually copy the WAR's in the Tomcat web-inf folders could 
be avoided.

A quick trying out of the example doesn't really show anything--you might as 
well create an HTML page that says "Hello World" if that's your only goal.  
Rather, it's manually configuring the Tomcat instances with webapps and the 
necessary keys that is the real lesson 
(http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/samplekeys/HowToGenerateKeysREADME.html?revision=1364769&view=co).
  Even if you could quickly view a HelloWorld.html you're still gonna need that 
lesson.
                
> SimpleWebapp example to startup the IDP, STS and RP from maven
> --------------------------------------------------------------
>
>                 Key: FEDIZ-32
>                 URL: https://issues.apache.org/jira/browse/FEDIZ-32
>             Project: CXF-Fediz
>          Issue Type: Improvement
>          Components: Examples
>            Reporter: chris snow
>
> It would be great if the simpleWebapp example ran directly from a maven 
> command line, for example:
> {code}
> mvn tomcat:run
> {code}
> This command would setup the IDP, STS and RP war files in the embedded tomcat 
> instance(s) allowing new users to quickly try out the example.

--
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: http://www.atlassian.com/software/jira

Reply via email to