Changes between Version 4 and Version 5 of GrouperUIInstall
- Timestamp:
- 06/15/13 09:55:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GrouperUIInstall
v4 v5 256 256 }}} 257 257 258 As far as customizations go, for now just replace all instances of ${grouper.home} with /usr/share/tomcat /. This is so that Grouper logs generated by the UI are placed in /usr/share/tomcat/logs.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 260 5. Build the WAR file by simply running 'ant war'. … … 390 390 [root@grinnell grouper.ui-2.1.4]# cp /srv/grouper/grouper.ui-2.1.4/dist/grouper.war /usr/share/tomcat6/webapps/ 391 391 }}} 392 393 6. Restart Tomcat 394 395 {{{ 396 [root@grinnell tomcat6]# /etc/init.d/tomcat6 stop 397 Stopping tomcat6: [ OK ] 398 [root@grinnell tomcat6]# ps -ef | grep -i tomcat 399 root 18377 7627 0 09:21 pts/3 00:00:00 grep -i tomcat 400 [root@grinnell tomcat6]# /etc/init.d/tomcat6 start 401 Starting tomcat6: [ OK ] 402 }}}