Hi,

The works to make OpenEJB examples deployable on PostgreSQL are done. You are highly encouraged to test it out on your configuration and let me know how it goes.

I'm writing a doc about it, but before I finish it try this (the setup is done on Cygwin):

  o Install and configure PostgreSQL
     - ipc-daemon2 &
     - initdb -D /tmp/pgsql/data
     - postmaster -i -D /tmp/pgsql/data

o Download PostgreSQL JDBC driver and save it in $OPENEJB_HOME/lib dir

  o Build OpenEJB and examples (unless you have already done)
     - cd $OPENEJB_HOME
     - ant -f src/build.xml
     - cd src/examples
     - ant -Dtomcat.dir=c\:/apps/jakarta-tomcat-5 jar install
     - cd $OPENEJB_HOME
     - ./openejb.sh start &
     - java -jar dist/examples_client-1.0.jar

and when HelloWorld is run OpenEJB doesn't have to be up. The other clients require OpenEJB is running.

I'm all ears.

Jacek



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user

Reply via email to