NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
M314
Joined: 25 Apr 2012 Posts: 1
|
Posted: Wed Apr 25, 2012 12:36 pm Post subject: Packing jars in ear and include them in manifests in web and ejb modules. |
|
|
I want to create Enterprise Application in NetBeans. This application depends on a lot additional .jars files, which will be common for WAR and EJB modules.
In particular I need to build EAR with structure:
myEAR.ear
|-myWebModule.war
| |-META-INF
| | |-MANIFEST.MF
| |-somefile
| |-somefile
| |-...
|-myEJBModule.ejb
| |-META-INF
| | |-MANIFEST.MF
| |-somefile
| |-somefile
| |-...
|-additionalJar1.jar
|-additionalJar2.jar
|-additionalJar3.jar
|-...
Some of this 'additionalJars' have to be included in Class-Path in MANIFEST.MF inside Web module,
and some of this 'additionalJars' have to be included in Class-Path in MANIFEST.MF inside EJB module.
How to create such project in NetBeans? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|