views:

8

answers:

0

Does anyone know if it's possible to deploy a war that could weave dynamic aspects around the method invocations of a class in a seperate deployment on the same tomcat server? I understand the security implications of this but we're looking to be able to audit our application as invasively as possible.

Also is it possible at a war's deploy time to configure a jms topic/queue destination in tomcat or does it all have to be declared in the conf directory before the server is started up?