Re: ClassCastException for Postgres datasource in Generator

2003-12-12 Thread Harald Wehr
Antonio Gallardo wrote: The default postgres port is 5432, after any changes on the postgres config, please restart the dbengine. So in order to connect you need: jdbc:postgresql://192.168.9.2:5432/vrgis This did not solve the problem. The connection is established with or without mentioning the

Re: ClassCastException for Postgres datasource in Generator

2003-12-12 Thread Antonio Gallardo
The default postgres port is 5432, after any changes on the postgres config, please restart the dbengine. So in order to connect you need: jdbc:postgresql://192.168.9.2:5432/vrgis Best Regards, Antonio Gallardo - To unsubscrib

ClassCastException for Postgres datasource in Generator

2003-12-12 Thread Harald Wehr
In one of our Generators we want to use Postgres as Datasource. In web.xml we added the postgres driver this way: load-class org.postgresql.Driver In cocoon.xconf we added the parameters for the connection: jdbc:postgresql://192.168.9.2/vrgis