최초커밋(일부)

main
이범준 11 months ago
parent d2176c663e
commit 73e3899438

@ -0,0 +1,14 @@
# Report Server Connection Config
# conntype : jdbc, jndi
# jdbc type : SQL_Server, MySQL, Oracle, Tibero, DB2, Sybase, UserCustom
# version SQL_Server 2000, 2005, 2008, 2012
dataconnection.reuse.maxcount=20
dataconnection.count=1
dataconnection1.conntype=jndi
dataconnection1.dbname=brsmw
dataconnection1.jndiname=java:comp/env/brsmw
dataconnection1.encoding=
dataconnection1.decoding=

@ -0,0 +1,19 @@
# Data Crypto
#######################
# Data Connection
#######################
# !important property
#######################
data.crypto.use=false
data.crypto.classname=
#######################
# Server Connection
#######################
# !important property
#######################
data.server.crypto.use=
data.client.crypto.use=
data.server.url=

@ -0,0 +1,5 @@
httpsProtocol=TLS
readTimeout=12000
connectTimeout=12000
useUrlEncoding=false
urlEncoding=utf-8

@ -0,0 +1,3 @@
# License key Value!!
key=MT1LJusn+eCSTceREdxBZXqV7ZDXPW+XzGeaGnrjybmQgeL4JILKdjAKgj8zfFPMQW3lvtZthm8lkXdiubafl51lzYX7eOSfrrz2avAxp1zAiDrwEwTLT8Vf9jVUGOBvp+ad3gAwNpH77JKz05m2yzA/O31bzk0ur2enCkhhrFv9PLdrhLP0SuI59DTyIjNsrRqqytPleaF7GKwJPvqP9xg2F8wtxvobGyJaG3iyi8c=
#key=cEl/nXdGPytdQVqCiuBS30zSycIOHh207e+ji4PtDr2K8HbKOPtpI/ltAQtDhbKzfA+nNEPSDVjx5iW0sNGwdRfhZkcVg3TDzajm8EnFUVp6SAFTu+uJkrpKLQTrlOi6gR5Slpugwh2/bIBPKWsMxK2OLbY1GMrBcarBoYgeSDGQFSsp1h+W5EA0E/9QFgaH3lhbw5afhJ///3zb/Yd71E6kfa+0A32A23ZOQBMBNzo=

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
<license><![CDATA[
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
]]></license>

