Re: Migration from Struts1 to Struts2

2009-08-15 Thread Lasantha Pambagoda
Dear All, Thanks everyone for helping, we have managed to resolve the issue with these settings. JVM settings -- 1) We increase the jvm eden space three times than previous. Struts settings old settings new settings Thanks in advance again Lasantha.

Re: Migration from Struts1 to Struts2

2009-07-14 Thread Dale Newfield
Lasantha Pambagoda wrote: We have been monitoring both memory and CPU usage, Interesting thing is memory is normal and only CPU is coursing the problem after migration. So have you run this in a profiler to see where it's spending all its time? -Dale -

Re: Migration from Struts1 to Struts2

2009-07-14 Thread Lasantha Pambagoda
still its getting overloaded time to >>>> time. Same application before struts2 migration we managed to keep the >>>> system in good health with two servers. (now we are having 4 servers >>>> load balanced by hardware load balancer) >>>> >>>&g

Re: Migration from Struts1 to Struts2

2009-07-14 Thread Wim De Smet
ization issue. >>> >>> Best Regards >>> Lasantha >>> >>> >>> On Mon, Jul 13, 2009 at 6:56 PM, Martin Gainty wrote: >>>> >>>> take a look at tuning tips described at >>>> http://cwiki.apache.org/WW/performance-tuni

Re: Migration from Struts1 to Struts2

2009-07-14 Thread Lasantha Pambagoda
g.html >>> >>> ping back for questions/concerns >>> Martin >>> __ >>> Verzicht und Vertraulichkeitanmerkung >>> >>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene &g

Re: Migration from Struts1 to Struts2

2009-07-14 Thread Dave Newton
chtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Date: Mon, 13 Jul 2009 06:31:34 -0700 From: tajuddi...@yahoo.com Subject: Re: Migration from Struts1 to Struts2 To: user@struts.apache.org I'm not sure but

Re: Migration from Struts1 to Struts2

2009-07-13 Thread Lasantha Pambagoda
nipulierbarkeit von E-Mails koennen > wir keine Haftung fuer den Inhalt uebernehmen. > > > > > > >> Date: Mon, 13 Jul 2009 06:31:34 -0700 >> From: tajuddi...@yahoo.com >> Subject: Re: Migration from Struts1 to Struts2 >> To: user@struts.apache.org >

RE: Migration from Struts1 to Struts2

2009-07-13 Thread Martin Gainty
wir keine Haftung fuer den Inhalt uebernehmen. > Date: Mon, 13 Jul 2009 06:31:34 -0700 > From: tajuddi...@yahoo.com > Subject: Re: Migration from Struts1 to Struts2 > To: user@struts.apache.org > > I'm not sure but do pls check out by including the sitemesh-2.3.jar

Re: Migration from Struts1 to Struts2

2009-07-13 Thread Lasantha Pambagoda
not sure but do pls check out by including the sitemesh-2.3.jar file and > xwork-2.0.6.jar file in your library > > --- On Mon, 7/13/09, Lasantha Pambagoda wrote: > > > From: Lasantha Pambagoda > Subject: Migration from Struts1 to Struts2 > To: user@struts.apache.org > D

Re: Migration from Struts1 to Struts2

2009-07-13 Thread taj uddin
I'm not sure but do pls check out by including the sitemesh-2.3.jar file and xwork-2.0.6.jar file in your library --- On Mon, 7/13/09, Lasantha Pambagoda wrote: From: Lasantha Pambagoda Subject: Migration from Struts1 to Struts2 To: user@struts.apache.org Date: Monday, July 13, 2009, 6:

Migration from Struts1 to Struts2

2009-07-13 Thread Lasantha Pambagoda
Hi, We have migrated struts1 application to struts2. But now once we deployed the system the CPU is going 90% to 100% and system is getting loaded. In JSP's we are not using struts specific tags or freemaker templates. Our JSP files are just plain jsp files only with requstScope variables. We are

Help on migration from struts1 to struts2

2008-03-26 Thread vj,sandeep
Hi, I am migrating an existing application from struts 1 to struts 2. It uses MessageResources. I found out that the replacement for the same in struts2 (2.0.11)is WrapperMessageResources which extends from the MessageResources. But to use the WrapperMessageRessource I need to use the struts 1.