Hi Andrés, very good question.
Actually, since the repository is the first thing that is initialized, this is provided as a filter/servlet init parameter. You can find the details here: https://svn.rifers.org/rife/trunk/src/examples/tutorial/01_helloworld/ jetty/webapps/root/WEB-INF/web.xml
By default the RIFE web.xml sets it to rep/participants.xml, in this example it has been changed to be just participants.xml
Best regards, Geert On 22 Jun 2006, at 12:24, Andrés González wrote:
Hi! I like the details so here is my question: the repository must be in a directory called 'rep' inside WEB-INF/classes/? I don't think so, I'm trying the 01_helloworld example and there is not such directory: [EMAIL PROTECTED] classes]# pwd /usr/local/tomcat5s/hostservicios/01_helloworld/WEB-INF/classes [EMAIL PROTECTED] classes]# ls -l total 20 -rw-r--r-- 1 sms sms 559 jun 5 19:18 helloworld.html -rw-r--r-- 1 sms sms 803 jun 5 19:18 HelloWorld.java -rw-r--r-- 1 sms sms 482 jun 5 19:18 helloworld.xml -rw-r--r-- 1 sms sms 480 jun 5 19:18 participants.xml drwxr-xr-x 2 sms sms 4096 jun 5 19:18 == syntax highlighted == So, my question is, the "participants.xml" etc. files can be *anywhere* under classes dir? Are they found by name or what? Thanks. -- -=-=-=-=-=-=-=-=-=-=-=-=- Andrés González. _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
-- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
