posted 20 years ago
One thing that jGossip provides is an ant-based deployment scheme, which is very convenient. It is used to deploy multiple forums.
They have a top level 'env' directory, into which you place 'site' directories, for example 'jcvs' was my site, so there was a 'env/jcvs' directory in the project folder. You can have many sites in there.
Each env site directory contains files that are for that site only. For example, you can override the logo pic, you can set the various theme 'skin' parameters, you configure the database parameters (dbname, user, pass), etc.
Then you simply say 'ant -Dsite=sitename deploy' and a WAR file is built for you all configured for that particular site.
This really simplifies maintaining multiple forums.
[originally posted on jforum.net by Anonymous]