Giter VIP home page Giter VIP logo

Comments (3)

ind1go avatar ind1go commented on May 27, 2024

This sounds like more of a Liberty or Maven issue, but if you're doing it with a view to installing it into CICS, we can certainly help out.

It's not entirely clear to me which sample you've downloaded, so if you could link to it that would be great. However, if I assume it's this one then once you've downloaded it (unzipping it if you downloaded it as a zip) then you need to run the following, making sure that the current working directory is the same directory as the pom.xml file in the root of the downloaded project.

mvn liberty:dev

What's this doing? It's running Maven, and asking it to run the liberty:dev task of the project. That task is set up by the Liberty plugin that the pom.xml file specifies. By running the command in the same directory as the pom.xml file, Maven defaults to reading that pom.xml file as its build file.

When you run that command for the first time, a lot of stuff will be downloaded by Maven - plugins, Liberty, and so on. Eventually, you'll see two important lines:

...
CWWKT0016I: Web application available (default_host): http://my-host:9080/
...
CWWKF0011I: The sampleAppServer server is ready to run a smarter planet. The sampleAppServer server started in x.xxx seconds.
...

Now you're good to go - open the link to that web app and you'll see the sample website.

from cics-bundle-maven.

rbarrin2 avatar rbarrin2 commented on May 27, 2024

Yes - trying the sample-getting-started liberty application. Thank you for your explanation. I did see something unexpected with the provided integration test(s) and posted an issue in sample-getting-started.
.

from cics-bundle-maven.

rbarrin2 avatar rbarrin2 commented on May 27, 2024

Thanks again for your help.

from cics-bundle-maven.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.