| Article: |
Using JBoss Web Application Server | |
| Subject: | Deploy java file without restart jboss application server | |
| Date: | 2006-04-19 22:54:30 | |
| From: | Adeshyadav | |
|
Hi I am using JBoss 4.0. I have one question.I am using eclipse and ant for deployment the applcation. My question is when we change in jsp then there is no need to restart the server but when we change into java file the why we need to restart the jboss. Can we deploy the java file wihout restart the jboss server. Thanks |
||
Showing messages 1 through 1 of 1.
-
Deploy java file without restart jboss application server
2006-05-20 17:15:18 caili@hd123.com [View]
Surely you can. Go to the file "deploy\jbossweb-tomcat50.sar\conf\web.xml", change the init-param "development" of jsp servlet from "false" to "true". Unlike tomcat who doesn't assign a value in this file, JBoss sets this parameter to "false".


