facebook

Most efficient way start multiple server instances?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #272065 Reply

    tim3
    Member

    My J2ee application must be deployed on a WebLogic server instance called “Server1”. But Server1 depends on server instances “AdminServer” and “LogServer”.

    Without MyEclipse I start the server intances in the following order from the command line:

      startAdminServer.cmd
      startLogServer1.cmd
      startServer1.cmd

    The question is now: how do I start Server1 from MyEclipse, knowing that Server1 doesn’t work without AdminServer and LogServer1 being started?

    Thanks in advance,
    Tim

    #272076

    Riyad Kalla
    Member

    Tim,
    You *can* setup custom Luanch configurations for WebLogic 3x (under the “Launch” node under the server connector you are setting up) one for each server, then run them from within the IDE. Or you can start AdminServer and LogServer1 from the console, and just start/stop Server1 from inside MyEclipse. Whichever works easier.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Most efficient way start multiple server instances?

You must be logged in to post in the forum log in