[Installation, Configuration & DEPLOYMENT] - Migrating from JBoss 4.0.5 to Jboss 4.2.3
by bharath.reddy
What are the Jar files required in JBoss 4.2.3 server to pre-compile JSP files?
In Jboss-4.0.5 , we used jasper-runtime.jar, jasper-compiler.jar, commons-el.jar to pre-compile JSPs. But these jar files are not available in the 4.2.3 version. I tried to compile JSPs using jbossweb.jar, jasper-jdt.jar present in jboss-web.deployer folder of Jboss 4.2.3, but the build fails as JSPC is not found. I guess the Jars available in jboss-web.deployer doesn't include anything that helps me to pre-compile the JSPs(correct me if I am wrong).
If I paste jasper-runtime.jar, jasper-compiler.jar, commons-el.jar present in jbossweb-tomcat55.sar of Jboss 4.0.5 server into jboss-web.deployer folder of Jboss 4.2.3[though this is not the feasible solution for my problem], the build will be successful with no errors.
I guess I'm out of luck for the moment and any information regarding server migration would be very helpful.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248326#4248326
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248326
16 years, 8 months
[Beginners Corner] - Re: Deployment of WAR slow
by JohnDoe123
Thanks, but I run into problems using JBoss 5.1.0 GA with Eclipse Galileo.
The app is deployed without errors, but then, after 10 seconds, it undeploys for no apparent reason:
Log-excerpt:
2009-08-06 09:47:33,343 WARN [org.jboss.seam.async.QuartzDispatcher] (HDScanner) No seam.quartz.properties file. Using in-memory job store.
| 2009-08-06 09:47:33,343 INFO [org.quartz.simpl.SimpleThreadPool] (HDScanner) Job execution threads will use class loader of thread: HDScanner
| 2009-08-06 09:47:33,343 INFO [org.quartz.core.QuartzScheduler] (HDScanner) Quartz Scheduler v.1.5.2 created.
| 2009-08-06 09:47:33,343 INFO [org.quartz.simpl.RAMJobStore] (HDScanner) RAMJobStore initialized.
| 2009-08-06 09:47:33,343 INFO [org.quartz.impl.StdSchedulerFactory] (HDScanner) Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
| 2009-08-06 09:47:33,343 INFO [org.quartz.impl.StdSchedulerFactory] (HDScanner) Quartz scheduler version: 1.5.2
| 2009-08-06 09:47:33,343 INFO [org.quartz.core.QuartzScheduler] (HDScanner) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
| 2009-08-06 09:47:33,343 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] (HDScanner) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
| 2009-08-06 09:47:43,859 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) undeploy, ctxPath=/project
| 2009-08-06 09:47:43,859 INFO [org.quartz.core.QuartzScheduler] (HDScanner) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
| 2009-08-06 09:47:43,859 INFO [org.quartz.core.QuartzScheduler] (HDScanner) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
| 2009-08-06 09:47:43,859 INFO [org.quartz.core.QuartzScheduler] (HDScanner) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
WHY?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248325#4248325
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248325
16 years, 8 months