Friday, November 23, 2012

WAS Default Configuration

Eclipse Web Services Explorer :
http://127.0.0.1:2087/wse/wsexplorer/wsexplorer.jsp?org.eclipse.wst.ws.explorer=0
WAS Backup and Restore Configuration :
backupConfig.bat  "C:\Backup.zip"
restoreConfig.bat  "C:\Backup.zip
WAS Admin Console URL :
http://localhost:9060/ibm/console
WAS Start and Stop Server :
startServer.bat server1
stopServer.bat server1
WAS Version and Installation History :
versionInfo.bat
historyInfo.bat
WAS Command Line Admin Console :
wsadmin.bat
Click Here for more info.
Profile Management Tool :
pmt.bat
WebSphere Application Server no longer starts :
To fix it by doing the following steps:
1. Open the file, server.xml in
profile_home\config\cells\cell_name\nodes\node_name\server\server1\
2. Locate the following line: genericJvmArgs="".
3. Replace this with an empty string: genericJvmArgs="". Start the application server.

Resolving Operating System Prerequisite Check issue in IBM Products : ClicK Here
In File : /fep.websv.primary.pak/maintenance.xml
Add line : $NIFP{windows7osprereq.flag};
Add Lines : 

FileName & Location For Modifying Ports address :
Location: profile_home\config\cells\cell_namel\nodes\node_name\
Filename: serverindex.xml, Virtualhosts.xml (under JININode01Cell dir)
FileName & Location For Modifying JVM, HeapSize Paramenter :
Location: above_location\server\server1\
Filename: server.xml
Filename & Location for removing profiles name :

Location: base_server\properties\ (base_v7\properties)
Filename: profileRegistry.xml
Hot deployment and dynamic reloading
SSL Certificate expiration issue resolution
Download WAS v6.1 & v7.0 Developer  Edition
Download WAS v8.5 & WASDEV Plugin for Eclipse