Hi magnolians,

I have apply for a private account at http://www.visionwebhosting.net (Java
expert plan) that looks very fine to run Magnolia but I can't make it work
Here is the default server.xml provided by the guys.

<Service name="Catalina">
        <Connector port="25809" protocol="AJP/1.3" />
        <Engine name="Standalone" defaultHost="mydomain.com" debug="0"
jvmRoute="tomcat1">
                <Logger className="org.apache.catalina.logger.FileLogger" />

                <Host name="mydomain.com" debug="0"
appBase="/path/to/my/website/var/www/html" unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
                        <Alias>www.mydomain.com</Alias>
                        <Logger
className="org.apache.catalina.logger.FileLogger"
directory="/path/to/my/website/home/user/tomcat5/logs" prefix="tomcat4_log."
timestamp="true"/>
                        <Context path=""
docBase="/path/to/my/website/var/www/html" crossContext="false"
reloadable="true" />
                </Host>
        </Engine>
</Service>


It runs under Apache with mod_jk.
They said that have added my path /magnoliaAuthor/* to the mod_jk.conf
(Unfortunately I have no handle on mod_jk.conf and httpd.conf)
How do you feel I must configure the service to make it work?
I have tried so many things ... unsuccessful! :(

The last thing I am on is that... 
Tomcat1 seems to be ok in workers.properties

<Service name="magnoliaAuthor">
                <Connector port="25810" protocol="AJP/1.3"/>
                <Engine name="magnoliaAuthor" defaultHost="mydomain.com"
debug="0" jvmRoute="tomcat1">
                <Logger className="org.apache.catalina.logger.FileLogger"
prefix="catalina_log." suffix=".txt" timestamp="true"/>
                <Context path="" docBase="magnoliaAuthor" debug="0"/>
                <Host name="mydomain.com"
appBase="/path/to/my/website/var/www/html/magnoliaAuthor " unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
                        <Logger
className="org.apache.catalina.logger.FileLogger" directory="logs"
prefix="magnoliaAuthor_log." suffix=".log" timestamp="true"/>
                </Host>
                </Engine>
        </Service>


Any Apache/Tomcat guru to help?
Many thanks in advance.

Cheers, 
Stéphane


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

Reply via email to