Monday, 11 January 2016

Collecting version info in WebSphere portal IBM

Version info :- Latest version of portal and fix packs applied for product can be found in this log file. To generate this log run below command and pick it from the mentioned location.


Command :- \IBM\WebSphere\PortalServer\bin WPVersionInfo.bat

Location :-  \IBM\WebSphere\wp_profile\PortalServer\log

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...