Post Reply 
Multiple Minimserver Instances
21-03-2015, 18:00
Post: #10
RE: Multiple Minimserver Instances
(20-03-2015 22:38)simoncn Wrote:  
(20-03-2015 17:42)damcats Wrote:  If I do this, can both instances run at same time or only one at a time?

If you do the following, both instances can run at the same time:

1) As the first user, start the first instance
2) Switch users to the second user (don't log off the first user)
3) As the second user, start the second instance (note: the first time you do this, you'll get an error message about JVM_Bind and you need to change http.port to the value 9792 instead of 9790, then Exit and restart)
4) Switch users back to the first user (don't log off the second user)

Thanks for all your help. I appreciate it. I was able to get two instances working without creating two users.

This script starts first instance:

set APPDATA=C:\Users\David\AppData\Roaming\MinimServer
cd C:\Program Files\MinimServer\lib
start javaw -jar mserver.jar
exit

This script starts the second instance:

set APPDATA=C:\Users\David\AppData\Roaming\MinimServer1
cd C:\Program Files\MinimServer1\lib
start javaw -jar mserver.jar
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Multiple Minimserver Instances - damcats - 21-03-2015 18:00

Forum Jump:


User(s) browsing this thread: 1 Guest(s)