Skip to content

Commit f3b0561

Browse files
committed
Update README
1 parent 6a6a4a5 commit f3b0561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PV name: `HELLO`
3838

3939
## Install
4040
1. Download Java 8+
41-
1. Download [Apache Tomcat 7, 8, or 9](http://tomcat.apache.org/)
41+
1. Download [Apache Tomcat 11](http://tomcat.apache.org/)
4242
1. Download [epics2web.war](https://github.com/JeffersonLab/epics2web/releases) and drop it into the Tomcat webapps directory
4343
1. Start Tomcat and navigate your web browser to localhost:8080/epics2web
4444

@@ -78,7 +78,7 @@ org.jlab.epics2web.level = ALL
7878
**Note**: This example is for older versions of Tomcat as newer version use an AsyncFileHandler. Refer to your logging configuration guide for your version of Tomcat.
7979

8080
## Build
81-
This project is built with [Java 17](https://adoptium.net/) (compiled to Java 8 bytecode), and uses the [Gradle 7](https://gradle.org/) build tool to automatically download dependencies and build the project from source:
81+
This project is built with [Java 21](https://adoptium.net/) (compiled to Java 21 bytecode), and uses the [Gradle 9](https://gradle.org/) build tool to automatically download dependencies and build the project from source:
8282

8383
```
8484
git clone https://github.com/JeffersonLab/epics2web

0 commit comments

Comments
 (0)