• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Multiple server Instances

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are trying to create multiple instances of the server on the same node on same was5.1 installation. Is there any way to do it other than doing it from admin console( & or using WSinstance command)?. We tried doing it through admin console but the applications in the newly created instances doesn't start/stop.We used same ear for all the instances. Any help would be appreciated.
Thanks,
Gopal
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you get any error messages in the log file? You may have EJB name collisions in JNDI.
 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gopal,
Are you using a server group or just two copies of the same server?
 
gopal chandh
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its just two copies(one for DEV and one for QA) of the same server. Same EAR File. with different application names.
Checked the log files. didn't find any error messages. How do i check the EJB/JNDI Clash and how can i change that?
Thanks,
Gopal
 
Mike Burnham
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest trying each application individually before installing them together. If they work individually then some kind of collision has occured.
reply
    Bookmark Topic Watch Topic
  • New Topic