[quote]I'm not returned to the command line. It's just blank but allows me to enter new lines, I don't know if that's normal. And not curling is not successful for whatever reason.
Definitively not normal. You might want to get just the war file from Magnolia and deploy it in regularly installed Tomcat on your server. There might be some other setting or other instance of tomcat that is in conflict.[/quote] Perfectly normal with the 'tail' command :) It is supposed to stay there and print the contents being added to the 'catalina.out' file. Ctrl + C brings you back to the terminal (and btw does not stop Tomcat or anything, it just stops 'tail'). Please have a look what IP address/interface Tomcat is listening at. Execute 'netstat -ln | grep 8080' and post the output here if you want. You also may want to check firewall settings (Rackspace or the VM). Some Cloud providers tend to force all customers behind NAT and implement some braindead firewalling, so make sure that's not the case with your VM. You may also want to check your Apache configuration. It looks to me like Apache is not listening on the correct interface (That's probably why you can access the page on the loopback interface, i.e. 127.0.0.1). Btw: CentOS is as fine as Red Hat or Debian/Ubuntu for deploying Magnolia btw. That shouldn't be a problem. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b7e527f1-5262-4ab0-86d2-d118f4068ffb ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
