Author |
Message
|
Melanie.kiit |
Posted: Wed May 20, 2015 2:52 am Post subject: Retrieve deployed jar file from Execution Group |
|
|
Newbie
Joined: 20 May 2015 Posts: 5
|
Hi There,
This might be a weird question but is it possible to retrieve a deployed JAR file from an execution group?
If so, how?
Many thanks |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 20, 2015 4:45 am Post subject: Re: Retrieve deployed jar file from Execution Group |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Melanie.kiit wrote: |
This might be a weird question |
It is.
Melanie.kiit wrote: |
is it possible to retrieve a deployed JAR file from an execution group? |
Yes. You can copy it from the location the execution group's JVM is reading it from. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Melanie.kiit |
Posted: Thu May 21, 2015 1:41 am Post subject: |
|
|
Newbie
Joined: 20 May 2015 Posts: 5
|
Thanks a lot Vitor.
Can you also tell me, how can I get to know that location?
I deployed the jar file from my toolkit and I don't have it now. So where would that location be on the unix lpar.
TA |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 21, 2015 4:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Melanie.kiit wrote: |
Can you also tell me, how can I get to know that location? |
EG's classpath on the LPAR.
Melanie.kiit wrote: |
I deployed the jar file from my toolkit and I don't have it now. So where would that location be on the unix lpar. |
Why not get it from where you got it from to put in your Toolkit?
(I'm assuming it's 3rd party so you can't just rebuild it from the source) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 21, 2015 6:08 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Have you considered using find/grep to search the filesystem for the name of the jar file of interest? |
|
Back to top |
|
 |
|