| Article: |
Using JBoss Web Application Server | |
| Subject: | Deploy java file without restart jboss application server | |
| Date: | 2006-05-20 17:15:18 | |
| From: | caili@hd123.com | |
|
Response to: Deploy java file without restart jboss application server
|
||
| 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". | ||
Showing messages 1 through 1 of 1.





I am using Jboss 3.2.2 which internally uses Tomcat 4.1. Please suggest me what should I do in order to deploy and run the web application(WAR) with out restarting the JBoss application server.
I am not able to find "development" init param at
C:\jboss-3.2.2\server\default\deploy\jbossweb-tomcat41.sar\web.xml
Thanks In Advance,
Pradeep