[Simpleweb-Support] Need help with Simple 3.1.3
Brought to you by:
niallg
From: Vincent E. <vin...@gm...> - 2006-05-24 08:44:54
|
Hello ! I was using Simple 3.0 and I saw this morning that there were a few new versions. I decided to use the latest, but I have some problems. I looked a= t the demo and tried to do my own little server, but I'm not sure what is useful... Could someone give me the minimal architecture needed to have a server that : - has a few services mapped on specific urls (/attributes =3D> AttributeService, ...) - acts like an http server for "unmapped" urls (ie /index.html loads the file name index.html located in a given directory). I saw that all mapping stuff and server config can be done in xml files, an= d I must say that this is a great thing ! I think I understood how Mapper.xml= and Content.xml work (but I really don't know where I have to say in the code that I want these files to be used...), but Server.xml is a little more complicated... Can someone explain me who this file works ? Thanks a lot ! Vincent |