On Mon, Feb 8, 2010 at 10:17 AM, Jordan Michaels <[email protected]> wrote: > You need to set your site as the default host. > > In your Tomcat server.xml file, look for the Host entry that's name is > "localhost". Point the "docBase" location to where your FB app is, > ("/var/www/mycompany.com" in your own examples), restart Tomcat, and let us > know how it goes.
This is exactly what I suggested yesterday. Use a default vhost in Apache to wildcard match all domains and then in Tomcat, let ALL OF THOSE use the default host - localhost. Nitai and I both have running systems that work this way. If you follow our instructions, it will work for you. -- Sean A Corfield -- (904) 302-SEAN Railo Technologies US -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
