Deepak Pant wrote:Yes it is possible to run multiple instances on the same box provided the box has enough CPU, Memory, and Disk to handle this.
The instance in WebSphere world means profiles. Using profile mgmt tool (PMT) you can create multiple instances. Each profile runs in its own JVM and has different port numbers etc.
Explore PMT and your answer lies in it. You can invoke it via pmt.bat or pmt.sh file under your WebSphere install directory.
i tried doing it and the problem is the graphic interface is disabled in Unix so it wont start.
i tried using the wasprofile.sh -create but there are errors which i cant seem to figure out
i tried doing it in windows but the same thing still happens, here the command i entered:
wasprofile.bat -create -profileName TestProfile -profilePath "C:\Program Files\IBM\WebSphere\AppServer1\profiles" -templatePath "C:\Program Files\IBM\WebSphere\AppServer1\profileTemplates\" -nodeName NATILLENode02 -cellName NATILLENCell02 -hostName localhost
and i get this in the log
com.ibm.ws.profile.WSProfileException: Cannot find the TestProfile profile.
Well of course it shouldn't be able to find TestProfile, its the profile you are creating. I can't seem to figure this out.