Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

running jforum witht another directory structure - duplicate

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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:

forum
>.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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate ... locking ...

[originally posted on jforum.net by GatorBait3]
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic