Re: [Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread Mark H. Wood
Sorry, my previous post was a bit terse. DSpace should not be including *any* version of servlet-api.jar in its webapp.s. The Servlet spec. requires that this be provided by the container. The PR previously mentioned is meant to prevent servlet-api being pulled in. I would be interested to

Re: [Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread euler
Hi Michael, Perhaps this post from SO [1] can help you. Although I can see that you already updated your pom files. [1] http://stackoverflow.com/q/29797833/1919069 http://stackoverflow.com/q/29797833/1919069 Regards, euler -- View this message in context:

[Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread Michael White
Hi, I've been trying to bring up a brand new install of DSpace 5.2 on a shiny new box with the following: Debian 8 OpenJDK 7U79 Maven 3.0.5 Ant 1.9.4 PostgreSQL 9.4 Tomcat 8.0.14 I've been able to build and deploy, but when I try and access the JSPUI, I get an Internal Server Error (XMLUI

Re: [Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread Mark H. Wood
I think you may be seeing https://jira.duraspace.org/browse/DS-2502 (Incorrect dependencies drag javax.servlet:servlet-api into all webapp.s) There's an untested patch at https://github.com/DSpace/DSpace/pull/953 -- Mark H. Wood Lead Technology Analyst University Library Indiana University -