[ 
http://mifosforge.jira.com/browse/MIFOS-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=66564#comment-66564
 ] 

Michael Vorburger edited comment on MIFOS-4919 at 5/14/11 10:55 AM:
--------------------------------------------------------------------

FTR here is how I got the executable-war-archetype/ example to work:

svn checkout http://executable-war-archetype.googlecode.com/svn/trunk/ 
executable-war-archetype-read-only
cd executable-war-archetype-read-only/executable-war-maven-archetype/
mvn install
cd ../..
mvn archetype:create -DgroupId=your.group -DartifactId=yourArtifact 
-DarchetypeGroupId=org.tonouchi -DarchetypeArtifactId=executable-war 
-DarchetypeVersion=0.1.2
cd yourArtifact/
add the java.net repository to the war/pom.xml as explained on 
http://code.google.com/p/executable-war-archetype/wiki/HowToMakeAndRun011
mvn assembly:assembly
java -jar yourArtifact.war 
wget http://localhost:8080/yourArtifact/

      was (Author: vorburger):
    FTR here is how I got the executable-war-archetype/ example to work:

svn checkout http://executable-war-archetype.googlecode.com/svn/trunk/ 
executable-war-archetype-read-only
cd executable-war-archetype-read-only/executable-war-maven-archetype/
mvn install
cd ../..
mvn archetype:create -DgroupId=your.group -DartifactId=yourArtifact 
-DarchetypeGroupId=org.tonouchi -DarchetypeArtifactId=executable-war
cd yourArtifact/
add the java.net repository to the war/pom.xml as explained on 
http://code.google.com/p/executable-war-archetype/wiki/HowToMakeAndRun011
mvn assembly:assembly
java -jar yourArtifact.war 
wget http://localhost:8080/yourArtifact/
  
> Executable WAR: java -jar mifos.war
> -----------------------------------
>
>                 Key: MIFOS-4919
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4919
>             Project: mifos
>          Issue Type: New Feature
>            Reporter: Michael Vorburger
>            Assignee: Michael Vorburger
>            Priority: Major
>
> Based on the work I've done for Workspace 2.0 with Jetty 
> (http://mifosforge.jira.com/wiki/display/MIFOS/Workspace+2.0), I think it 
> should (hopefully) be reasonably simple to now support Mifos as an 
> "Executable WAR", i.e. launching it simply via java -jar mifos.war (no Jetty 
> download).
> This could be useful e.g. for test servers or demos, and may be even in 
> (some?) production scenarios.
> It will be an alternative - dropping the mifos.war into an 'normal' Jetty 
> container will still work.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to