Dear All,
I just wanted to know if there is any open Source bug tracking tool written in Java?
or alternatively How Can I deploy bugzilla or Xaraya on to JBoss? with out using Apache.
Thanks and Regards
Rajiv
-
Bug Tracking Tools for Java or JBoss? (1 messages)
- Posted by: Raj S
- Posted on: March 19 2006 21:15 EST
Threaded Messages (1)
- Bug tracking and code analysis by Guy De Pourtal??S on March 20 2006 07:48 EST
-
Bug tracking and code analysis[ Go to top ]
- Posted by: Guy De Pourtal??S
- Posted on: March 20 2006 07:48 EST
- in response to Raj S
Hi,
Have a look at this page that gives a bunch of issue tracking systems.
http://java-source.net/open-source/issue-trackers
You should find something interesting
For Bugzilla, it is written in Perl. Theoritically, there should be a possibility to install it using the CGI interface of the Tomcat container shipped with JBoss, but I don't believe it is recommended.
Guy