Menu

#8 PostgreSQL problems

open
artimus (8)
5
2003-02-12
2003-02-12
Anonymous
No

I am trying to get Artimus_1_1_b1 working with PostgreSQL.

1. I edited struts-config.xml to point to postgresql url
2. I edited poolman.xml to point to postgresql url

I did this in both the src and WEB-INF directories.

3. I built a new war and deployed to Tomcat
4. I try to run and get

ResourceException: A required resource is not available.
Caused by: SQLException occurred in JDBCPool:
java.sql.SQLException: General error: Unknown
database 'artimus' params: org.gjt.mm.mysql.Driver,
jdbc:mysql://localhost:3306/artimus. Please check your
username, password and other connectivity info.

5. I double check the struts-config.xml and the poolman.xml
for the postgresql url and it's configured????

where is this mysql url coming from????

Discussion


Log in to post a comment.