1 2 Previous Next 16 Replies Latest reply on May 5, 2003 6:07 AM by jonlee Go to original post
      • 15. Re: DB2 and Jboss 3.0.6
        pstrotmann

        Hi Jonlee,

        thank you so much, it works now, the im port ant thing was in the truely sense of the word the standard port name 6789, db2jd was
        started automatically by installation.
        But how can one find out the port No. ?

        with regards
        peter

        • 16. Re: DB2 and Jboss 3.0.6
          jonlee

          Unfortunately, like all databases you can only guess. The default port for Db2 UDB is 6789. Postgresql's default is 5432. And 1541 for Oracle.

          The other thing you can check is the db2jd parent process on your DB2 boxen. In Linux, if it has no parameter after it, it will be listening on the default. Otherwise, it will be bound to the port specified. e.g.

          19443 ? S 0:00 db2jd 9876

          indicates this service is on port 9876.

          1 2 Previous Next