Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread Martin Gainty
This will get you started.. 1st) Struts v1 take a look at legacy mapping in web.xml which maps *.do to action and action to ActionServlet as seen here action *.do action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml 1

Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread kal stevens
Sorry I figured it out. It was combination of modjk and an apache rewrite rule. Sorry for being so vague :) Thanks Kal On Mon, Mar 3, 2008 at 5:54 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- kal stevens <[EMAIL PROTECTED]> wrote: > > The JSP loads properly, but any actions do not respond. >

Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread Dave Newton
--- kal stevens <[EMAIL PROTECTED]> wrote: > The JSP loads properly, but any actions do not respond. You haven't provided much information to go on. Have you changed the extension to ".do"? Is the filter in your web.xml? Have you used the config browser to see how the system thinks your app is co