Re: Struts2 Migration issue

2014-12-18 Thread Lukasz Lenart
2014-12-18 8:55 GMT+01:00 Arpan : > But this happens only when we remove the following ActionServlet entry from > web.xml file. > > uaconsole > > org.apache.struts.action.ActionServlet > > > config > /WEB-INF/struts-config.xml > > > 1 >

Re: Struts2 Migration issue

2014-12-18 Thread Sreekanth S. Nair
Hmmm, may be a stupid question have you remove servlet-mapping as well ? that error is very specific to jetty server, is it possible for you to run the same in tomcat ? -- Thanks & Regards Sreekanth S Nair Java Developer --- eGovernments Foundation

Re: Struts2 Migration issue

2014-12-17 Thread Arpan
But this happens only when we remove the following ActionServlet entry from web.xml file. uaconsole org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml 1 With ActionServlet entry everything works fine. As we ar

Re: Struts2 Migration issue

2014-12-17 Thread Sreekanth S. Nair
As i said earlier you need to check your jetty server config.. http://wiki.eclipse.org/Jetty/Howto/Configure_JSP Hope you have tried what is on below link http://javaresolutions.blogspot.in/2014/04/pwc6345-there-is-error-in-invoking.html -- Thanks & Regards Sreekanth S Nair Java Developer

Re: Struts2 Migration issue

2014-12-17 Thread Arpan
Hi, I am starting jetty server through services panel only. Now I have narrowed down the problem. This problem comes when I have any .jsp file in web.xml, it shows that error. index.jsp index.html If I remove index.jsp file, no error appears. But while trying to access log

Re: Struts2 Migration issue

2014-12-14 Thread Sreekanth S. Nair
Hi Arpan I don't think its something do with struts, mostly some config problem with jetty server. Are you trying to start jetty server from eclipse ? if so can you try starting from terminal (command prompt). Or i would like to check this link http://javaresolutions.blogspot.in/2014/04/pwc6345-t

Re: Struts2 Migration issue

2014-12-14 Thread Arpan
Yes I cleaned and build multiple times. More over its not able to locate the .jsp files, which I had declared in web.xml file. Here is the complete stack trace: HTTP ERROR 404 Problem accessing /vipegconsole/common/error-exception.jsp. Reason: Not Found Caused by: org.apache.jasper.Jasper

Re: Struts2 Migration issue

2014-12-13 Thread Lukasz Lenart
Did you use clean action and then build to recompile all the JSPs? (on mobile) 13 gru 2014 10:53 "Arpan" napisaƂ(a): > I am still getting the JasperException: PWC6345 exception after I delete > ActionServlet from my web.xml file. Now my web.xml file looks as bellow : > > > > Managed Authent

Re: Struts2 Migration issue

2014-12-13 Thread Arpan
I am still getting the JasperException: PWC6345 exception after I delete ActionServlet from my web.xml file. Now my web.xml file looks as bellow : Managed Authentication Console Managed Authentication administration web application. org.apache.tiles.impl.BasicTilesCo

Struts2 Migration issue

2014-12-11 Thread Arpan
Hi All, I am migrating from struts1 to struts2. After migrating many action classes and jsp files, in the web.xml If I remove the "ActionServlet" entry and url-mapping and trying to access the application I am getting bellow error. Am I missing something? Thanks for any help in advance. org.apa