Richard Golebiowski wrote:If you are doing development and testing, this isn't an efficient way to work. I don't know what your development environment is, but using something like Eclipse with the Sysdeo plugin would be much more productive.
Hi,
I am developing some web applications under tomcat using Eclipse and Sysdeo, but don't know how to deploy it effenciently without generating a war each time I append something.
Acctually, I am using the interface of tomcat as following:
In eclipse, for each modification, creating a war,
In tomcat, undeployement, deployment,
and so one.
It could be brilliant if I can get arround this heavy procedure which consumes a lot of time
Thanks