Hello, I'm configuring Restlet from spring and facing a problem with achieving my goals. First of all i need access logs. Only way i can see is creating and configuring component. My goal is to create 2 separate servers on different ports. Each server has own application.
when its configured from spring without component - its working OK but without access logs. My problem is that i can not join 2 servers into component. Component only has default target. When i set default target to one of my applications the 2nd becames unavailable. When i don't set defautlTarget - none of applications are available. Another problem with defautlTarget - that my application became availabel on both of configured servers. Can anyone give me a halp on this issue ? -- Regards, Evgeny Shepelyuk ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2388216

