forked from apache/tomcat80
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use https URLs in the documentation when possible
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk@1834077 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
120 changed files
with
282 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
This subproject contains the source code for Tomcat @VERSION_MAJOR_MINOR@, a container that | ||
implements the Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.1 specifications | ||
from the Java Community Process <http://www.jcp.org/>. | ||
from the Java Community Process <https://www.jcp.org/>. | ||
|
||
Note: If you just need to run Apache Tomcat, it is not necessary to build | ||
it. You may simply download a binary distribution. It is cross-platform. | ||
|
@@ -56,7 +56,7 @@ source distribution, do the following: | |
See Apache Commons DBCP project web site for more details on | ||
available versions of the library and its requirements, | ||
|
||
http://commons.apache.org/dbcp/ | ||
https://commons.apache.org/dbcp/ | ||
|
||
3. Install the JDK according to the instructions included with the release. | ||
|
||
|
@@ -71,7 +71,7 @@ source distribution, do the following: | |
|
||
2. Download a binary distribution of Ant from: | ||
|
||
http://ant.apache.org/bindownload.cgi | ||
https://ant.apache.org/bindownload.cgi | ||
|
||
3. Unpack the binary distribution into a convenient location so that the | ||
Ant release resides in its own directory (conventionally named | ||
|
@@ -99,11 +99,11 @@ package. | |
|
||
* Tomcat SVN repository URL: | ||
|
||
http://svn.apache.org/repos/asf/tomcat/tc@[email protected]/trunk/ | ||
https://svn.apache.org/repos/asf/tomcat/tc@[email protected]/trunk/ | ||
|
||
* Source packages can be downloaded from: | ||
|
||
http://tomcat.apache.org/download-@[email protected] | ||
https://tomcat.apache.org/download-@[email protected] | ||
|
||
The location where the source has been placed will be further referred as | ||
${tomcat.source}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.