| 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 2 of 2.
-
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". -
Deploy java file without restart jboss application server
2008-01-10 01:18:11 Pradeep1231 [View]
Hi,
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


