I think you should try adding openbd.local to your local hosts file with external ip address and try browsing? Failing that on the actual server try using wget http://openbd.local:8888 and the same with secure to see whether what you get back is what you expect and that resolves it appropriately. If that is correct then you know the issue is with the proxying from apache
A On Thursday, 10 November 2011, Matt C <[email protected]> wrote: > Alex, thanks for the quick reply! I'll take a closer look at your > first post in a minute, but I wanted to go ahead and elaborate on your > second. The server is online, and I'm navigating to http://myIP/ from > outside the server. I think Apache is suppose to be listening for any > request on port 80 and forwarding it to http://openbd.local:8888/, and > forwarding all port 443 requests to http://openbd.secure:8888/. > However, that did just give me an idea to check to see if Tomcat is > also listening for public traffic, and competing with Apache. > > On Nov 10, 3:44 pm, Alex Skinner <[email protected]> wrote: >> P.S Also I have just read that are using http://myip to browse the site you >> should always be using the host headers http://openbd.secure for example >> otherwise you're likely to get the default tomcat host which is probably >> pointing at the web apps root hence the directory structure. >> >> A > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- Alex Skinner Managing Director Pixl8 Interactive Tel: +448452600726 Email: [email protected] Web: pixl8.co.uk -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
