Re: ActionServlet failing to load

2005-07-17 Thread Frank W. Zammetti
t; >> > >> > >> >action >> >*.htm >> > >> > >> > >> > StartupServlet >> > /servlets/StartupServlet >> > >> > >> > Struts-config.xml snippet >>

Re: ActionServlet failing to load

2005-07-17 Thread Robin Mannering
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) From: "Frank W. Zammetti" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" CC: user@struts.apache.org Subject: Re

Re: ActionServlet failing to load

2005-07-17 Thread Frank W. Zammetti
path="/welcome" > type="org.apache.struts.actions.ForwardAction" > parameter=".welcomeDefinition"/> > > > > > className="org.apache.struts.tiles.TilesPlugin"> >

Re: ActionServlet failing to load

2005-07-17 Thread Robin Mannering
index.jsp From: "Martin Gainty" <[EMAIL PROTECTED]> Reply-To: "Martin Gainty" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: Re: ActionServlet failing to load Date: Sun, 17 Jul 2005 10:43:29 -0400 Hard to decipher without knowing t

Re: ActionServlet failing to load

2005-07-17 Thread Martin Gainty
Hard to decipher without knowing the 'root cause' can we see the contents of your web.xml index.jsp struts-config.xml M- - Original Message - From: "Robin Mannering" <[EMAIL PROTECTED]> To: Sent: Sunday, July 17, 2005 9:55 AM Subject: ActionServlet failing to load Hi all, I'm havin