Matt, I would suggest the best thing to do is break this into pieces,
First work out by manually browsing tomcat whether its responding as expected then add Apache into the mix or decide whether you need Apache at all. The reason I say whether you need Apache is habitually we front application servers with web servers and it is true of course that NGINX and possibly Apache are far more performant at scaling with static assets however if you do not need Silly scale then you might be able to just use tomcat and either get it listening on the ports you want directly or as I can see you're on Nix (i'm assuming Linux) then using iptables to bend the port mappings. Personally i use Rewrite modules like tuckey, SSL etc and don't front with a web server at all. The first question is have you got a class based install have a look at catalina.properties does it have a reference to your OpenBluedragon.jar in it or is it WAR based, if it does the setup is slightly different. The next think is I would try putting your DOCBASE outside of the tomcat web apps folder Restart Then try browsing the sites via tomcat directly Cheers Alex On 10 November 2011 20:32, Matt C <[email protected]> wrote: > Wow... ok, so I've just discovered siteA is NOT working quite as > perfectly as I previously said. When I go to http://myIP/, I see > siteA, but I can navigate to http://myIP/AnyDirectoryInWebapps. So > far I can find no rhyme or reason in how the directories are being > selected between Apache and Tomcat. > > - Matt C > > -- > 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
