I have no desire to run non-java stuff from within java. I thought that is what you were telling me "exec" did.
What I need is a unique identifier for a
thread running in application server #1 vs a thread running in application server #2. Assuming that both application servers are running on the same machine.
I already figured out how to get time in milliseconds & host name, and now need the last component of the unique id. I was thinking that the process id of the application server would do that for me.
Thanks.