Subject: Is web server required for installation? Thu 4 Apr - 5:33
Hi,
I dabble in Linux, and I was able to install some multiverse server components on an Amazon EC2 Ubuntu instance. I am at the point of completion of http://www.multiversemmo.com/site/w/index.php/Installing_the_Servers_on_Linux . Executing of “./multiverse.sh status” reports all server instances “Running” I think the next step is getting master server running since multiverse.net is not available. Does this mean I need to provide my own web server for JSP and html page under “multiverse/websites/login….”? Do I need to install Apache and Tomcat at my EC2 instance?
tichfuie Super Contributor
Posts : 257 Join date : 2013-02-07 Location : NA
Subject: Re: Is web server required for installation? Thu 4 Apr - 6:05
i am still new at MV, but as far as i know when i set my master server i had to have apache web server too, since C# client looks for login URL for master server to process login
Delurin Head of Platform Development
Posts : 424 Join date : 2011-08-03
Subject: Re: Is web server required for installation? Thu 4 Apr - 6:28
Yes a webserver is need for the master server to connect to. You could probably modify it to remove the requirement by creating a ui for the player to enter in the username and password since that is really all the webserver is used for in terms of logging in (or you might even be able to just distribute the webpage with the client and load it locally.) But you would also need to manually patch the client with assets since that also uses a webserver.
Sponsored content
Subject: Re: Is web server required for installation?