the tomcat is 6.0 under linux (ubuntu) but the OS is not mandatory. the solution is to deploy and undploy the whole project?
i'd to remove and copy the .war each time? thanks On Fri, Nov 27, 2009 at 20:43, André Warnier <a...@ice-sa.com> wrote: > Stefano Tranquillini wrote: > >> Hi all. >> i've a question for you. >> >> i made a web project and i deployed it into tomcat. now, i've a ant script >> that compile and put the .class file into the WEB-INF of the project (the >> place where the .class must be). >> > > Did you try WEB-INF/classes/ ? > > > How can i tell to tomcat that i've upload new files? becasue somethimes >> the >> file that are present in the folder are not accessible via url? >> is like that tomcat dosen't realize that new files are present. >> >> > The on-line Tomcat documentation may provide some info about that, like at > http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html > > > It is also always a good idea to mention trivial info such as the version > of Tomcat you are using, where you got it from, what platform you are > running it under, that kind of thing. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Stefano