일반견적서 템플릿 변경, 견적서 pdf 변환하여 메일 첨부
This commit is contained in:
@@ -15,11 +15,15 @@
|
||||
|
||||
<Service name="Catalina">
|
||||
<!-- URIEncoding을 UTF-8로 설정하여 한글 파라미터 처리 -->
|
||||
<!-- maxPostSize: POST 요청 최대 크기 (PDF Base64 전송을 위해 50MB로 설정) -->
|
||||
<!-- maxHttpHeaderSize: HTTP 헤더 최대 크기 -->
|
||||
<Connector port="8080"
|
||||
protocol="HTTP/1.1"
|
||||
connectionTimeout="20000"
|
||||
connectionTimeout="60000"
|
||||
redirectPort="8443"
|
||||
URIEncoding="UTF-8" />
|
||||
URIEncoding="UTF-8"
|
||||
maxPostSize="52428800"
|
||||
maxHttpHeaderSize="65536" />
|
||||
|
||||
<Engine name="Catalina" defaultHost="localhost">
|
||||
<Realm className="org.apache.catalina.realm.LockOutRealm">
|
||||
|
||||
Reference in New Issue
Block a user