I modified the TomcatWarBuilder to augment the Tomcat JNDI building
code instead of disabling it and using our own building code. The
added benefit is all of the context.xml configuration for jndi now
work and the jndi tree now contains the strange Tomcat java:comp/
Resources context, so if you were using that.... Also, we
automatically bind UserTransaction, TransactionManager,
TransactionSynchronizationRegistry, ORB, and HandlerDelegate in the
java:comp context.
Let me know if you have any Tomcat JNDI problems.
-dain