-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ensure tomcat native installs and starts correctly #120
Ensure tomcat native installs and starts correctly #120
Conversation
Apache tomcat does not distribute native archives, so we can only test this on JWS |
f326fa5
to
cfeca5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error check should be modified a bit, but otherwise looks good.
I was thinking about adding a feature to download the sources for tomcat-native from the ASF to build and test it with the Apache Tomcat distribution as well. Then we could test it outside of JWS as well, if we wanted. |
90125a2
to
52b76aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor doc change request, but everything else looks OK.
b6f9cd2
to
bbcde52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The molecule test is failing because of an undefined variable, tomcat_zipfile
.
bbcde52
to
21c1889
Compare
21c1889
to
eb9c507
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix #115
Fix #114