-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Allow disable neutral root page #39
base: master
Are you sure you want to change the base?
Conversation
…neutral-root-page
Sounds like a good plan! The build/test fails now, I think a modification is required. The error: (condensed)
I think the condition should be changed a little. You now have:
I guess you need to check if
Could you try that? Thank! |
ef19d23
to
3501b9b
Compare
Hi, Strange I configured a default to yes ... ? |
Hm, now there is a check (in
I also see that
- name: "tomcat-autodeploy"
shutdown_port: 8026
non_ssl_connector_port: 8091
ssl_connector_port: 8453
ajp_port: 8200
autodeploy: yes Thanks! |
I'm interested in this functionality and news on this i can help if needed ? |
name: Pull request
about: Disable upload of neutral page and allow context
Describe the change
I propose this change to disable the management of the neutral page in case of you want to purge the default ROOT webapp and to allow a context (to map an app to the ROOT path by example)
Testing
I'm using it