Hi Don, That's very strange .. nothing substantial has been changed, I recommend trying to precompile the jsps, you can do that by simply setting precompileJsps=true in /web/project.properties
This will precompile using JspC from the tomcat 5 distribution, the web.xml will be updated too. As you'll probably already know JSP pages need to be compiled twice before they can be viewed the first time .. but even then 5-7 seconds is quite long. This precompilation feature sometimes fails under windows (when running your application) due to the OS truncating the paths to the classnames (which can be quite long), to resolve that you can set explodeOnDeploy=true in /app/project.properties which will unzip the ear and the war (but it should be working fine under linux) Mind you, these properties only work if you have generated your application using the andromdapp:generate Maven plugin after Feb. 03. You can always generate a new application somewhere and just copy the maven.xml, project.xml and project.properties files from /app and /web into your existing project If you want you can send my your ear bundle and I'll try it here, I have the same hardware specs. -- Wouter > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Don Code > Sent: Saturday, February 05, 2005 6:55 AM > To: [email protected] > Subject: [Andromda-user] Configuration problems or BPM4Struts performance > issues? > > Hi, > > Thanks very much for yours answers about my problem > yesterday with MagicDraw error while importing > andromda-profile-3.0-RC1-SNAPSHOT.xml.zip, finally it > works with MagicDraw v9.0 :-( > > I'm deploying on a jboss-3.2.6 (j2sdk1.4.2_04) hosted > on a fresh Debian 3.0R4, dual processor Intel(R) > Pentium(R) 4 CPU 2.80GHz and 2 Gb of RAM memory (1024 > Kb cache size) but the new application generated with > andromda 3.0-RC1-SNAPSHOT takes more than 5-7 seconds > to navigate between views. > > I'm not using any EJB yet... just pure BPM4Struts > code. > > Additionally I could show you some top statistics > about %CPU and memory > > CPU states: 0.2% user, 1.4% system, 0.0% nice, > 98.4% idle > Mem: 2069636K total, 508248K used, 1561388K free, > 101116K buffers > Swap: 2097136K total, 0K used, 2097136K free, > 130284K cached > > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM > TIME COMMAND > 2439 root 16 0 209M 209M 59096 R 41.2 10.3 > 0:29 java > 2391 root 20 0 208M 208M 59096 R 17.3 10.3 > 0:43 java > 2498 root 13 0 976 976 748 R 3.9 0.0 > 0:00 top > 2384 root 11 0 208M 208M 59096 S 3.2 10.3 > 0:51 java > 1 root 9 0 484 484 424 S 0.0 0.0 > 0:06 init > > The previous release using 3.0M2 was not so slowly. > It�s that normal or I miss something? > > Thanks, > Donko > > > > ______________________________________________ > Renovamos el Correo Yahoo!: �250 MB GRATIS! > Nuevos servicios, m�s seguridad > http://correo.yahoo.es > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Andromda-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-user ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
