log.debug not showing on console

2017-10-30 Thread ravirajmishr...@gmail.com
Hello, I have upgraded my log4j to log4j2. I have created a log4j2.xml file My system is working perfectly but i am not able see the log.debug(); written in my code on console. I am pasting my log4j2.xml file. Please help me to figure out the issue in it. thanks in advance ---

Struts 2 JSP Taglib error

2017-10-24 Thread ravirajmishr...@gmail.com
Hello, I am facing the following problem SEVERE: Servlet.service() for servlet jsp threw exception java.lang.ClassCastException: org.apache.tiles.jsp.taglib.UseAttributeTag cannot be cast to javax.servlet.jsp.tagext.Tag at org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:

Log4j 2 configuration in struts 2.5.x

2017-10-24 Thread ravirajmishr...@gmail.com
Hello, Can Anyone help me with the log4j 2 configuration in struts 2.5.x application. The configuration for log4j2 is different as compared to that of log4j My questions are. 1. Which Jar files I need to add to my application ? 2. How to write the log4j.properties file for log4j2 ? Thanks

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-23 16:26, Lukasz Lenart wrote: > 2017-10-23 12:51 GMT+02:00 sreekanth : > > try remove TilesServlet from web.xml as well, tiles 3 works differently from > > tiles 2 > > > > Please ref : https://struts.apache.org/docs/tiles-3-plugin.html > > The link above is outdated, please use thi

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-23 16:26, Lukasz Lenart wrote: > 2017-10-23 12:51 GMT+02:00 sreekanth : > > try remove TilesServlet from web.xml as well, tiles 3 works differently from > > tiles 2 > > > > Please ref : https://struts.apache.org/docs/tiles-3-plugin.html > > The link above is outdated, please use thi

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-23 14:30, sreekanth wrote: > Try removing the following filter from your web.xml > > struts-cleanup > > org.apache.struts2.dispatcher.ActionContextCleanUp > > > > ActionContextCleanUp has been removed in this version > > > >

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-18 17:02, Lukasz Lenart wrote: > 2017-10-18 12:14 GMT+02:00 ravirajmishr...@gmail.com > : > > struts2-tiles-plugin-2.5.13.jar > > tiles-api-3.0.7.jar > > tiles-core-3.0.7.jar > > tiles-el-3.0.7.jar > > tiles-jsp-3.0.7.jar > > commons-beanut

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-18 Thread ravirajmishr...@gmail.com
On 2017-10-18 13:57, Lukasz Lenart wrote: > 2017-10-18 10:05 GMT+02:00 ravirajmishr...@gmail.com > : > > Hello, > > > > I am trying to upgrade from struts 2.3.16 to struts 2.5.13 and i am facing > > few problems related to tiles upgradation from tiles 2 to til

Upgrading from struts 2.3.x to struts 2.5.x

2017-10-18 Thread ravirajmishr...@gmail.com
Hello, I am trying to upgrade from struts 2.3.16 to struts 2.5.13 and i am facing few problems related to tiles upgradation from tiles 2 to tiles 3 to be specific, I have changed the jar files to tiles 3.0.7 and also upgraded the struts-tiles plugin to version 2.5.13. But I am getting an error