Re: Running two different version of struts2 web app in a EAR

2013-10-17 Thread Sreekanth S. Nair
Thanks for your suggestions Lukazs... -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egovernments.org Mob : 9980078913 On Thu, Oct 17, 2013 at 4:36 PM, Lukasz Lenart wrote: > I would rather put all

Re: Running two different version of struts2 web app in a EAR

2013-10-17 Thread Lukasz Lenart
I would rather put all the dependencies - it's safer 2013/10/17 Sreekanth S. Nair : > hmmm, thanks lukazs. If we want to package jars inside WEB-INF/lib/ which r > the jars needs to be in WEB-INF/lib to resolve this conflict? only struts2 > libs or all dependencies as well? > > -- > Thanks & Regar

Re: Running two different version of struts2 web app in a EAR

2013-10-17 Thread Sreekanth S. Nair
hmmm, thanks lukazs. If we want to package jars inside WEB-INF/lib/ which r the jars needs to be in WEB-INF/lib to resolve this conflict? only struts2 libs or all dependencies as well? -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.eg

Re: Running two different version of struts2 web app in a EAR

2013-10-17 Thread Lukasz Lenart
2013/10/17 Sreekanth S. Nair : > Hi, > > I have an .ear project which contains multiple wars, among this i want to > run one war using latest struts2 and others with older version of struts2. > In my .ear/lib/ i have older version which used to run older web apps and > i'm > packaging strust2 lates

Running two different version of struts2 web app in a EAR

2013-10-17 Thread Sreekanth S. Nair
Hi, I have an .ear project which contains multiple wars, among this i want to run one war using latest struts2 and others with older version of struts2. In my .ear/lib/ i have older version which used to run older web apps and i'm packaging strust2 latest and its dependency jar in WEB-INF/lib for