On Wed, 2006-05-17 at 14:25 +0200, Manuzhai wrote: > > Hello, > > Has anyone tried integrating Trac on JBoss? If yes, I could really use some > > insight as to how to accomplish this. > > I'd say this isn't really possible. Maybe JBoss has some equivalent of > apaches mod_proxy, so you can run the tracd server behind it?
As I understand it, JBoss is normally run from behind Apache anyway, so mod_proxy would be the obvious choice if "integration" consisted of "have a trac site available from the JBoss app site". For tighter integration, though -- perhaps using a JBoss portlet display the results of a Trac report along with other Java application output -- you would either have to talk to the Trac server using XML-RPC (or just RSS). If you needed *really* tight integration you could look at something like loading Trac modules from Jython. -- Rob Hunter _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
