Hi to everyone
Has anyone tried to integrate JForum with a GWT (Goolge Web Toolkit) application?
What i'd like to obtain is a single application (i.e. a single .war file) to deploy with an embedded forum.
To be more precise i'd like to have an application (running on
Tomcat) with address
http://somewhere:8080/myApp
and i would like to be able to have a forum for that application at the address
http://somewhere:8080/myApp/forum
I read the here the forum but it seems that i couldn't find anything clear about this...
ops:
I tried uncompressing the .zip jForum file in the /webapp/myApp directory in Tomcat, merging the web.xml files. (In the web.xml files there are the mappings for my other
servlets).
I configured the SystemGlobals.properties file to use a mysql database.
However the forum doesn't want to show up
I'm a bit confused about:
- what should i write in "forum.link" and "homepage.link" in SystemGlobals.properties?
- how should the web.xml file look like?
Thanks in advance.
[originally posted on jforum.net by throttle]