Skip to content

Commit 0f4e30c

Browse files
author
Thomas Weise
committed
Another Slight Improvement to the Documentation Formatting
1 parent c204e83 commit 0f4e30c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

javaServerPages/examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If you import this project in [Eclipse](http://www.eclipse.org), it may first sh
9999
6. Now the structure of the project in the `package view` should slightly change, the project will be re-compiled, and the errors should disappear.
100100

101101

102-
## 2.2. Build Project in Eclipse
102+
### 2.2. Build Project in Eclipse
103103

104104
Now you can actually build the project, i.e., generate a [`war`](https://en.wikipedia.org/wiki/WAR_file_format_%28Sun%29) file that you can deploy in a [servlet container](https://en.wikipedia.org/wiki/Web_container). For building this `war`, take the following steps:
105105

@@ -118,9 +118,9 @@ Now you can actually build the project, i.e., generate a [`war`](https://en.wiki
118118
13. The build will start, you will see its status output in the console window.
119119
14. The folder `target` will contain a file `myJSPs.war` after the build. This is the deployable archive with our application.
120120

121-
## 2.3. Deploy
121+
### 2.3. Deploy
122122

123-
### 2.3.1. Deploy to GlassFish
123+
#### 2.3.1. Deploy to GlassFish
124124

125125
[GlassFish](https://glassfish.java.net/) is a reference implementation of a Java EE 7 application server.
126126

javaServlets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you import this project in [Eclipse](http://www.eclipse.org), it may first sh
4646
6. Now the structure of the project in the `package view` should slightly change, the project will be re-compiled, and the errors should disappear.
4747

4848

49-
## 2.2. Build Project in Eclipse
49+
### 2.2. Build Project in Eclipse
5050

5151
Now you can actually build the project, i.e., generate a [`war`](https://en.wikipedia.org/wiki/WAR_file_format_%28Sun%29) file that you can deploy in a [servlet container](https://en.wikipedia.org/wiki/Web_container). For building this `war`, take the following steps:
5252

@@ -65,7 +65,7 @@ Now you can actually build the project, i.e., generate a [`war`](https://en.wiki
6565
13. The build will start, you will see its status output in the console window.
6666
14. The folder `target` will contain a file `myServlets.war` after the build. This is the deployable archive with our application.
6767

68-
## 2.3. Deploy
68+
### 2.3. Deploy
6969

7070
### 2.3.1. Deploy to GlassFish
7171

0 commit comments

Comments
 (0)