zengkid / SmartTomcat

The Tomcat plugin for Intellij IDEA
Apache License 2.0
125 stars 56 forks source link

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 5 months ago

sharathvanam commented 5 months ago

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.

yuezk commented 5 months ago

@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.

sharathvanam commented 5 months ago

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

zengkid commented 4 months ago

please try version 4.7.3, you can update the server.xml file in your project now. the folder is .smarttomcat//conf image