Hi all,
I am into a process of integrating admin webapp of tomcat 5.5 to tomcat 6.
Initially i got "Catalina type=StoreConfig" not registered. After that i
integrated storeconfig and cluster modules of tomcat 5.5 into 6. Also added
StoreConfigListener to server.xml. Now getRegistry() in StoreConfig.java is
returning null in this line.
StoreFileMover mover = new StoreFileMover(System.getProperty("
catalina.base"),getServerFilename(), getRegistry().getEncoding());
Can anybody tell me how to get the Registry in tomcat 6. If i get this, then
admin webapp will work.
Regards,