Entry point / not working in WAR [message #1241039] |
Fri, 07 February 2014 06:40  |
Eclipse User |
|
|
|
We have taken advantage of the support for root entry points "/", which works great for stand-alone OSGi deployments, but it seems to cause issues when running in a WAR inside an AppServer. We've tried JBoss and WebLogic, both having the same problems.
The symptoms are that the request never returns, so the browser just sits there with a blank white page. No error, no messages in the AppServer console.
We have multiple entry points defined in the applications we have tested with, and they work ok as long as there isn't an "/" root entry point included.
configuration.jar something like this:
application.addEntryPoint( "/", TABRISEntryPoint_rapideapproot.class, epProps );
application.addEntryPoint( "/FT1", TABRISEntryPoint_FT1.class, epProps );
application.addEntryPoint( "/FT2", TABRISEntryPoint_FT2.class, epProps );
application.addEntryPoint( "/FT3", TABRISEntryPoint_FT3.class, epProps );
etc.
We always put the root entry point first.
Is this a known limitation of using root entry point, or is it possible we are doing something wrong?
Thanks, John
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.26522 seconds