Hi
I was able to load server.xml after setting the
configuration file. I am getting java.lang.NoClassDefFoundError:
org/apache/naming/TransactionRef ----- Help!
The class is in naming-common-5.0.28.jar file, which is supposed to be in the maven repo in tomcat/jars/naming-common-5.0.28.jar as well as in Geronimo repository.
The class (the jar file, actually) is copied to the Geronimo build (in assembly module) during the build (@see tomcat module's maven.xml file).
Can you verify that the file is indeed in both directories?
Thanks Anita
Jacek