2014-12-18 8:55 GMT+01:00 Arpan <arpan.deb...@gmail.com>: > But this happens only when we remove the following ActionServlet entry from > web.xml file. > <servlet> > <servlet-name>uaconsole</servlet-name> > > <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> > > <init-param> > <param-name>config</param-name> > <param-value>/WEB-INF/struts-config.xml</param-value> > </init-param> > > <load-on-startup>1</load-on-startup> > </servlet> > > With ActionServlet entry everything works fine. > As we are migrating struts1 to struts2 we should only use > StrutsPrepareAndExecuteFilter.
Do you still have some Struts 1 actions and jsps? I meant classes, tags and so on? Struts2 cannot handle S1 tags, you must re-write all the JSPs to use S2 tags. It's better to keep both apps next to other and use both: S1 servlet and S2 filter. Then you can migrate action per action, page per page. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org