Tomcat problem

Hi,

Can any one tell me where to add this configuration in tomcat 4.1 ?

Or is this specific to tomcat5?

Here are the instructions i have ..

-

Open Tomcat Properties (Startmenu or via Tomcat Monitor) and add at Java/Java Options the configuration path:

-Dthumbnailserver.config.dir=<installation_directory>\thumbnailserver\config

Example: the folder "thumbnailserver" was copied to "c:\programs" then add

-Dthumbnailserver.config.dir=c:\programs\thumbnailserver\config

to the Java Options.

thanks

[569 byte] By [CjavaVMa] at [2007-10-2 19:46:06]
# 1

Looks to me like it should be added to the java options for the command line that is starting tomcat. On my Windows machine I have :

"C:\Program Files\Java\jdk1.5.0_06\bin\java.exe" -jar \

-Duser.dir="C:\Program Files\Apache Group\Tomcat 4.1" \

-Djava.endorsed.dirs="C:\Program Files\Apache Group\Tomcat 4.1 \common\endorsed" "C:\Program Files\Apache Group\Tomcat 4.1\bin\bootstrap.jar" \

start

So it would just be added in the -D section

davioda at 2007-7-13 22:24:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...