Skip to content

Commit 553221a

Browse files
committed
markdown docs
1 parent 1ec45b1 commit 553221a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/auxiliary/admin/http/tomcat_administration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The administrator application was removed as of Tomcat 6. Tomcat 5.5.36 is available from [apache](https://archive.apache.org/dist/tomcat/tomcat-5/v5.5.36/). This does not have the `admin` app bundled though, and can be downloaded [here](https://archive.apache.org/dist/tomcat/tomcat-5/v5.5.36/bin/apache-tomcat-5.5.36-admin.zip).
44

5-
To utilize the `admin` application, a user must have the permission `admin` applied to their account. The following user line will handle all necessary permissions: `<user username="tomcat" password="tomcat" roles="admin">`.
5+
To utilize the `admin` application, a user must have the permission `admin` applied to their account. The following user line will handle all necessary permissions: `<user username="tomcat" password="tomcat" roles="admin"/>`.
66

77
## Verification Steps
88

@@ -21,7 +21,7 @@
2121

2222
**rport**
2323

24-
The default is set to `8180`, which is only default on FreeBSD. All other operating systems, and the software itself, default to 8080.
24+
The default is set to `8180`, which is only default on FreeBSD. All other operating systems, and the software itself, default to `8080`.
2525

2626
## Scenarios
2727

0 commit comments

Comments
 (0)