Discussion:
[Supervisor-users] Multiple tomcat instances
Thiago M. Figueiredo
2014-10-14 19:36:07 UTC
Permalink
Hello guys good afternoon,

I can put more than one tomcat instance for supervisord control? The same
server.
Thank
Ales Zoulek
2014-10-14 20:19:25 UTC
Permalink
If you can run them on the same box in a saparate shell sessions, you can
run them in supervisord control.

Usualy the issues you may run into are conflicting resources (sockets,
listen network ports, etc...), so you may need to start each tomcat
instance with a different configuration.

Ales

------------------------------------------------------
Ales Zoulek
+420 604 332 515
Jabber: ***@gmail.com
------------------------------------------------------

On Tue, Oct 14, 2014 at 9:36 PM, Thiago M. Figueiredo <
Post by Thiago M. Figueiredo
Hello guys good afternoon,
I can put more than one tomcat instance for supervisord control? The same
server.
Thank
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
Thiago M. Figueiredo
2014-10-15 11:49:47 UTC
Permalink
Ales,

Each instance already has its own configuration file and the ports are
different.

If I run the ./startup.sh each instance works more if I put in supervisord to
start two instances only one starts and the other of the error.

Thank

------------------------------
Thiago M. Figueiredo
***@thiagofigueiredo.com
Cel: (55 11)9472-5713
***@yahoo.com.br
http://www. thiagofigueiredo.com
Post by Ales Zoulek
If you can run them on the same box in a saparate shell sessions, you can
run them in supervisord control.
Usualy the issues you may run into are conflicting resources (sockets,
listen network ports, etc...), so you may need to start each tomcat
instance with a different configuration.
Ales
------------------------------------------------------
Ales Zoulek
+420 604 332 515
------------------------------------------------------
On Tue, Oct 14, 2014 at 9:36 PM, Thiago M. Figueiredo <
Post by Thiago M. Figueiredo
Hello guys good afternoon,
I can put more than one tomcat instance for supervisord control? The
same server.
Thank
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
Continue reading on narkive:
Loading...