Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Webapp Deployment
Webapp Deployment [message #55545] Tue, 07 December 2004 00:46
Eclipse UserFriend
Originally posted by: cris.dsnet.net

All,

I have been using the 12/02 integration and the progress has been amazing.
However, I noticed something a little confusing (which may be a feature yet
to be implemented):

One of Eclipse's key benefits has always been zero-weight projects that
allow Eclipse to easily interact with the directory and configuration
structure selected by the development team. In our case, we have a folder
structure as such:

docroot/
WEB-INF/
jsp
images/
css/
lib/
src/
com/.....

I have added a WTP nature for this project and configured docroot as a
webapp. Tomcat started inline beautifully, but nothing attemped to copy the
classes to WEB-INF/classes or the libs to WEB-INF/lib. The classes are no
big deal, as I could simply move the output folder, but the libs are a
somewhat bigger deal. It is not convenient for us to store libraries in
WEB-INF/lib, and in fact, many of those libs are generated in other
projects. Our ant task brings this all together to package a war file, but
with WTP executing directly on the webapp, it seems like a good option would
be to have it automatically copy the contents of all Eclipse output folders
to WEB-INF/classes and all marked dependencies to WEB-INF/lib.

Is this a planned feature and if not, am I simply not using the tool in the
best way?

Congratulations on all the great work so far. It is impressive.

Thanks,

Cris
Previous Topic:WTP
Next Topic:WTP
Goto Forum:
  


Current Time: Sun Dec 22 06:11:02 GMT 2024

Powered by FUDForum. Page generated in 0.02788 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top