Webapps, Tomcat and Debug
In build 3396, when I attempt to deploy and debug a webapp through a Tomcat app server, I get the following error (both an existing project and a brand new project):
"Attempt to copy module 'MyWebApp' output directory 'C:\java\projects\personal\sample\MyWebApp\exploded\WEB-INF\classes' to 'C:\java\projects\personal\sample\MyWebApp\exploded\WEB-INF\classes' will lead to recursive copying. Please change either module 'MyWebApp' output directory or module 'MyWebApp' exploded directory location, so that the two do not intersect."
Was there a change in philosophy or is this just a bug in the latest build?
Thanks,
Phil..
PS- Screenshot attached, since I can't copy and paste the actual text and may have mistyped it...
Attachment(s):
idea-3396-webapp-recursive.JPG
Please sign in to leave a comment.
Hmm, somehow I missed seeing an identical topic here (I blame browser caching ;) :
http://www.intellij.net/forums/thread.jsp?forum=22&thread=149358&tstart=0&trange=100
It is interesting that there was nothing in the build notes about this change and it changed only from 3394 to 3396 though .. ;)
Please ignore this thread.
Phil Barnes wrote:
On a similar subject, has anyone configured Jetty as a container?
We just run Jetty as a normal Java app, but I wonder if anyone is using
it through the IJ web app container mechanisms...
Thanks,
Amnon