diff --git a/src/main/resources/nlib/nlib.properties b/src/main/resources/nlib/nlib.properties index 324e3d38..88377c87 100644 --- a/src/main/resources/nlib/nlib.properties +++ b/src/main/resources/nlib/nlib.properties @@ -80,8 +80,11 @@ list.paging.page.size = 10 #---------------------------------------- # \ucca8\ubd80\ud30c\uc77c \uacbd\ub85c \uc815\ubcf4 #---------------------------------------- -# \ucca8\ubd80\ud30c\uc77c \ucd5c\uc0c1\uc704 \uc704\uce58 -fileupload.base.path = C:/iams/workspace/nlib/data/fileupload +# \ucca8\ubd80\ud30c\uc77c \ucd5c\uc0c1\uc704 \uc704\uce58 +# \ub85c\uceec +#fileupload.base.path = C:/iams/workspace/nlib/data/fileupload +# \uac1c\ubc1c\uc11c\ubc84 +fileupload.base.path = /apps/tomcat/apache-tomcat-8.5.46_nlib/webapps/data/fileupload # \uc784\uc2dc \uc800\uc7a5 \uc704\uce58 fileupload.temp.subpath = /temp @@ -91,9 +94,12 @@ fileupload.bbs.qna.subpath = /bbs/qna fileupload.bbs.ancmnt.subpath = /bbs/ancmnt # \uba54\uc77c \uacbd\ub85c -mailing.sender.membership.template = C:/iams/workspace/nlib/src/main/webapp/mail/mail_template.html - -mailing.sender.membership.pwdTemplate = C:/iams/workspace/nlib/src/main/webapp/mail/pwd_mail_template.html +# \ub85c\uceec +#mailing.sender.membership.template = C:/iams/workspace/nlib/src/main/webapp/WEB-INF/template/mail/mail_template.html +#mailing.sender.membership.pwdTemplate = C:/iams/workspace/nlib/src/main/webapp/WEB-INF/template/mail/pwd_mail_template.html +# \uac1c\ubc1c\uc11c\ubc84 +mailing.sender.membership.template = /apps/tomcat/apache-tomcat-8.5.46_nlib/webapps/WEB-INF/template/mail/mail_template.html +mailing.sender.membership.pwdTemplate = /apps/tomcat/apache-tomcat-8.5.46_nlib/webapps/WEB-INF/template/mail/pwd_mail_template.html #\uba54\uc77c \ubcf4\ub0b4\ub294 \uc8fc\uc18c mailing.sender.membership.email = no-reply@nlib.org diff --git a/src/main/webapp/mail/mail_template.html b/src/main/webapp/WEB-INF/template/mail/mail_template.html similarity index 100% rename from src/main/webapp/mail/mail_template.html rename to src/main/webapp/WEB-INF/template/mail/mail_template.html diff --git a/src/main/webapp/mail/pwd_mail_template.html b/src/main/webapp/WEB-INF/template/mail/pwd_mail_template.html similarity index 100% rename from src/main/webapp/mail/pwd_mail_template.html rename to src/main/webapp/WEB-INF/template/mail/pwd_mail_template.html