Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
I am not sure but I am circling with different exception with little progress. Let me start over, I have netbean project which has NB struts 2 plugin and this nb plugin has 2.3.15 as base library. I downloaded struts 2.3.15 all zip from struts 2 apache site and installed struts 2 spring plugin.

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Finally I resolved it. Tiles - Servlet 3.0.1 jar was missing and had to add tiles 3 jars and their dependencies. Thanks everyone for your time and patience. On Wed, Jan 14, 2015 at 2:41 PM, Kiran Badi ki...@poonam.org wrote: I am not sure but I am circling with different exception with little

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
thanks Chris, Makes Sense. On Wed, Jan 14, 2015 at 5:43 AM, Christoph Nenning christoph.nenn...@lex-com.net wrote: Hi Lukasz I downloaded complete struts 2.3.15 package which contains all jars and have put everything under app /web inf lib folder. Then I removed tiles 2 plugin jar.

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Ken McWilliams
The steps for integration from scratch is here(useful to understand what the plugin is doing exactly): http://stackoverflow.com/questions/13337938/how-to-integrate-struts-2-with-tiles-3 The steps assume maven. Of further use regarding tiles3 integration this may also be useful:

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Hi Lukasz I downloaded complete struts 2.3.15 package which contains all jars and have put everything under app /web inf lib folder. Then I removed tiles 2 plugin jar. Is this not suppose to work But I do believe more of version mismatch but not sure which jar let me check again On Wednesday,

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Christoph Nenning
Hi Lukasz I downloaded complete struts 2.3.15 package which contains all jars and have put everything under app /web inf lib folder. Then I removed tiles 2 plugin jar. Is this not suppose to work But I do believe more of version mismatch but not sure which jar let me check again In

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Yes I have all jars from struts 2.3.15 in web apps lib folder. I m using tiles listener to initialize the tiles 3.I have followed all instruction in plugin page. On Jan 13, 2015 11:39 PM, Sreekanth S. Nair sreekanth.n...@egovernments.org wrote: The following could be the root cause of the

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Sreekanth S. Nair
Please check this link, and make sure you have done tiles integration in the same way. http://www.tutorialspoint.com/struts_2/struts_tiles.htm On Wed, Jan 14, 2015 at 10:32 AM, Kiran Badi ki...@poonam.org wrote: Yes I have all jars from struts 2.3.15 in web apps lib folder. I m using tiles

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Thanks for the link Sreekanth.I need Tiles 3 and this link is for tiles 2. I think issues lies with tiles jars bundled with struts 2.They are not latest for tiles 3 plugin. But let me check again. Did anyone set up s2 with tiles 3 On Jan 14, 2015 12:14 AM, Sreekanth S. Nair

Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Hi All, I am trying to integrate S2 with Tiles 3 Plugin, But getting below exception, and all my attempts to resolve this has failed.Can some one help SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Sreekanth S. Nair
The following could be the root cause of the problem Caused by: java.lang.ClassNotFoundException: org.apache.tiles.startup.TilesInitializer have you added all the necessary jar's of tiles ? On Wed, Jan 14, 2015 at 9:50 AM, Kiran Badi ki...@poonam.org wrote: Caused by:

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Lukasz Lenart
2015-01-14 5:20 GMT+01:00 Kiran Badi ki...@poonam.org: Hi All, I am trying to integrate S2 with Tiles 3 Plugin, But getting below exception, and all my attempts to resolve this has failed.Can some one help SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: