Hey,
i would like to run jforum witht another directory structure in oder to integrate it in an existing web-app later. So i have this directory structure in my root (forum) folder:
.settings
WebContent
images
META-INF
src
net
jforum
templates
Web-Inf
classes
config
lib
web.xml
...
index.htm
.classpath
.project
my web.xml is unchanged. In fact, i have keeped the same directory structure from the webContent root down. the .class files are generated in >Web-Inf >classes , so i think every thing is ok.
But When in run the forum (
http://localhost:8080/forum/index.htm) i get the error "the ressource forum/index.htm ist not available".
I use a mysql database and tomcat 5.0.
Can you help me please?
thanks.
[originally posted on jforum.net by webparcours]