Re: Tomcat 8.0.28 and above

2016-04-27 Thread bhanu lakkala
Hi Chris.. Just wanted to add that, the first tomcat 8 version I started with is 8.0.28. I have not tested with older 8.x versions. Thanks, Bhanu Lakkala On Apr 27, 2016 2:32 PM, "bhanu lakkala" wrote: > > Hi Chris, > > On Apr 27, 2016 11:59 AM, "Christopher Schultz" < ch...@christopherschultz.

Re: Tomcat 8.0.28 and above

2016-04-27 Thread bhanu lakkala
Hi Chris, On Apr 27, 2016 11:59 AM, "Christopher Schultz" < ch...@christopherschultz.net> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bhanu, > > On 4/26/16 10:51 PM, bhanu lakkala wrote: > > 1st way: context.xml: > > > [snip] > > This was META-INF/context.xml, not conf/context.

Re: Tomcat 8.0.28 and above

2016-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bhanu, On 4/26/16 10:51 PM, bhanu lakkala wrote: > 1st way: context.xml: > [snip] This was META-INF/context.xml, not conf/context.xml, right? I would prefer this way. > 2nd Way: configured a global datasource and a resource link as > shown below:

Re: Tomcat 8.0.28 and above

2016-04-26 Thread bhanu lakkala
Hi Chris, Thanks for the response. I had been using spring 4.0.9 even before I switched to tomcat 8 and I am continuing to use the same now. I have tried to configure the Resource a couple of different ways: 1st way: In the context.xml file as below: 2nd Way: configured a global datasource and a

Re: Tomcat 8.0.28 and above

2016-04-26 Thread Christopher Schultz
Bhanu, On 4/22/16 9:46 AM, bhanu lakkala wrote: > I have been working on an issue for the past few days and wanted to check > with you guys if you have any suggestions on fixing this issue. > My current technology stack is: windows 7, java 7/8, tomcat 8, axis2 1.6.3. > I have an axis2 based web se