This probably happens with IDEA 6.0 converted projects, support feedback:
When running a tomcat configuration/deployment, the classes and the resources are not copied to the WEB-INF directory inside the "Web module exploded
directory" (either to the war file).
The same project, run in intellij 6 works fine. Could you please assist me?
–
OS: Max OS X
JDK: JDK 1.5.0
IDEA: 7.0
Build: 7361
I have a problem with deploying the war file for my project. I'm switching from a pure spring based configuration to tomcats context.xml
configuration for the datasource. However, for that to work correctly, my project needs to be deployed as a war file, while previously in our local
deploy, we used "create web module exploded directoty". The issue I have is that the war file that is built does not contain my .class files.
Libraries I depend upon are copied fine, so is the WEB-INF and META-INF. Just my compiled sources are not packaged.
How can I tell intellij to package my compiled classes as well?
Thanks!
Nick.
–
OS: Windows XP
JDK: JDK 1.6.0
IDEA: 7.0
Build: 7230
"Thank you Serge for your suggestion.
The project was created with maven. Recreating all the intellij files
with a mvn idea:idea and converting them to the stable idea 7.0
solved my issue."