Another potentially quite stupid question ... > > > They are looked up through the classpath, just as any RIFE > > > resource is by default. Relative paths don't work. > > _Strictly_ speaking, that's not correct, is it ? > > For example, "rep/users.xml" is a relative path, and it works. > No, it's looked up absolutely, just like any resource in Java. > It's looked up from the root of the classpath, not according to > a filesystem.
I have not dealt with classpath issues too much. When you talk about "the root of the classpath" that is used to search for (for example) parameters supplied in rep/participants.xml, -- is this the same as the value of the CLASSPATH env.variable when the servlet contsiner is started ? -- is this the same as the value of the Java system property that is available to programs at runtime ? -- so, would it be possible to add additional directories to this classpath simply by adding some to CLASSPATH ? -- or, is this classpath something that is defined by and for Rife ? thx much fred -- F.Baube * Georgetown/MSFS/1988 * Think pangalactically. fbaube#saunalahti.fi * Act locally. gsm +358 41 536 8192 * wmd 60°11'10.8"N 24°57'36.9"E _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
