How do you redeploy javascript in Idea when using a Tomcat configuration

Posted by Jonny Leeds on Stack Overflow See other posts from Stack Overflow or by Jonny Leeds
Published on 2014-06-12T09:11:46Z Indexed on 2014/06/12 9:24 UTC
Read the original article Hit count: 327

Filed under:
|
|
|

I'm working on a java/javascript webapp that runs on tomcat.

We're working with IDEA and I've managed to get debugging set up for both the client and server code at the same time, which is great. I did have hot redeployment of the javascript set up when running Tomcat manually, however I find when running Tomcat through IDEA this doesnt work as it's setting stuff up somewhere in my users folder.

I was going to just set up a deployment configuration to go to that folder but I can't see any of the javascript files in there.

Is it possible to get the best of both worlds and have debugging and automatic deployment working together?

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript