Hi All,

         I have integrated "storeconfig" and "cluster" modules of
tomcat 5.5to tomcat
6.0 to make admin webapp works with tomcat 6.0. Also i added storeconfig
listener in server.xml. Out of three categories in admin (server, Resources,
users), server is working in fine. Changes done in server category is
updating the server.xml. Others i.e. Resources and User Definition are not
working.

        If i try to add environment variable, its throwing error "
javax.management.ReflectionException: Cannot find method addEnvironment with
this signature". This method is present in NamingResourcesMBean.java. I also
added addEnvironment(String, String, String) in NamingResource.java then it
started giving error "java.lang.NullPointerException: name cannot be null".

       I think there is some problem with NamingContextListeners or some
configuration error. Can someone help me on this.

Regards,
Santosh

Reply via email to