If you can I would roll out the application as a Spring-boot app with the embedded container that's where things are going.....
On Thursday, 22 February 2018 03:19:19 UTC+10, George Lawson-Crowson wrote: > > Hello all, > > Thanks for the help! I installed Tomcat v8.5 following this guide > <https://www.vultr.com/docs/how-to-install-apache-tomcat-8-on-centos-7> > and was able to get CAS running. Super excited to start digging around. > > If possible I recommend adding suggested Tomcat / servlet container > versions to this section of the docs > <https://apereo.github.io/cas/5.0.x/planning/Installation-Requirements.html#servlet-containers> > . > > Sincerely, > George > > On Mon, Feb 19, 2018 at 1:54 PM, Man H <[email protected] <javascript:>> > wrote: > >> Check java version >> >> 2018-02-18 20:52 GMT-03:00 Matthew Hannay <[email protected] >> <javascript:>>: >> >>> I have built CAS as a standalone war and deployed to Tomcat >>> 7.latest_stable(7.0.85) and I get a >>> Caused by: java.lang.NoClassDefFoundError: >>> org/apache/tomcat/util/descriptor/tld/TldParser >>> >>> However in tomcat 8 >>> deploys fine >>> >>> I am suspecting a difference in Servlet / JSP / EL specs between tomcat >>> 7 and 8 >>> http://tomcat.apache.org/whichversion.html >>> >>> Does anyone know of the top of their head what JEE specs (Servlet / JSP >>> / EL) CAS 5.2+ supports? >>> I will Dig into the code and POMs to work it out. >>> >>> --Matt >>> >>> >>> >>> >>> >>> >>> >>> On Tuesday, 9 January 2018 08:23:47 UTC+10, George Lawson-Crowson wrote: >>>> >>>> Hello! I'm trying to install CAS and am getting Tomcat errors saying >>>> that I'm missing the TldParser JAR. If you could help, please respond to >>>> my >>>> StackOverflow question >>>> <https://stackoverflow.com/questions/48157530/tomcat-cas-missing-tldparser> >>>> . >>>> >>>> Sincerely, >>>> George Crowson >>>> Systems Developer >>>> Southwestern University >>>> >>> -- >>> - Website: https://apereo.github.io/cas >>> - Gitter Chatroom: https://gitter.im/apereo/cas >>> - List Guidelines: https://goo.gl/1VRrw7 >>> - Contributions: https://goo.gl/mh7qDG >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "CAS Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/d2d7a569-6ea7-44f3-b3c8-fd16ef59af5c%40apereo.org >>> >>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/d2d7a569-6ea7-44f3-b3c8-fd16ef59af5c%40apereo.org?utm_medium=email&utm_source=footer> >>> . >>> >> >> -- >> - Website: https://apereo.github.io/cas >> - Gitter Chatroom: https://gitter.im/apereo/cas >> - List Guidelines: https://goo.gl/1VRrw7 >> - Contributions: https://goo.gl/mh7qDG >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "CAS Community" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/a/apereo.org/d/topic/cas-user/UGU1yCALBDE/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMY5mic-k3%3Da%3D8vmPxs7F%2B9qr5b0%2BihPTsfW6XvmCdmTUczJPA%40mail.gmail.com >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMY5mic-k3%3Da%3D8vmPxs7F%2B9qr5b0%2BihPTsfW6XvmCdmTUczJPA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/15ad1e0d-8771-4d4e-89d5-d56a3fe91318%40apereo.org.
