This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
server need to restart if you modify web.xml file. If you are modifying servlet then no need to restart server. If you are facing this problem then may be it is related to your ID on which you are working. Could you tell which ID you are using?
pankaj vijay wrote:server need to restart if you modify web.xml file. If you are modifying servlet then no need to restart server. If you are facing this problem then may be it is related to your ID on which you are working. Could you tell which ID you are using?
i am not using any ID for development.
I am using editplus Version 2.12 for the same..
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
9
posted
0
pankaj vijay wrote:server need to restart if you modify web.xml file.
No. That, too, is covered by a reload of the web app in question.
satish badarayani
Greenhorn
Joined: Oct 06, 2009
Posts: 8
posted
0
that is ok.
but could you tell me how to reload the web application ?
pankaj vijay
Ranch Hand
Joined: Apr 01, 2008
Posts: 75
posted
0
Dittmer i am totally agree with you, I was just trying to say that there is no need to think about server restart & reloading until unless you are not modifying wex.xml file.
JBOSS is unknown for me. i never worked on this server.
satish badarayani
Greenhorn
Joined: Oct 06, 2009
Posts: 8
posted
0
pankaj vijay wrote:Dittmer i am totally agree with you, I was just trying to say that there is no need to think about server restart & reloading until unless you are not modifying wex.xml file.
JBOSS is unknown for me. i never worked on this server.
satish, as long as hot deployment is turned on, you can do "touch" (on Linux) to web.xml of your web-app and jboss will redeploy your application without touching other services. The URLDeploymentScanner MBean service provides the JBoss hot deployment capability.
You can do this on dev environment but its not recommended on live application as the active users would lost their sessions in that case.
love your job and not your company;
...because you never know when your company will stop loving you!