Changes between Version 7 and Version 8 of GrouperUIInstall


Ignore:
Timestamp:
06/18/13 14:05:26 (11 years ago)
Author:
uaguest_SPatel1@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GrouperUIInstall

    v7 v8  
    258258As far as customizations go, for now just replace all instances of ${grouper.home} with /usr/share/tomcat6/.  This is so that Grouper logs generated by the UI are placed in /usr/share/tomcat6/logs. 
    259259 
    260 5.  Remove the security-constraint, login-config, and security-role elements from the file webapp/WEB-INF/web.core.xml. 
     2605.  Set the following properties in conf/resources/grouper/nav.properties 
     261 
     262{{{ 
     263member.sort.string0=Last name 
     264#member.sort.string1= 
     265}}} 
     266 
     2676.  Remove the security-constraint, login-config, and security-role elements from the file webapp/WEB-INF/web.core.xml. 
    261268 
    262269{{{ 
     
    287294}}} 
    288295 
    289 6.  Remove the security-constraint elements from the file webapp/WEB-INF/web.ajax.xml. 
     2967.  Remove the security-constraint elements from the file webapp/WEB-INF/web.ajax.xml. 
    290297 
    291298{{{ 
     
    331338}}} 
    332339 
    333 7.  Build the WAR file by simply running 'ant war'. 
     3408.  Build the WAR file by simply running 'ant war'. 
    334341 
    335342{{{ 
     
    457464}}} 
    458465 
    459 8.  Copy WAR to Tomcat. 
     4669.  Copy WAR to Tomcat. 
    460467 
    461468{{{ 
     
    463470}}} 
    464471 
    465 9.  Restart Tomcat 
     47210.  Restart Tomcat 
    466473 
    467474{{{