Changes between Version 7 and Version 8 of GrouperUIInstall
- Timestamp:
- 06/18/13 14:05:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GrouperUIInstall
v7 v8 258 258 As 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. 259 259 260 5. Remove the security-constraint, login-config, and security-role elements from the file webapp/WEB-INF/web.core.xml. 260 5. Set the following properties in conf/resources/grouper/nav.properties 261 262 {{{ 263 member.sort.string0=Last name 264 #member.sort.string1= 265 }}} 266 267 6. Remove the security-constraint, login-config, and security-role elements from the file webapp/WEB-INF/web.core.xml. 261 268 262 269 {{{ … … 287 294 }}} 288 295 289 6. Remove the security-constraint elements from the file webapp/WEB-INF/web.ajax.xml.296 7. Remove the security-constraint elements from the file webapp/WEB-INF/web.ajax.xml. 290 297 291 298 {{{ … … 331 338 }}} 332 339 333 7. Build the WAR file by simply running 'ant war'.340 8. Build the WAR file by simply running 'ant war'. 334 341 335 342 {{{ … … 457 464 }}} 458 465 459 8. Copy WAR to Tomcat.466 9. Copy WAR to Tomcat. 460 467 461 468 {{{ … … 463 470 }}} 464 471 465 9. Restart Tomcat472 10. Restart Tomcat 466 473 467 474 {{{