Subject | Re: Process name in monitoring tables with Jaybird? |
---|---|
Author | tomjanczkadao |
Post date | 2010-05-27T09:15:27Z |
Hi
thanks for answer, but still don't know where to place it.
I'm deploying web project (tomcat+firebird) in eclipse.
Regards, Tomek
thanks for answer, but still don't know where to place it.
I'm deploying web project (tomcat+firebird) in eclipse.
Regards, Tomek
--- In Firebird-Java@yahoogroups.com, "Mark Rotteveel" <Avalanche1979@...> wrote:
>
> > This feature seems to be implemented in Jaybird 2.1.6.
> > "... two new properties are implemented: org.firebirdsql.jdbc.pid and
> > org.firebirdsql.jdbc.processName. If they are specified, values are passed to
> > Firebird 2.1."
> > How to specify this values?
> > (I'm java newbie).
>
> Currently you need to specify them command line using
> -Dorg.firebirdsql.jdbc.pid=<process-id value>
> and
> -Dorg.firebirdsql.jdbc.processName=<process-name>
>
> eg like
> java -Dorg.firebirdsql.jdbc.pid=513 -Dorg.firebirdsql.jdbc.processName=MyApp org.myself.MyApplication
>
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>