on 5/10/2000 2:31 PM, Thomas Krebs <[EMAIL PROTECTED]> wrote:

> Although, I am rather new to servlet programming, I suggest that determining
> the path to the property file should be changed.

...and you would change it to???

One idea I like is that WebMacro will look in the CLASSPATH for its
properties file. The problem with that is having multiple Turbine
installations would be more difficult to manage because CLASSPATH is a
global option.

Personally, I like the current WAR scheme the best. All you need to do is
this:

cd turbine/build
build-turbine.sh war-webmacro

Then copy that directory that gets built over to your webapps directory and
you are done. No need to edit the paths except to the WM templates directory
in the WM.properties file.

I personally think that the way that you are setting things up (by editing
the global web.xml) is a bad idea because it interferes with making WAR
archives portable. It also makes it harder to setup the server and do
upgrades.

-jon

-- 
    Java Servlet Based - Open Source  |        Collab.Net
        Bug/Issue Tracking System     |   now hiring smart people
       <http://scarab.tigris.org/>    |  <http://Collab.Net/jobs/>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to