Hi Ted, On 29 Dec 2025, at 2:59 am, Theodore Petrosky via Webobjects-dev <[email protected]> wrote:
> How do I 'Install' my app now that I am using maven. ANT was easy and I > understood it. I am sure this will be easy too. Firstly, build your application and webserverresources bundles with: $ mvn package If your app is called "Foo", that will leave Foo.woapplication.tar.gz and Foo.wowebserverresources.tar.gz in the 'target' directory of your project. What you do next is a bit setup-dependent, but if you're using my wo-on-ec2 approach, you need to: * unzip then untar Foo.woapplication.tar.gz into /opt/WOApplications * unzip then untar Foo.wowebserverresources.tar.gz into /opt/WOWebServerResources/WebObjects Then set up an app instance in JavaMonitor in the usual way. Let us know how you go, and feel free to ask further questions. -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/