@ -0,0 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<license><![CDATA[
Copyright 2014 zxing
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright 2014 json-simple
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright 2014 apache commons
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright 2014 apache log4j
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright 2014 POI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copyright 2014 batik
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
itext 4.2 license
Copyright (C) 2014 itext 4.2
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
JDOM2 license
Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions, and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions, and the disclaimer that follows
these conditions in the documentation and/or other materials
provided with the distribution.
3. The name "JDOM" must not be used to endorse or promote products
derived from this software without prior written permission. For
written permission, please contact <request_AT_jdom_DOT_org>.
4. Products derived from this software may not be called "JDOM", nor
may "JDOM" appear in their name, without prior written permission
from the JDOM Project Management <request_AT_jdom_DOT_org>.
In addition, we request (but do not require) that you include in the
end-user documentation provided with the redistribution and/or in the
software itself an acknowledgement equivalent to the following:
"This product includes software developed by the
JDOM Project (http://www.jdom.org/)."
Alternatively, the acknowledgment may be graphical using the logos
available at http://www.jdom.org/images/logos.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
This software consists of voluntary contributions made by many
individuals on behalf of the JDOM Project and was originally
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
on the JDOM Project, please see <http://www.jdom.org/>.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Rhino license
Rhino is available under open source licenses.
As of Rhino 1.7R4, the majority of the source code for Rhino is available under the MPL 2.0 license.
License for portions of the Rhino debugger
Additionally, some files (currently the contents of toolsrc/org/mozilla/javascript/tools/debugger/treetable/) are available under the following license:
* Copyright 1997, 1998 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* - Neither the name of Sun Microsystems nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/*
* Bootstrap v2.3.2
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
The MIT License (MIT)
Copyright (c) 2011-2015 Twitter, Inc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
]]></license>

@ -0,0 +1,3 @@
printer.count=1
printer1.name=Printer1
printer1.driver=Driver1

@ -0,0 +1,3 @@
repository.url=
repository.token=
repository.bridge=

@ -0,0 +1,29 @@
##################################################
# Server Configuration
# - Service.properties
##################################################
# service.administrator.password
# password max length = 15
service.administrator.password=clipreport
# service.administrator.allow.ipaddr=127.0.0.1
service.administrator.allow.ipaddr=127.0.0.1
# locale ko_KR, en_US
service.locale=ko_KR
# service.log.type=debug,info,warning,error
service.log.type=debug,info,warning,error
# service log4j
service.log4j.level=ALL
service.log4j.console.active=true
service.log4j.console.pattern=%c\t\tService\t\t%d{yyyy-MM-dd HH:mm:s}\t\t%6p\t\t%m%n
service.log4j.file.active=true
service.log4j.file.bufferSize=1024
service.log4j.file.pattern=%d{yyyy-MM-dd HH:mm:s}\t\t%6p\t\t%m%n
service.log4j.file.location=%root%/logs/service/service.log
service.log4j.file.maxSize=1MB
service.log4j.file.maxBackupIndex=5

@ -0,0 +1,19 @@
tempstorage.count=5
tempstorage.currentname=rpt1
# Windows path ex) c:\\clipreport\\report\\
# Unix/Linux path ex) /root/home/clipreport/report
tempstorage1.name=rpt1
tempstorage1.path=
tempstorage2.name=rpt2
tempstorage2.path=
tempstorage3.name=rpt3
tempstorage3.path=
tempstorage4.name=rpt4
tempstorage4.path=
tempstorage5.name=rpt5
tempstorage5.path=

@ -0,0 +1,68 @@
# Report Server EngineConfig
# Windows path ex) c:\\clipreport\\report\\
# Unix/Linux path ex) /root/home/clipreport/report
# %root% clipreport4.properties file path
# base.file.defaultfont=NanumGothic-Regular.ttf
# base.log.write=console,db,file
# base.log.type=info,warning,error,debug
# Temp File
base.path.reportfolder=%root%/temp/
base.eachreport=true
# Font
base.path.fontfolder=%root%/font/
base.file.defaultfont=NanumGothic-Regular.ttf
base.systemfont=false
# Log
# console,file
base.log.write=console,file
# info,warning,error,debug
base.log.type=info,warning,error,debug
# (log write is status) log dbfile save path
base.path.dbfile=%root%/log/log.db
base.path.logfolder=%root%/logs/
# base.log.file.size=2 (mb)
base.log.file.size=1
# base.log.file.delete.day=2
# log file no delete value 0
base.log.file.delete.day=2
base.single.filewrite.logtype=
# image
base.alwayspng=false
base.image.png.size=2048
base.image.jpg.size=2048
# scheduler
# report temp file delete scheduler
base.scheduler.active=true
# base.scheduler.method=starttime,nowtime
base.scheduler.method=starttime
# base.scheduler.reportdeleted.starttime.hour=1-24
base.scheduler.reportdelete.starttime.hour=5
# base.scheduler.reportdelete.starttime.minute=0-59
base.scheduler.reportdelete.starttime.minute=0
# server install after report temp file delete
base.scheduler.reportdelete.startclean=false
# Hour 1~120, h1~h120, Minute m1~m7200
base.scheduler.reportdelete.periodtime.hour=24
base.scheduler.reportdelete.comparetime.hour=23
# com.clipsoft.clipreport.common.server.scheduler.ReportDeleteCompletedCallback interface implement
base.scheduler.reportdelete.callback.classname=
# etc
base.engine.options=https.protocol=TLS;thread.maxcount=10;exportthread.maxcount=10;exportpage.maxcount=10
base.text.pathrendering=false
base.useuserid=false
base.loadbalancing=false
base.tempstorage=false
base.oofconnection.file.path=
#java1.5 use true
base.customxml=false

@ -0,0 +1,6 @@
{
"version" : "1.0.0",
"locale" : "ko_KR",
"crypto" : "AES128",
"protocol" : "JSON"
}

@ -0,0 +1,19 @@
{
"connections" : [
{
"name" : "oracleTest215",
"classType" : "JDBC",
"className":"ORACLE",
"target":"jdbc:oracle:thin:@192.168.0.215:1521:xe",
"user":"cliptest1",
"pw":"clipsoft815"
},
{
"name" : "sap30_test2",
"classType": "SAPJCO3",
"target" : "sapjco:/client:001/language:en/hostname:192.168.0.179/systemnumber:00/group:/destination:/gatewayhost:",
"user" : "BCUSER",
"pw" : "clip0815"
}
]
}

@ -0,0 +1,4 @@
{
"eungho" : "ef797c8118f02dfb649607dd5d3f8c7623048c9c063d532cc95c5ed7a898a64f",
"clipsoft" : "9873baad182578c2925275078c60c468d6cb74cbc9a784ca5aea1f2627937fbd"
}

@ -0,0 +1,2 @@
2019-05-28 13:50:36 INFO ServiceLogger log4j Init
2019-05-29 13:36:24 INFO ServiceLogger log4j Init

@ -0,0 +1 @@
{"a":"1.0.0.1","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2100,2970,0,100,100,100,100,1,0]],"b":[[0,0]],"c":[[1,16777215,0,0,0,16777215,16777215],[1,16777215,0,0,0,16777215,0]],"d":[[0,75,0],[1,200,0]],"e":[[8,48,false,false,true,false,0,1,-1,1,-1,8,75,true,75,true],[8,14,true,false,false,false,10855845,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,15773696,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,255,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,49407,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,5287936,1,-1,1,-1,8,75,true,75,true],[8,20,false,false,false,false,0,1,-1,1,-1,8,75,true,75,true],[0,26,false,false,false,false,49407,1,-1,1,-1,0,75,true,75,true]],"f":[[1,1,true,1,0.2,0.0,1,"",0]],"g":[[false,"B","I","U","S","C","O","R","P","D","","Font","size"]],"h":[[0,0,0,0,0]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold"],"l":"c054337c811df431ca5b8a5b0876e0de9"},"h":[1],"i":1,"j":[0,100,200,250,1200,1650,1700,1800,1900],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,100,200,250,1200,1650,1700,1800,1900]}],"p":[false],"r":{},"s":"%2Fhome%2Fgtpa%2Fcom%2FWEB-INF%2Fclipreport4%2Ftemp%2F%2Fc054337c811df431ca5b8a5b0876e0de9%2F5baa5319d3f84e83a83d011cd03b1d5b","s1":"5baa5319d3f84e83a83d011cd03b1d5b","t":"%2Fhome%2Fgtpa%2Fcom%2FWEB-INF%2Fclipreport4%2Ftemp%2F%2Fc054337c811df431ca5b8a5b0876e0de9%2F559cd8c7d13246b395004944c1fe26a2","t1":"559cd8c7d13246b395004944c1fe26a2","u":"","v":[],"w":"ukQUHDLbKjtel529ZHUAuahr01ORqXFkwMqPMyWVoMMayZXMUVtwqDqV69QV3UpU.amV1c19kb21haW4vY29tX2E%3D","x":[],"y":false,"z":[1]}

@ -0,0 +1 @@
{"a":"1.0.0.215","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2100,2970,0,50,50,50,50,1,0]],"b":[],"c":[[1,16777215,0,0,0,16777215,16777215],[1,16777215,0,0,0,16777215,0]],"d":[[0,150,0],[1,75,0],[0,50,0]],"e":[[8,18,false,false,false,false,0,1,0,1,0,8,75,true,75,true],[8,10,false,false,false,false,0,1,0,1,0,8,75,true,75,true]],"f":[[1,1,true,1,0.0,0.0,1,"",0],[0,0,true,1,0.0,0.0,1,"",0]],"g":[[false,"B","I","U","S","C","O","R","P","D","BR","Font","size"]],"h":[[0,0,0,0,0]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold"],"l":"c30b360c051e44e86a954caefc078863e"},"h":[1],"i":1,"j":[0,350,550,750,950,1250,2000],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,350,550,750,950,1250,2000]}],"p":[false],"r":{},"s":"%2Fhome%2Fgtpa%2Fcom%2FWEB-INF%2Fclipreport4%2Ftemp%2F%2Fc30b360c051e44e86a954caefc078863e%2F97a64bf9e9674d7bbe3cca0b520a605d","s1":"97a64bf9e9674d7bbe3cca0b520a605d","t":"%2Fhome%2Fgtpa%2Fcom%2FWEB-INF%2Fclipreport4%2Ftemp%2F%2Fc30b360c051e44e86a954caefc078863e%2F321232aaa6be4afd942ed1eeb6bcdc0b","t1":"321232aaa6be4afd942ed1eeb6bcdc0b","u":"","v":[],"w":"ukQUHDLbKjtel529ZHUAuahr01ORqXFkwMqPMyWVoMMayZXMUVtwqDqV69QV3UpU.amV1c19kb21haW4vY29tX2E%3D","x":[],"y":false,"z":[1]}

@ -0,0 +1 @@
{"a":"1.0.0.1","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2100,2970,0,100,100,100,100,1,0]],"b":[[0,0]],"c":[[1,16777215,0,0,0,16777215,16777215],[1,16777215,0,0,0,16777215,0]],"d":[[0,75,0],[1,200,0]],"e":[[8,48,false,false,true,false,0,1,-1,1,-1,8,75,true,75,true],[8,14,true,false,false,false,10855845,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,15773696,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,255,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,49407,1,-1,1,-1,8,75,true,75,true],[8,26,false,false,false,false,5287936,1,-1,1,-1,8,75,true,75,true],[8,20,false,false,false,false,0,1,-1,1,-1,8,75,true,75,true],[0,26,false,false,false,false,49407,1,-1,1,-1,0,75,true,75,true]],"f":[[1,1,true,1,0.2,0.0,1,"",0]],"g":[[false,"B","I","U","S","C","O","R","P","D","","Font","size"]],"h":[[0,0,0,0,0]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold"],"l":"cd2475eeca282473f9b9f5b81b5c10533"},"h":[1],"i":1,"j":[0,100,200,250,1200,1650,1700,1800,1900],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,100,200,250,1200,1650,1700,1800,1900]}],"p":[false],"r":{},"s":"%2Fhome%2Fgtpa%2Fcom%2FWEB-INF%2Fclipreport4%2Ftemp%2F%2Fcd2475eeca282473f9b9f5b81b5c10533%2F571b7995efd6416c9baa606957e70584","s1":"571b7995efd6416c9baa606957e70584","t":"%2Fhome%2Fgtpa%2Fcom%2FWEB-INF%2Fclipreport4%2Ftemp%2F%2Fcd2475eeca282473f9b9f5b81b5c10533%2F4a7b9e1e65be4adea5e2fe34ba3cefc9","t1":"4a7b9e1e65be4adea5e2fe34ba3cefc9","u":"","v":[],"w":"ukQUHDLbKjtel529ZHUAuahr01ORqXFkwMqPMyWVoMMayZXMUVtwqDqV69QV3UpU.amV1c19kb21haW4vY29tX2E%3D","x":[],"y":false,"z":[1]}

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:task="http://www.springframework.org/schema/task"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-4.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd">
<task:scheduler id="scheduler" pool-size="10"/>
<task:executor id="executor" pool-size="10"/>
<task:annotation-driven executor="executor" scheduler="scheduler"/>
<!-- 패키지 내 Controller, Service, Repository 클래스의 auto detect를 위한 mvc 설정 -->
<mvc:annotation-driven/>
<tx:annotation-driven proxy-target-class="true"/>
<context:component-scan base-package="gtpa.brs.*"/>
<mvc:resources mapping="/websquare/**" location="/websquare/"/>
<mvc:resources mapping="/resource/**" location="/resource/"/>
<mvc:resources mapping="/cm/**" location="/cm/"/>
<mvc:resources mapping="/ui/**" location="/ui/"/>
<mvc:resources mapping="/ClipReport4/**" location="/ClipReport4/"/>
<mvc:resources mapping="/favicon.ico" location="/cm/images/favicon.ico"/>
<!--<mvc:resources mapping="/robots.txt" location="/robots.txt" order="0"/>-->
<!-- 서블릿컨네이너상의 exception에 대한 오류 페이지를 연결하는 mvc 설정-->
<bean class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver">
<property name="defaultErrorView" value="cmm/error/egovError"/>
<property name="exceptionMappings">
<props>
<prop key="org.springframework.dao.DataAccessException">cmm/error/dataAccessFailure</prop>
<prop key="org.springframework.transaction.TransactionException">cmm/error/transactionFailure</prop>
<prop key="org.springframework.security.AccessDeniedException">cmm/error/accessDenied</prop>
</props>
</property>
</bean>
<bean id="jsonView" class="org.springframework.web.servlet.view.json.MappingJackson2JsonView"
p:contentType="application/json;charset=UTF-8"
/>
<!-- 화면처리용 JSP 파일명의 prefix, suffix 처리에 대한 mvc 설정 -->
<bean class="org.springframework.web.servlet.view.UrlBasedViewResolver" p:order="1"
p:viewClass="org.springframework.web.servlet.view.JstlView"
p:prefix="/WEB-INF/views/" p:suffix=".jsp" p:exposePathVariables="false"/>
<!-- Resolves views selected for rendering by @Controllers to .jsp resources in the /WEB-INF/views directory -->
<bean id="sessionCheckInterceptor" name="sessionCheckInterceptor"
class="gtpa.brs.interceptor.SessionCheckInterceptor"/>
<!--<bean id="authenticInterceptor" name="authenticInterceptor"
class="egovframework.com.cmm.interceptor.AuthenticInterceptor"/>-->
<bean id="authenticInterceptor" name="authenticInterceptor"
class="gtpa.brs.interceptor.AuthenticInterceptor"/>
<bean id="accessStaticInterceptor" name="accessStaticInterceptor"
class="gtpa.brs.interceptor.AccessStaticInterceptor"/>
<!-- 로그인 체크가 필요한 URL과 로그인 여부를 체크해
준다 -->
<mvc:interceptors>
<mvc:interceptor>
<mvc:mapping path="/ws.do"/>
<mvc:mapping path="/"/>
<ref bean="accessStaticInterceptor"/>
</mvc:interceptor>
<mvc:interceptor>
<mvc:mapping path="/penalty/*"/>
<mvc:mapping path="/fee/*"/>
<mvc:mapping path="/mypage/*"/>
<mvc:mapping path="/user/*"/>
<mvc:exclude-mapping path="/login/*"/>
<mvc:exclude-mapping path="/common/*"/>
<mvc:exclude-mapping path="/join/*"/>
<ref bean="authenticInterceptor"/>
</mvc:interceptor>
<mvc:interceptor>
<!--<mvc:mapping path="/**" />-->
<mvc:mapping path="/"/>
<mvc:mapping path="/ws.do"/>
<mvc:exclude-mapping path="/websquare/**"/>
<mvc:exclude-mapping path="/resource/**"/>
<mvc:exclude-mapping path="/cm/**"/>
<mvc:exclude-mapping path="/common/wqErrorMsg"/>
<ref bean="sessionCheckInterceptor"/>
</mvc:interceptor>
</mvc:interceptors>
<!-- Annotation 을 사용하지 않는 경우에 대한 MVC 처리 설정 -->
<mvc:view-controller path="/cmmn/validator.do" view-name="cmmn/validator"/>
<!--<mvc:view-controller path="/check/phone/main.do" view-name="nice/phone/checkplus_main" />
<mvc:view-controller path="/check/credit/main.do" view-name="nice/credit/checkplus_main" />-->
<!--<mvc:annotation-driven/>-->
</beans>
Loading…
Cancel
Save