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]> 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]> 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] 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 > -- 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
