Showing posts with label glassfish. Show all posts
Showing posts with label glassfish. Show all posts

Tuesday, December 02, 2008

Glassfish and MySQL event in Vienna

As one of my last tasks as a SW guy in Sun Austria, we'll do a Glassfish and MySQL breakfast tomorrow. Starting at 830 at the "Salzberg". See details here and here.
Alexis will do one of his great glassfish presos/demos.
Looking forward to it, hope to see some of you there.

Thursday, June 12, 2008

Reminder - JavaDeus in AT next week

Just a quick reminder to everyone.

We will have the Java Developer Conference "JavaDeus 08" next week Thursday (19 Jun) in St Pölten.
Presentations and discussions will cover Glassfish by Alexis, OpenESB by Jason, MySQL, Java7, Sun SPOTS etc.
See the agenda and details here.

Register - if you haven't already.

Sunday, June 08, 2008

Glassfish configuration for DB2


I ran into this problem at least twice, so here is the solution (at least for my own reference in the future):

If you want to use a DB2 (UDB) database from glassfish v2 using a Type 2 JDBC driver [1], you must make sure that the (native) library db2jcct2.dll (or .so) is in the (native) library path. The error message usually says something like "Failure in loading T2 native library db2jcct2".

This DLL resides in your DB2 install directory bin directory, e.g. C:\Programme\IBM\SQLLIB\BIN\db2jcct2.dll on windows, so you have to add this directory (C:\Programme\IBM\SQLLIB\BIN) to the glassfish (!!) native library path in the JVM settings

In the domain.xml config file this is the
native-library-path-prefix="c:\programme\IBM\SQLLIB\BIN" option of the java-config setting.

In the admin web GUI it is on the Application Server page;



under the JVM Settings -> Path Settings you will find the option Native Library Path Prefix:


One additional note:
[1] The IBM Type 2 JDBC driver is the one that uses the native DB2 client (used to be called Client Application Enabler or short CAE at my times with DB2 UDB v5) for DB2 access and connectivity. Hence, the necessity to be able to locate the native DLLs... So when the appserver and the DB2 engine run on the same host, you should use type 2 as well.

Wednesday, January 02, 2008

Offline for a couple of days


Am Weissensee
Originally uploaded by roetzi24
I'm enjoying some days off at lake Weissensee in Carinthia, Austria - pondering how to implement an idea for a flickr application I had.

Anyone know a good site with hosted Tomcat or - even better - glassfish ?

Tuesday, December 11, 2007

Glassfish book

I just noticed that Glassfish (the Sun lead open-source JavaEE Application Server) has its first book.

Java EE Development Using Glassfish Application Server

There is a review by Arun Gupta (one of my favorite Java bloggers).

More on Glassfish here.