What I have done
I have deployed a war file through tomcat admin panel and its working fine. As soon as I deploy the war file apache creates a seperate folder structure for it.
What I want
Now I want to update the war file without having to redeploy everytime.
What I cant do
I cant upload a new war file just for a minor change in a class, it is a heavy webservice with all the libraries and ancillary classes bundled so the size is quite huge which takes ages to upload.
Weird Scenario
When i delete the war file the folder gets deleted automatically(magically I mean), so I believe there is a strong attachment between the war and the fodler
I am using netbeans to develop a java webservice, if thats of any importance, thanks
I have searched every where but cannot find anything explained. Only heard of something like dynamic deployement here but dont know how to enable it in netbeans
ok i got it, thanks alot alyo, i updated the compiled classes and reloaded the application from the tomcat manager and it started working, thanks for the help