tags:

views:

8

answers:

0

Hello, I'm developing a GWT application in a separate war file, the server side of the gwt application call the business layer in a EJB container. The problem is, how to control the session when my gwt code is in a separate context of my really application? Main app:

host:8080/mainApplication

Gwt app:

host:8080/gwtApp

The login control is done by the main app, but, I need to control in the separate war. Any suggestion?

related questions