Service packs (patches) are minor incremental updates or bug fixes.
Step 1: Take a backup of applicare.war file.
Step 2: Stop Applicare server and delete the directory: <Applicare-Home>/server/webapps/applicare
Don't delete <Applicare-Home>/server/webapps/applicare.war, otherwise the service pack will not work.
Step 3: create directory <Applicare-Home>/sp if it doesn't exist. Delete any files that already exist in <Arcturus-Home>/sp.
Step 4: Extract and copy the files from file patch.zip to the path<Applicare-Home>/sp
Step 5: Open command prompt in administrator mode and go to the <Applicare-Home> path and run the patch using the following command
java -Darcturus_home=<PATH_TO_APPLICARE_HOME> -jar applicare-patch.jar
Example: java -Darcturus_home=E:\Applicare -jar applicare-patch.jar
The modification date of the file <Applicare-Home>/server/webapps/applicare.war should have been updated.
Step 6: Start Applicare server.
Comments
0 comments
Article is closed for comments.