Question : Websphere deployment logs

I am trying to pull the deployment logs from the WAS 6.0 version. Basically all I need is view all the deployment performed on Web sphere for the last 6 months. Thank you in advance.

Answer : Websphere deployment logs

Another way would be to use scripting to find out what applications have been deployed, and that are still configured.

1:
2:
3:
4:
5:
6:
7:
8:
9:
[root@ragdoll bin]# ./wsadmin.sh -profileName AppSrv00 -conntype none -lang jython -c "print AdminApp.list()"
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
DefaultApplication
HelloJython_war
PlantsByWebSphere
SamplesGallery
ivtApp
query
[root@ragdoll bin]#
Random Solutions  
 
programming4us programming4us