This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes GlassFishV3.0.1 Deployment issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "GlassFishV3.0.1 Deployment issue" Watch "GlassFishV3.0.1 Deployment issue" New topic
Author

GlassFishV3.0.1 Deployment issue

kesari nan
Greenhorn

Joined: Apr 26, 2011
Posts: 1
Hi Guys,

I have 2 war files which i want to deploy on GlassFish V3.0.1
war1 has dependency jars jar1, jar2
war2 has dependency jars jar3, jar4
i'm looking for a place in glassfish installation directory to hold these jars
how can i do that?
they must be project specific...
jar3, jar 4 must not be visible to war1
jar1, jar2 must not be visible to war2
is this possible?
i really appriciate your help...

thanks,
kesari.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: GlassFishV3.0.1 Deployment issue
 
Similar Threads
ClassNotFoundException
NoClassDefFoundError running a jar file from the command line
Running jars from a java application
setting classpath jar
importing classes into java programs