2008/11/18 19:24
Voice Portal/Database
Q: Is there a potential zip file classloading problem with Tomcat?
A: Yes, if you add a zip file in the WEB-INF/lib folder, Tomcat may not load this zip
file into the classpath. The problem can be solved by renaming the zip extention to
jar (you do not need unzip and jar the file, just need rename it).
The above could cause problems if you use Oracle or DB2 databases since both their
jdbc drivers are packaged into a zip file. If such a problem occurs, please rename
classes12.zip to classes12.jar or db2java.zip to db2java.jar.
A: Yes, if you add a zip file in the WEB-INF/lib folder, Tomcat may not load this zip
file into the classpath. The problem can be solved by renaming the zip extention to
jar (you do not need unzip and jar the file, just need rename it).
The above could cause problems if you use Oracle or DB2 databases since both their
jdbc drivers are packaged into a zip file. If such a problem occurs, please rename
classes12.zip to classes12.jar or db2java.zip to db2java.jar.
'Voice Portal > Database' 카테고리의 다른 글
| [postgresql]/tmp/.s.PGSQL.5432 (0) | 2008/12/04 |
|---|---|
| [postgresql] WAL(write ahead log) (0) | 2008/12/03 |
| classes12.zip (0) | 2008/11/18 |
| JNDI Datasource - 간략히 정리 (1) | 2008/11/18 |
| SQLite3 설치 (0) | 2008/11/07 |
| 각 DB의 JDBC 드라이버 다운로드 (0) | 2008/10/14 |


