-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to run multiple app in the same tomcat share the same port ? #104
Comments
Currently, there is no straightforward way to achieve this. I had planned to support multiple apps. But I don't have a clear idea of how to express it in the plugin UI. Multiple applications support could make the configuration UI more complex. If there is any clear way to describe it, I could implement it. And I would like to hear your voice and suggestions. |
Hello, |
@Isukthar Does the first app depend on the second one? |
My project contains maven projects : APP1, APP2, LIB1, LIB2, LIB3 There is a bean present in LIB1 and LIB2. When I deploy APP1 on SmartTomcat, there is a conflict between the bean from LIB1 ans LIB2, whereas LIB2 is not a dependency of APP1. Looks like when I launch SmartTomcat, all projects are deployed. Thanks |
@Isukthar The problem could be that this plugin cannot detect the relevant modules automatically. You can try to configure the modules manually on the plugin's configuration page. If several modules are in the dropdown menu, you can try it several times to select the best one. |
All my maven projects are in the list, but no mater the project I select, the issue is the same. |
For new seems need to start a separate tomcat for each app, and with different port.
Wondering is it possible to start a tomcat, then add/remove multiple apps in the same tomcat?
The text was updated successfully, but these errors were encountered: