Can somebody help me with integrating JForum with my project. It is an existing tomcat project in eclipse IDE.
How do i go about integrating JForums. Say, suppose i run my application and on the index.jsp page i have a link to the forum, i should be able to access the forums.
I don't want to deploy two seperate projects i.e one for jforum and the other for my application and access the forums.
If somebody has integrated JForum in their application please help me with the exact things i need to configure.
Regards,
Deepak
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35236
7
posted
0
JForum consists of a servlet and a few servlet filters - you can configure those for any path inside your web app that is convenient.
Have you gotten JForum to run as a separate web app yet? If not, that should be the first step.