Skip to content
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

Servlet spec requirements? #59

Closed
bviktor opened this issue Feb 18, 2019 · 2 comments
Closed

Servlet spec requirements? #59

bviktor opened this issue Feb 18, 2019 · 2 comments

Comments

@bviktor
Copy link

bviktor commented Feb 18, 2019

CentOS comes with Tomcat 7, and that doesn't seem to satisfy the requirements for Para:

Feb 18 14:36:14 hth.ad.fooworks.com server[9951]: INFO: validateJarFile(/usr/share/tomcat/webapps/ROOT/WEB-INF/lib/javax.el-api-3.0.1-b06.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/el/Expression.class
Feb 18 14:36:14 hth.ad.fooworks.com server[9951]: Feb 18, 2019 2:36:14 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
Feb 18 14:36:14 hth.ad.fooworks.com server[9951]: INFO: validateJarFile(/usr/share/tomcat/webapps/ROOT/WEB-INF/lib/javax.servlet-api-4.0.1.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 18 14:36:18 hth.ad.fooworks.com server[9951]: Feb 18, 2019 2:36:18 PM org.apache.catalina.startup.TldConfig execute

What is the required Servlet spec revision to run Para?

@bviktor
Copy link
Author

bviktor commented Feb 19, 2019

For the record, this one wasn't actually resolved, there were other JARs and various other errors in the Tomcat+WAR setup, I just didn't bother any further.

@albogdano
Copy link
Member

Deploying to Tomcat 7 is problematic. Tomcat 8 is the minimum supported version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants