PDA

View Full Version : World HTTP Server Not working


phis2017
12-05-2011, 07:37 PM
Hey Folks,
I have succesfully set up my public server and my friends are playing on it and all going great. However, the http world service will not work no matter what I do. When the world server boots up I can see it give a message that the he HTTP Serivce is disabled, but I have set it up to be on in the eqemu_config.xml file.. This is what I have..
<http port="9080" enable="true" mimefile="mime.types"/> Is there anything else that I should be doing?!?!? Please help!!!

lerxst2112
12-05-2011, 08:18 PM
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="true" mimefile="mime.types" />


You're missing a 'd' on enabled.

phis2017
12-05-2011, 10:32 PM
Very cool...that worked!!!! are there any web pages or templates that go with the service???? I can get past the login then I get a page not found error...
Thanks!!

lerxst2112
12-05-2011, 11:24 PM
It sounds like you didn't copy over all of the default files properly. Look in trunk\EQEmuServer\utils\defaults and copy what is missing to your server directory. I would guess you're missing the templates directory which is where the html files are, but there may be more.

phis2017
12-08-2011, 10:41 AM
That did it!! Thanks!!! I did notice one more thing... When I make changes to the DB using the http services, the world.exe server chashes.. Any insight??

Thanks!!!!