I want to use the url like
http://mysite/community/list.page replace of
http://mysite/community/forums/list.page, how do I change the code or properties file?
and, I want put all the lib jar file to my application path somepath/WEB/lib/, and put all the jforum catalog in my application webroot, It will work?
the third, my application have a different dwr impletement, in web.xml:
<servlet-name>dwr-invoker</servlet-name>
<servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>
...
how do I integrate jforum's dwr and myself dwr in web.xml or need some code change?
[originally posted on jforum.net by Patrick]