I assume I should be able to call this from the casLoginView.jsp <% =CasVersion.getVersion %> and display this on my login page? People are always asking what version we are on.
Bryan From: Scott Battaglia [mailto:[email protected]] Sent: Monday, April 25, 2011 8:27 AM To: [email protected] Subject: Re: [cas-user] How can I tell which version of CAS I am using? Yes, all of our JARs have the version number in it (which is safer than checking web.xml since sometimes I forget to update it). We have a class called CasVersion with a method CasVersion.getVersion() that should also indicate the version. Cheers, Scott On Mon, Apr 25, 2011 at 10:24 AM, ejc <[email protected]<mailto:[email protected]>> wrote: If you can access the config files, WEB-INF/web.xml should have a line like this in it: <display-name>Central Authentication System (CAS) 3.4.7</display-name> although a better way would be to look at the WEB-INF/lib directory and see what the cas-server-*.jar files have for version number. Thanks, Eric On Mon, Apr 25, 2011 at 8:55 AM, Aaron Chantrill <[email protected]<mailto:[email protected]>> wrote: > Is there any way to query the server or its config files and find out > exactly which version you are using? > > Thanks, > Aaron > > > -- > You are currently subscribed to > [email protected]<mailto:[email protected]> as: > [email protected]<mailto:[email protected]> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- 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 -- 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
