choosable target directory for .class files in jar description files? [message #131964] |
Wed, 07 January 2004 08:08 |
Eclipse User |
|
|
|
I want to use the JarPackager to create a ".war"-file that will be
deployed to a Tomcat-based web server. The problem I have is, that in
JarPackager one does not actually select the .class files, that go
into the .war-file but rather the source files, whose resulting
..class files (i.e. their outcome after compilation) should be added to
the .jar file.
However, to deploy java-class files on Tomcat those class files need
to be placed into a predefined directory "WEB-INF/classes" within that
..war file. But if I run the JarPackager, it puts the class-files into
the root of the .jar file. Is there a way in JarPackager to place the
compiled outcome into some specific subdirectory within a generated
..jar file?
I would guess, that this is a VERY common problem...
Michael
|
|
|
Powered by
FUDForum. Page generated in 0.03914 seconds