> SEVERE: Servlet.service() for servlet jsp threw exception > javax.servlet.jsp.JspTagException: No message found under code > 'screen.welcome.welcome' for locale 'ro_RO'.
We don't have a translation for the Romanian locale. You'll need to take a look at the English locale, https://source.jasig.org/cas3/branches/cas-3_4_x_maintenance/cas-server-3.4.2/cas-server-webapp/src/main/webapp/WEB-INF/classes/messages_en.properties, and produce a messages_ro_RO.properties for your locale. If you just need this locale for testing only, you could simply switch to a supported locale in the JVM. We'd love for you to contribute a Romanian locale; I'd be happy to open a Jira issue for it. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
