Determining Mojarra Version on Glassfish Server -
i'm chasing jsf bug that's occurring in qa not locally. (both servers glassfish.) it's been suggested local version of mojarra may newer 1 being used on qa, explain behavior. how can figure out version of mojarra particular server running? access qa server limited, if know precisely tell our qa guy look, should able information need.
this information printed in server.log
if deploy jsf project. looks similar this:
information: mojarra 2.2.6 ( 20140304-1537 https://svn.java.net/svn/mojarra~svn/tags/2.2.6@12949) context '/rest' initialized.
per default these mojarra versions included in glassfish versions:
- glassfish 3.1.1: mojarra 2.1.3 (fcs b02)
- glassfish 3.1.2: mojarra 2.1.6 (snapshot 20111206)
- glassfish 3.1.2.2: mojarra 2.1.6 (snapshot 20111206)
- glassfish 4.0: mojarra 2.2.0 ( 20130502-2118 https://svn.java.net/svn/mojarra~svn/tags/2.2.0@11930)
- glassfish 4.1: mojarra 2.2.7 (20140610-1547 https://svn.java.net/svn/mojarra~svn/tags/2.2.7@13362)
Comments
Post a Comment