Re: Hot Deployment Problem in Struts and Weblogic

2013-01-03 Thread mp
Hi , were you able to find a solution to this issue, pls. let me know if yes. Thanks, Mihir -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5711562.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Hot Deployment Problem in Struts and Weblogic

2013-01-03 Thread mp
Hi Jeff, Pls. let me know if you have a solution and would like to help me out. Thanks, mp -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5711563.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Hot Deployment Problem in Struts and Weblogic

2012-01-22 Thread Sagar Sharma
.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5165245.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: Hot Deployment Problem in Struts and Weblogic

2012-01-19 Thread Jeffrey Black
Servlet.java:432) > Truncated. see log file for complete stacktrace >> > > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5156853.html > Sent from the Struts - User mailing list arc

Hot Deployment Problem in Struts and Weblogic

2012-01-18 Thread Sagar Sharma
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) Truncated. see log file for complete stacktrace > -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5156853.html Sent from the Struts - User mailing list a

Struts2 and JBoss 5.0.0 Beta2 deployment problem

2007-09-10 Thread REMIJAN, MICHAEL J [AG/1000]
Has any successfully deployed a Struts2 application to JBoss 5.0.0 Beta 2? When I try to do this I get the following stack trace from JBoss: Exception starting filter struts2 Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - bean - jar:file:/C:/jboss/jboss-5.0.0.Beta2/serve

Struts2 and JBoss 5.0.0 Beta2 deployment problem

2007-09-05 Thread REMIJAN, MICHAEL J [AG/1000]
Has any successfully deployed a Struts2 application to JBoss 5.0.0 Beta 2? When I try to do this I get the following stack trace from JBoss: Exception starting filter struts2 Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - bean - jar:file:/C:/jboss/jboss-5.0.0.Beta2/serve

Struts2 and JBoss 5.0.0 Beta2 deployment problem

2007-08-31 Thread REMIJAN, MICHAEL J [AG/1000]
Has any successfully deployed a Struts2 application to JBoss 5.0.0 Beta 2? When I try to do this I get the following stack trace from JBoss: Exception starting filter struts2 Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - bean - jar:file:/C:/jboss/jboss-5.0.0.Beta2/serve

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
> -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 11:26 AM > To: Struts Users Mailing List > Subject: Re: Deployment Problem - > > > Thanks. With the "page" parameter it works perfect! > >

Re: Deployment Problem -

2004-12-29 Thread Peter Neu
ws schrieb: -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 10:05 AM To: Struts Users Mailing List Subject: Re: Deployment Problem - Allright. Now I get it! The only problem is in Struts 1.1 (which I wrote the application in) the parameter "a

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
> -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 10:05 AM > To: Struts Users Mailing List > Subject: Re: Deployment Problem - > > > Allright. Now I get it! > > The only problem is in Struts 1.1 (which

Re: Deployment Problem -

2004-12-29 Thread Peter Neu
, December 29, 2004 9:43 AM To: Struts Users Mailing List Subject: Re: Deployment Problem - Hello Jim, well, I got a logical name mapped to it: input="/WEB-INF/JSP/struts.jsp" name="postHvForm" scope="session"

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
> -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 9:43 AM > To: Struts Users Mailing List > Subject: Re: Deployment Problem - > > > Hello Jim, > > well, I got a logical name mapped to it: > >

Re: Deployment Problem -

2004-12-29 Thread Peter Neu
er Jim Barrows schrieb: -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 6:32 AM To: Struts Users Mailing List Subject: Deployment Problem - Hello , I developed my application in an IDE which simulated that the application was in the top folde

RE: Deployment Problem -

2004-12-29 Thread Jim Barrows
> -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 6:32 AM > To: Struts Users Mailing List > Subject: Deployment Problem - > > > Hello , > > I developed my application in an IDE which simulated > th

Deployment Problem -

2004-12-29 Thread Peter Neu
Hello , I developed my application in an IDE which simulated that the application was in the top folder. When I deploy my application now it is an subfolder. The problem is: The redirects don't work anymore! If do it in simple HTML : I can get an clean forward. The same with redirect tag: just re

HTTP Status 503 - Struts 1.1 - Tomcat 4.1.30 deployment problem

2004-07-28 Thread Bobby K.
hello! I keep getting a "HTTP Status 503 - Servlet action is currently unavailable" when I hit an action path. This struts application works fine when deployed in JBoss but Tomcat repeatedly throws a 503, any ideas what is going wrong? is there a problem with the digester version used to parse