Skip to content
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

Issue #10158 - tests to prove out XML only based deployment technique #10209

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Aug 1, 2023

Adding test case to DistributionTests to show that an XML based deployment (with the WAR outside of the ${jetty.base}/webapps/ directory) is possible.

Copy link
Contributor

@janbartel janbartel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it builds, it's fine.


String[] argsStart = {
"jetty.http.port=" + httpPort,
"jetty.httpConfig.port=" + httpPort
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property jetty.httpConfig.port does not exist, remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property is present in many other places as well.
I'll make a different PR to correct all of the deprecated properties.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened Issue #10334

@joakime joakime merged commit 7cd5549 into jetty-12.0.x Aug 17, 2023
2 checks passed
@joakime joakime deleted the fix/12.0.x/deploy-xml-file branch August 17, 2023 21:49
gregw added a commit that referenced this pull request Aug 27, 2023
Implemented a simpler default environment algorithm where an application that does not specify an environment is always attempted in the default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants