[java-idp-tomcat-base] 02/10: Create default context webapps/ROOT
Tom Zeller
tzeller at dragonacea.biz
Tue Aug 8 12:44:07 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10.1
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=161dbd036b17484a9174eea2bd665245b75378e3
commit 161dbd036b17484a9174eea2bd665245b75378e3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 25 11:08:55 2023 -0500
Create default context webapps/ROOT
https://tomcat.apache.org/tomcat-10.1-doc/config/context.html
In addition, a Context must be present with a context path equal to a
zero-length string. This Context becomes the default web application for
this virtual host, and is used to process all requests that do not match
any other Context's context path.
---
src/main/resources/tomcat-base/webapps/{ => ROOT}/.gitkeep | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/tomcat-base/webapps/.gitkeep b/src/main/resources/tomcat-base/webapps/ROOT/.gitkeep
similarity index 100%
rename from src/main/resources/tomcat-base/webapps/.gitkeep
rename to src/main/resources/tomcat-base/webapps/ROOT/.gitkeep
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list