Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a2672a6

Browse files
Rename to Java 8 & Tomcat 8.5
Signed-off-by: Jinbo Wang <[email protected]>
1 parent 6fd2dc7 commit a2672a6

22 files changed

+5
-5
lines changed
File renamed without changes.

containers/tomcat-8.5/.devcontainer/devcontainer.json renamed to containers/java-8-tomcat-8.5/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Tomcat 8.5",
2+
"name": "Java 8 & Tomcat 8.5",
33
"dockerFile": "Dockerfile",
44
"extensions": [
55
"vscjava.vscode-java-pack",
File renamed without changes.
File renamed without changes.

containers/tomcat-8.5/README.md renamed to containers/java-8-tomcat-8.5/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tomcat 8.5
1+
# Java 8 & Tomcat 8.5
22

33
## Summary
44

@@ -19,11 +19,11 @@ Follow these steps to use the definition:
1919
2. To use VS Code's copy of this definition:
2020
1. Start VS Code and open your project folder.
2121
2. Press <kbd>F1</kbd> select and **Remote-Containers: Create Container Configuration File...** from the command palette.
22-
3. Select the Tomcat 8.5 definition.
22+
3. Select the Java 8 & Tomcat 8.5 definition.
2323

2424
3. To use latest-and-greatest copy of this definition from the repository:
2525
1. Clone this repository.
26-
2. Copy the contents of `containers/tomcat-8.5/.devcontainer` to the root of your project folder.
26+
2. Copy the contents of `containers/java-8-tomcat-8.5/.devcontainer` to the root of your project folder.
2727
3. Start VS Code and open your project folder.
2828

2929
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
@@ -37,7 +37,7 @@ This definition includes some test code that will help you verify it is working
3737
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
3838
2. Clone this repository.
3939
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
40-
4. Select the `containers/tomcat-8.5` folder.
40+
4. Select the `containers/java-8-tomcat-8.5` folder.
4141
5. After the folder has opened in the container, press <kbd>F1</kbd>, and select **Tomcat: Add Tomcat Server**.
4242
6. In the prompted File Dialog, select `/usr/local/tomcat` and click **OK** button to add a new Tomcat Server.
4343
7. Go to VS Code Terminal viewlet, click **+** button to new a bash terminal, then run the commands below to generate a war file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)