Changes between Version 4 and Version 5 of GrouperUIInstall


Ignore:
Timestamp:
06/15/13 09:55:58 (11 years ago)
Author:
uaguest_SPatel1@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GrouperUIInstall

    v4 v5  
    256256}}} 
    257257 
    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. 
     258As 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 
    2602605.  Build the WAR file by simply running 'ant war'. 
     
    390390[root@grinnell grouper.ui-2.1.4]# cp /srv/grouper/grouper.ui-2.1.4/dist/grouper.war /usr/share/tomcat6/webapps/ 
    391391}}} 
     392 
     3936.  Restart Tomcat 
     394 
     395{{{ 
     396[root@grinnell tomcat6]# /etc/init.d/tomcat6 stop 
     397Stopping tomcat6:                                          [  OK  ] 
     398[root@grinnell tomcat6]# ps -ef | grep -i tomcat 
     399root     18377  7627  0 09:21 pts/3    00:00:00 grep -i tomcat 
     400[root@grinnell tomcat6]# /etc/init.d/tomcat6 start 
     401Starting tomcat6:                                          [  OK  ] 
     402}}}