Add local network user

I have Lucee/Tomcat running fine on my development machine and am not using II7. I’d like to be able to access the app I’ve built from another computer on the local network but I’m unsure how to go about it.

Just use your local up address from another machine.

Type ipconfig from an elevated command prompt to see what your dev machines up address is on the local network

Ok, I know the ip. Do you mean I should enter http://192.168.1.123 in the browser address bar? if so, just it times out.

that should work if you can access your local site at http://127.0.0.1, but you might need to open port 80 on your local firewall. which webserver are you using?