B4J Question [ABMaterial] Several apps

mindful

Active Member
Licensed User
Not possible. You need to create different b4j project for each app and that means also different servers running on different ports. To acomplish what you want you need to use a proxy in front of the b4j apps.

Also you can simulate multiple apps by creating 1 app named something like "apps" and the create different server websocket classes (pages) for each of the apps you want and it will look something like: https://yourhost/apps/app1, https://yourhost/apps/app2, etc. This way you can have just one b4j project.

Also the session is server wide ...
 
Upvote 0
Top