You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started using IntelliJ community with tomcat plugin to run a web app. I do not see option to provide server.xml as input. Please let me know how to run tomcat server providing server.zml as input. We had this option when using eclipse but do not see this option when using IntelliJ community ide
#125
Open
sharathvanam opened this issue
May 15, 2024
· 3 comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
sharathvanam
changed the title
I have started using IntelliJ community with tomcat plugin to run a web app.
I have started using IntelliJ community with tomcat plugin to run a web app. I do not see option to provide server.xml as input. Please let me know how to run tomcat server providing server.zml as input. We had this option when using eclipse but do not see this option when using IntelliJ community ide
May 15, 2024
@sharathvanam The server.xml is copied from the Tomcat directory you configured. So, you can modify your server.xml there. I'm not sure if it is your needs.
Thanks for your suggestion. I need tomcat to read Contexts from server.xml. I have multiple contexts for my web application . It should work as in eclipse ide which reads config from server.xml
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: