Re: Struts2 application does not work after converting from struts1

2008-03-03 Thread Martin Gainty
org.apache.struts2.dispatcher.FilterDispatcher Martin - Original Message - From: "kal stevens" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, March 03, 2008 8:49 PM Subject: Struts2 application does not work after converting from struts

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

Struts2 application does not work after converting from struts1

2008-03-03 Thread kal stevens
My company is in the process of converting our application from struts1 to struts2. The JSP loads properly, but any actions do not respond. Not Found The requested URL /member/signin.do was not found on this server. I put the log4j log level to ALL, and it looks like tomcat is loading the acti