Dear All,

We are trying to deploy project using following java tools:

>Spring DM
>Spring MVC
>Spring REST Web service
>Ibatis3
>Maven

Web server
>Websphere


In addition to that we are using Spring dynamic module where components
mentioned below needs to communicate with each other.

>DB module (Contains database connectivity code)
>DAO module (Contains data access logic(Ibatis code ))
>Service module (Contains Business logic)
>Web module (Contains Controllers and views(jsp))


The configuration requires controller of web module to communicate with
service module using spring dynamic module and spring restful Web
service. For this we using API which connects with OSGI but it returns
404 error.

Can you please help me what am I missing here?

Thanks
Vinay