This worked ... thank you! I tried adding my router's IP as a Virtual Host to enable visiting the site from the outside. A browser will connect ... then wait for an extended time.
I have port 8080 forwarded in my firewall to the intranet IP of the server, but the pages won't come up. Has anyone solved this issue? I think I'll call Verizon, who provided the firewall software. Thanks, * JB * JLeone wrote: > I believe you just add your IP address into jetty.xml into your > virtualHosts. > A new <item> with your address. > > <Set > name="VirtualHosts"> > <Array > type="java.lang.String"> > > <Item>127.0.0.1</Item> > > <Item>localhost</Item> > </Array> > </Set> > > (then restart) > > On Feb 21, 12:52 pm, "J.B. Mentzer" <[email protected]> wrote: > >> Hi, >> >> I'd like to browse my OpenBD instance across my subnet. Presently, I can >> browse it from it's own box, a Mac G4 at IP 192.168.1.2, but only if I >> use 127.0.0.1:8080. Browsing 192.168.1.2:8080 brings up a 404, >> RequestURI=/ with a hyperlink Powered by jetty://. >> >> What needs to be adjusted to allow this access? >> >> Thank you, >> >> * JB * >> J.B. Mentzer >> > > > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
