...
Code Block |
---|
tomcat@anfatech:~$ psql -U tomcat -d hibernate < hibernate.sql tomcat@anfatech:~$ psql -U tomcat -d quartz < quarzquartz.sql tomcat@anfatech:~$ psql -U tomcat -d shark < shark.sql tomcat@anfatech:~$ psql -U tomcat -d hibernate < sampledata.sql |
Now your PostgreSQL should be ready. The next step is to configure the datasources required to access the data.
You can these are my use my settings as an example: PentahoDoc:samples for jboss
...
instead of messing with config files in conf/server.xml or even worst worse creating a file under $CATALINA_HOME/conf/Catalina/localhost/yourApplication.xml
...