992 webmodules - please help Follow
I want to use the new webmodules from Idea but I don't know how.
Previously I had a project called cms3 like this:
cms3/
--classes
--sources
--lib
--webapp/
-
resources
-
templates
-
WEB-INF/
-
conf
-
web.xml
.....
My deploy ant task was compilling classes and
copied all files and resources needed in the tomcat webapps directory. The content of the webapp directory
was copied entirely in the root of web context(../tomcat/webapps/cms3/). Also the
Then I was using an Idea webapp to run/debug my application.
How can I do this now? Or how can I do it at all?
Thanks,
Daniel
Please sign in to leave a comment.
Don't bother, see my post on mini tutorial.. You're trying to do what I am
trying to do, and you're setup almost exactly like I am, and believe it or
not, it is apparently not how they envisioned it to work. The confusing
part is that when they mention webroot, they actually are looking for the
root of your project, cms3 in your case, and it will create
WEB-INF/classes and WEB-INF/lib right there at the root of your directory.
pretty useless huh. Further, even if you get the darn thing to work, it
won't compile on app server startup. I tried. When the app server does
start, it's looking in the wrong directory. Also the app server context
has nothing to do with the webroot root directory you setup in the
web.xml deploy location.
I would wait until next EAP to do anything, that is hoping that the next
EAP will actually work with web app/ web modules or what ever they call it
now.
R
On Tue, 09 Dec 2003 17:07:49 +0000, Daniel Moldovan
wrote: