I have not used Tomcat much at all. (I am switching to it.) But:
> 3. config web.xml of each directory, and config Turbine to use different
TurbineResources.properties file.
> 4. Config Turbineresouces.properties:
> module.package = org.package.one.modules, org.package.two.modules,...
I would think that each TurbineResources.properties would only reference one
of the packages.
> 5. in WebMacro.properties config:
TemplatePath=/home/one/templates:/home/two/templates
You should have two WM properties files, each one listing one of the paths.
> 6. copy the one.jar fiel and two.jar file to classpath.
This may not be a problem. But I would recommend not putting jars of your
screens, navigations, etc. in the (system) classpath. You should place them
in their respective directories (in expanded form?), so that they are loaded
by each applications classloader. This is especially helpful during
development.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]