anthony rogers wrote:
So have you made yours ROOT to get it to work Michael? I'm going to try that
next if there not a nicer way of doing it... been looking all over the web
and there not much info...

In some respect, yes, I have my magnolia webapp configured to be at a location outside of webapps.

---------- $TOMCAT_HOME/conf/server.xml snippet -------------
<Context path="" docBase="/usr/local/kmuweb_instances/develop_author" debug="0" reloadable="true"/>
-------------------------------------------------------------

Don't forget to configure the apache proxy, e.g.:

ProxyRequests Off

<Proxy *>
  Order deny,allow
  Allow from all
</Proxy>

...

ProxyPass   /       http://localhost:9180/
ProxyPassReverse  /        http://localhost:9180/



But I think, you don't need to deploy magnolia as the root webapp. Never tried it, though.

--
Good luck
Michael

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to