Page 1 of 1

Scalix-Shipped Tomcat Configuration

Posted: Mon Jan 15, 2007 11:53 am
by drfothers
Hi,

With Scalix 10 I could easily configure Tomcat to run other webapps on my server.

With Scalix 11 I have found the various ajp connector files but can't seem to accurately locate the root directory of the Tomcat installation that is installed and configured on my Suse 10.1 OSS server.

Also, is the autodeploy configured? I've tried putting my WAR (for an application called subsonic - MP3 catalogue software) in a number of possible directories but restarting tomcat has not unpacked it.

Any chance we could have a sketch of how the bundled Tomcat is configured as shipped and how to make rudimentry changes.

Thanks.

James

Posted: Mon Jan 15, 2007 12:49 pm
by dkelly
The tomcat configuration is held in /var/opt/scalix/NN/tomcat. The binary files remain in /opt/scalix-tomcat.

The only thing that has changed is the location of the directory for the apps. This is defined by the -Dscalix.instance property that's defined on the tomcat command line.

Cheers

Dave