Re: multiple attachments on SpringHost

2011-04-27 Thread Daniele Dellafiore
I've figured out what it was Using just "/" as the entry key was a silly idea. This way the server answer on localhost:// instead of localhost:/ So using an actual path like /api make everything works. On Wed, Apr 27, 2011 at 2:54 PM, Daniele Dellafiore wrote: > Hi. I've a working app that s

multiple attachments on SpringHost

2011-04-27 Thread Daniele Dellafiore
Hi. I've a working app that serve a REST API where the compoenent is configured like This works, apiApplication is a Application bean with a SpringBeanRouter as inboundRoot property. Now I changed with This is because I want to serve under /api the api and