intellij idea - Tomcat support on Webstorm -


I'm a JavaScript developer, and I am currently working on a project where the Tomcat server is used.

I'm familiar with IntelliJ's idea, but recently read about any other Jetbrains product for web development - WebStorm gives me some good features in the webstorm (especially the AngRegs Related to autocompletion), but it seems that there is no tomcat server support and I create the server side of the project in * .war-file and manually run through the terminal Is every time

So what Java support in a Tomket / Vebstorm for? (Or should I continue using the IntelliJ idea and forget about the webstorm and its cool functionality) =))

You can do one thing

  • First start your Apache Tomek server with startup.bat / startup.sh (assuming your project directory name is" AngularJSTest "in webstorm. .)
  • Click on it> Reactor> Move
  • WebApp Directory

So from now on, any changes made to this project from webstorm Will appear in the webapp directory. You can access it from the link.


Comments