Hello, I've been developing on the 4.x series and the 5.0.x series for a while, using more or less the Jakarta suggested Ant build.xml script and their source organization (I think it's a de facto standard along with Blueprint's.) Anyway, I started testing a new workflow using J2SDK 5 and the latest 5.5.9 for a new project I'm supposed to start soon. I have made the simplest web application consisting of one JSP and one servlet. But I have (a hopefully simple) problem.
If I install (deploy) the application using Ant, it will do so, but not like the old days: it will make the deployment is Tomcat's webapps directory. My previous Tomcat experience is that an application will be deployed directly from the "build" directory, making easy the build/reload/edit development cycle. Now, with 5.5.9, I have to re-deploy and restart Tomcat. What I'm I doing wrong? I realize that Tomcat is doing exactly what's told to do, but I'd like the "old" behavior: deploying from my development build directory. Best regards, Carlos. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]