First one basic question:
What is the concept of cell, node, nodeagent etc. I understand that it is for network deployment/load balancing of application servers. But its not clear.
Second my problem with starting the server:
I created a websphere server profile as Cell (deployment manager and a federated application server) using Profile Management tool. I see AppSrv02 and Dmgr02 folders got created.
Next I wanted to use this server inside RAD (7.5). I created a new server, chose this profile name (AppSrv02), gave a server name (WebSphere Application Server v6.1 at localhost), a application server name (atgServer).
I get this error when starting the server:
E ADMU0111E: Program exiting with error: java.io.FileNotFoundExcept
ion: C:\Program Files\IBM\WebSphere\AppSer
ver\profil
es\AppSrv0
2\config\c
ells\malli
1Cell02\no
des\malli1
Node02\ser
vers\atgSe
rver\serve
r.xml (The system cannot find the path specified.)
at java.io.FileInputStream.<i
nit>(FileI
nputStream
.java:135)
........
This is what I have - C:\Program Files\IBM\WebSphere\AppSer
ver\profil
es\AppSrv0
2\config\c
ells\malli
1Cell02\no
des\malli1
Node02\ser
vers\nodea
gent
I have a nodeagent directory but the server startup is looking for atgServer folder (atgServer is the server name).
Any help appreciated!