Hi Wouter, Using precompiled JSPs works fast as usually, thanks.
But I'm still worry about why it's take so long to be viewed when not precompiled, but probably is my fault. I repeat all the steps using the CarRentalSystem.xml sample in a fresh ANT project using yesterday 3.0-RC1-SNAPSHOT and it takes several seconds each time to be viewed, using precompiled JSPs works really fast. Thanks again, I will check now my java - jboss enviroment. Regards, Alcides --- Wouter Zoons <[EMAIL PROTECTED]> wrote: > 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 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- 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
