Hello there.

I'm new to LS.

I want to test it on my pc. So I installed it yesterday and it runs at http://localhost:8080. But I want to use it with apache and my IP address. I read HOW_TO_DEPLOY_ON_YOUR_WEB_SERVER.TXT but I still have problems.

this is the 3 lines of my misc.js file that I have to change:

pushPage.context.setDomain('MY_IP_ADDRESS');
lsEngine.connection.setLSHost('MY_IP_ADDRESS');
lsEngine.connection.setLSPort('80'); -> The Apache listening port 80

LS server is listening port 8080.

I did port forwarding in my router for 8080 but when I type MY_IP_ADDRES:8080 nothing happens.

So is it possible to do it that way on one machine? Something that I miss on LS conf or it's something else.