-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
War missing web.xml in WEB_INF? #6
Comments
It isn’t supposed to have a |
404 not found. Tomcat opened the war, using the full name of that directory failed to boot it. The war was dropped in tomcat's webapps directory |
So you dropped What (if any) errors do you see in the Tomcat log files? |
Catalina log says springboot is missing a dependency. I'm going to attempt to attach that log here. |
other factors: maven 3.6 and openjdk-11 are installed |
Right, that problem is because you are using jdk 11. We're not sure why it's a problem but a fix that worked in java 9 and 10v had stopped working in 11. I've fixed it in the current master of gate-core but not updated Mimir to pull that in yet. If you can run on Java 10 the error should go away. |
This is probably related to GateNLP/gate-core#83 which was fixed a couple of days ago - it seems JAXB is no longer available by default in Java 11. Mimir 6.1 will work if you run tomcat under Java 8 instead of 11 (this is what our docker image does), and I’ll mark this issue as fixed once the latest snapshot of Mimir is updated to depend on |
I'm not in a hurry to use it; it's going to become important in a few months, so I'll wait. I'm assuming this will self-resolve soon, with another release. Meanwhile, I ran into similar problems with maven projects on that nix box; the fix was adding this to the pom's
|
Just booted the latest war file in a fresh tomcat 8+ on 64-bit ubuntu. Tomcat cannot find it. I looked inside; while all the other apps in tomcat had a web.xml, I found none in mimir. Perhaps I'm missing something?
The text was updated successfully, but these errors were encountered: