On Mar 19, 2010, at 1:07 AM, Shashij wrote:
> 2. Updated config.xml with:
> <gbean name="TomcatEngine">
> <attribute name="initParams">
> name=Geronimo
> jvmRoute=node01
> </attribute>
> </gbean>
>
> ** What is correct sectio to add above lines ??
In var/config/config.xml add the gbean to the tomcat6 module.
<module name="org.apache.geronimo.configs/tomcat6/2.1.4/car">
<gbean name="TomcatEngine">
<attribute name="initParams">
name=Geronimo
jvmRoute=node01
</attribute>
</gbean>
...
</module>
--kevan