Non-working artifacts for WebApplications in IntelliJ 9: jsp-files are put inside WEB-INF
Posted
by Roman
on Stack Overflow
See other posts from Stack Overflow
or by Roman
Published on 2010-06-18T16:39:04Z
Indexed on
2010/06/18
16:43 UTC
Read the original article
Hit count: 257
Here's a window for configuring artifacts:
The problem is that "Web facet" is fully exploded to WEB-INF (actually this facet creates its own WEB-INF, but 2 folders are being merged after all).
So, I have all my jsp-files inside WEB-INF while I want them to be outside WEB-INF.
What do I do wrong?
© Stack Overflow or respective owner