-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for war plugin webResources #767
Comments
The app config file will be:
|
Without the line
With that line, Status 200 and: |
It took a little work to get the site working locally but the layout was incorrect. Since the server found the web resources I'll close this issue. |
Thanks a lot for the fix. I was able to test it successfully on my side as well. @turkeylurkey : Would you know when the next release of the plugin is expected ? |
@andre-doherty We are actually working on getting a release out by the end of this month. |
@cherylking That sounds great. Thanks a lot |
I've been experimenting with using dev mode with the Open Liberty website. The Open Liberty website build is a little convoluted because the web content is built with jekyll and the jekyll build runs prior to the maven build and writes the content into a separate directory.
The maven build uses the war packager which has some configuration to pick up the web resources from additional locations and it is pointed at the output of the jekyll build. This configuration is ignored by the dev mode. The configuration is this:
the generated app config looks like this:
which means it doesn't contain the generated content. This isn't a massive problem if all I'm doing is changing the JAX-RS backend, but it is a problem when looking at the front end and backend.
The website github project is here: https://github.com/openliberty/openliberty.io
The text was updated successfully, but these errors were encountered: