Tuesday, February 10, 2015

WebSphere End to End War deployment

Once you install and configured websphere with new profile, you can start deploy war files.
Start new profile.
from websphere customization tool box, you can see the servers
here in my case server2 -- AppSrv02

start server

https://localhost:9044/ibm/console/
https://localhost:9044/ibm/console/login.do?action=secure
(above port=9061 - port will be increase by one for each profile creation.)
will load login page for admin
user name and password = admin/admin

1. Increase heap size

"webshere application server"  under server--> server types-->



select "server1"

select "Process definition" under "Server Infastructure"


select "Java Virtual Machine"  under additional properties.

Step 04 (Set Initial heap size & Maximum heap size àApply àSave),
Don’t give your system’s complete RAM size as Max heap size.  Ex, if your system is having 5120 RAM don’t give MAX heap size as “4096”. Give it as “2048”


In my case I have 4GB ram with left some 2BG, i would rather give some 1000 plus value, you can increase this later. 



make sure you apply the changes and save them (save for the configuration file.)












No comments:

Post a Comment