| Ken Hygh 2005-12-30, 7:57 am |
| igor.mernik@alcad.si wrote:
>Hi,
>
>My Java application is running under application server (e.g. IBM WebSphere Application Server) and application connects to IBM DB2 database.
>
>On DB2 database I can see 'application ID' and the name of application. Java applications running from windows environment I see application name 'java.exe' and Java applications running from unix environment I see application name 'java'. But I don't kn
ow which Java application is it. Is there any way to find out which application si running under application name 'java'?
>
>Is there any way to find out the link between DB2 connection and application running on WAS (WAR or EAR)?
>
>Thanks,
>Igor
>
>My system:
>db2 WSE v8 fp9 on Windows 2003 sp1
>
>
I don't think there's a way to find out which WEB application is running
- the name of the application from DB2's perspective is 'java' because
the application connected to DB2 is WebSphere, running in a JVM.
Ken
|