Id like to set up some easy in use and installment bug tracker and wiki(Im only interested in free solutions), what do you recommend?
P.S. I like mantis, but its written in PHP, so I cant deployed it on normal JBoss.
Id like to set up some easy in use and installment bug tracker and wiki(Im only interested in free solutions), what do you recommend?
P.S. I like mantis, but its written in PHP, so I cant deployed it on normal JBoss.
The best ones out there are JIRA and Confluence. Not free but pretty cheap and far superior to any others i tried so far.
Both java based and run on tomcat. They also provide it for free for open source projects.
Issue tracker
I would suggest running MantisBT on Tomcat using Quercus
Even more, it support MantisBT out of the box:
Regarding installation, Tomcat instructions are available. Quercus is implemented primarily as a servlet and it will run in any application server including Tomcat.
Wiki
I have had good experience with XWiki:
look at jboss portal - it has wiki portlet.
anyway pure java wikis and trackers are not popular, even if you find one it will have less features compared to php ones.
I suggest to create apache instance and install something like mediawiki and bugzilla (we did so).
by the way, you can run php in jboss: http://www.caucho.com/resin-3.0/quercus/
The Liferay Portal has a fair Wiki Portlet built-in as well.
But I agree with jbx, JIRA and Confluence are not that expensive and really worth the money.
A nice and simple wiki is JSPWiki, as issue tracker you could have a look at JTrac.
I use both in projects, they are free and simple to setup.