Index: web-module/profiles/operation/support.properties =================================================================== diff -u -r6eeae25d83ba1f08f5699b2e9f23f1c8c40428fb -r95b4a3695ffb8f74a8dc941ad6ae53964b95a996 --- web-module/profiles/operation/support.properties (.../support.properties) (revision 6eeae25d83ba1f08f5699b2e9f23f1c8c40428fb) +++ web-module/profiles/operation/support.properties (.../support.properties) (revision 95b4a3695ffb8f74a8dc941ad6ae53964b95a996) @@ -25,6 +25,6 @@ google.api.key=463154592024-iht57o90m3n3f13mk40jddumv22i6nj3.apps.googleusercontent.com google.api.secret=8l3t8aeJUeyubwarJ_OBtfCd -Globals.fileStorePath = /web/upload/File/ -Globals.SynchrnServerPath = /web/upload/Synch/ -system.uploadpath = /web/upload/ \ No newline at end of file +Globals.fileStorePath = upload/File/ +Globals.SynchrnServerPath = upload/Synch/ +system.uploadpath = upload/ \ No newline at end of file Index: web-module/src/main/resources/egovframework/egovProps/globals.properties =================================================================== diff -u -r81263e0204dce31d3fb76daf0bc23ea02c514dfc -r95b4a3695ffb8f74a8dc941ad6ae53964b95a996 --- web-module/src/main/resources/egovframework/egovProps/globals.properties (.../globals.properties) (revision 81263e0204dce31d3fb76daf0bc23ea02c514dfc) +++ web-module/src/main/resources/egovframework/egovProps/globals.properties (.../globals.properties) (revision 95b4a3695ffb8f74a8dc941ad6ae53964b95a996) @@ -47,6 +47,6 @@ google.api.secret=${google.api.secret} #TODO -Globals.fileStorePath = upload/ -Globals.SynchrnServerPath = upload/Synch/ -system.uploadpath = upload/ \ No newline at end of file +Globals.fileStorePath = ${Globals.fileStorePath} +Globals.SynchrnServerPath = ${Globals.SynchrnServerPath} +system.uploadpath = ${system.uploadpath} \ No newline at end of file