Reading-eScience-Centre / ncwms

ncWMS - A Web Map Service for displaying environmental data over the web
Other
62 stars 30 forks source link

Question, under what java/tomcat version should I run the prebuilt war files #85

Closed john-jinghai-ma closed 2 years ago

john-jinghai-ma commented 2 years ago

Version 2.4.0 apparently requires java8. It won't work in openjdk11 because of missing some XML package. Version 2.5.1 is compiled to java 11 byte code.

I am having an issue with 2.5.* under openjdk11/tomcat8.5, but really want to make sure the environment is setup right before reporting an issue/bug.

guygriffiths commented 2 years ago

With 2.5.* you'll need Java 11. I use tomcat 9, so that definitely works, but I don't know about 8.5. If you're having any issues though I'm happy to take a look if you post more details/logs/etc here.

john-jinghai-ma commented 2 years ago

Thank you. It would be great if such information can be documented somewhere.