jwt signature for prev.* files. Java (via handler) + README.md (Build point)

This commit is contained in:
Andrey Yumatov
2021-12-16 17:43:01 +03:00
parent 642caddae8
commit 2accdeac3b
3 changed files with 71 additions and 5 deletions

View File

@ -106,18 +106,22 @@ To run the Java example code, install the Java version appropriate for your OS a
<user username="tomcat" password="tomcat" roles="manager-gui"/>
</tomcat-users>
```
3. Upload the Java project in Tomcat Web Application Manager. For that click **Choose File** in the **WAR file to deploy** section and find the *.war* file in the Java project folder, then click **Deploy**.
3. Build the project using the following commands
```
mvn clean
mvn package
```
4. Upload the Java project in Tomcat Web Application Manager. For that click **Choose File** in the **WAR file to deploy** section and find the *.war* file in the Java project folder, then click **Deploy**.
![upload-app](screenshots/upload-app.jpg)
![war-file](screenshots/war-file.jpg)
4. You will see the project in the **Application List**:
5. You will see the project in the **Application List**:
![manager-app](screenshots/manager-app.jpg)
5. Click the link with the application name to run it.
6. Click the link with the application name to run it.
### Step 6. Check accessibility