main
parent
2e6d2c930f
commit
5dbf1e9f49
|
|
@ -27,11 +27,13 @@ public class WebConfirm
|
||||||
WebUtil wUtil = new WebUtil();
|
WebUtil wUtil = new WebUtil();
|
||||||
|
|
||||||
String user = "geoinfo";
|
String user = "geoinfo";
|
||||||
String pw = "geoinfo";
|
//String pw = "geoinfo";
|
||||||
|
String pw = "dbnt060928!rlaxogh";
|
||||||
//String url = "jdbc:oracle:thin:@192.168.0.71:1521:orcl";
|
//String url = "jdbc:oracle:thin:@192.168.0.71:1521:orcl";
|
||||||
/*String url = "jdbc:oracle:thin:@192.168.0.29:1521:xe";이전*/
|
/*String url = "jdbc:oracle:thin:@192.168.0.29:1521:xe";이전*/
|
||||||
//String url = "jdbc:oracle:thin:@218.232.234.200:1521:orageodev"; // 실서버
|
//String url = "jdbc:oracle:thin:@218.232.234.200:1521:orageodev"; // 실서버
|
||||||
String url = "jdbc:oracle:thin:@118.219.150.34:1521:ORAGEODEV"; // DBNT 개발 서버
|
//String url = "jdbc:oracle:thin:@118.219.150.34:1521:ORAGEODEV"; // DBNT 개발 서버
|
||||||
|
String url = "jdbc:oracle:thin:@grok-10:1521:ORAGEODEV"; // thkim local 개발 서버
|
||||||
/*
|
/*
|
||||||
* public WebConfirm() { this.connection = null; this.connectionPool = null;
|
* public WebConfirm() { this.connection = null; this.connectionPool = null;
|
||||||
* this.query = null; this.resultSet = null; this.sql = ""; this.resultCnt = 0;
|
* this.query = null; this.resultSet = null; this.sql = ""; this.resultCnt = 0;
|
||||||
|
|
|
||||||
|
|
@ -18,13 +18,16 @@ dataconnection1.version=
|
||||||
# dataconnection1.url=jdbc:oracle:thin:@192.168.0.8:3452:orcl
|
# dataconnection1.url=jdbc:oracle:thin:@192.168.0.8:3452:orcl
|
||||||
#dataconnection1.url=jdbc:oracle:thin:@192.168.0.8:3452:orcl
|
#dataconnection1.url=jdbc:oracle:thin:@192.168.0.8:3452:orcl
|
||||||
# \uc544\ub798\ub294 \ub514\ube44\uc5d4\ud14d \uac1c\ubc1c\uc11c\ubc84
|
# \uc544\ub798\ub294 \ub514\ube44\uc5d4\ud14d \uac1c\ubc1c\uc11c\ubc84
|
||||||
dataconnection1.url=jdbc:oracle:thin:@118.219.150.34:1521:orageodev
|
#dataconnection1.url=jdbc:oracle:thin:@118.219.150.34:1521:orageodev
|
||||||
# \uc544\ub798\ub294 \ub514\ube44\uc5d4\ud14d \ub85c\uceec\uc11c\ubc84
|
# \uc544\ub798\ub294 \ub514\ube44\uc5d4\ud14d \ub85c\uceec\uc11c\ubc84
|
||||||
#dataconnection1.url=jdbc:oracle:thin:@127.0.0.1:1521:ORAGEODEV
|
#dataconnection1.url=jdbc:oracle:thin:@127.0.0.1:1521:ORAGEODEV
|
||||||
|
# thkim local test
|
||||||
|
dataconnection1.url=jdbc:oracle:thin:@grok-10.com:1521:ORAGEODEV
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
dataconnection1.user=geoinfo
|
dataconnection1.user=geoinfo
|
||||||
dataconnection1.password=geoinfo
|
#dataconnection1.password=geoinfo
|
||||||
|
dataconnection1.password=dbnt060928!rlaxogh
|
||||||
dataconnection1.encoding=
|
dataconnection1.encoding=
|
||||||
|
|
||||||
dataconnection2.conntype=jdbc
|
dataconnection2.conntype=jdbc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue