[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-6104; slow Seam deployments
stan.silvert@jboss.com
do-not-reply at jboss.com
Wed Nov 5 14:05:14 EST 2008
I just tried it. The booking app does eventually deploy, but there is a four minute pause here:
11:35:15,329 INFO [ServletContextListener] Welcome to Seam 2.1.1-SNAPSHOT
| 11:39:30,115 INFO [Initialization] Namespace: http://jboss.com/products/seam/in
| ternational, package: org.jboss.seam.international, prefix: org.jboss.seam.inter
| national
But if you set the TimedVFSCache then the problem goes away:
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=25
| 6m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Ds
| un.rmi.dgc.server.gcInterval=3600000 -Djboss.vfs.cache=org.jboss.virtual.plugins
| .cache.TimedVFSCache
11:45:35,228 INFO [ServletContextListener] Welcome to Seam 2.1.1-SNAPSHOT
| 11:45:37,576 INFO [Initialization] Namespace: http://jboss.com/products/seam/in
| ternational, package: org.jboss.seam.international, prefix: org.jboss.seam.inter
| national
Stan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187041#4187041
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187041
More information about the jboss-dev-forums
mailing list