Re: Deploy a .class file when tomcat is running

2009-11-28 Thread Stefano Tranquillini
I solved, or better the problem did not exists. i've a .class that are rest in jsr311 (annotation for rest). there's a Servlet that parse these class, so i've only to put the .class into a floder and all is ok. thanks On Sat, Nov 28, 2009 at 13:22, Pid wrote: > On 28/11/2009 12:06, André Warn

Re: Deploy a .class file when tomcat is running

2009-11-28 Thread Pid
On 28/11/2009 12:06, André Warnier wrote: Stefano Tranquillini wrote: the tomcat is 6.0 under linux (ubuntu) but the OS is not mandatory. It often is, such as for example when you want information about the correct paths for things. Providing some minimal information together with your questio

Re: Deploy a .class file when tomcat is running

2009-11-28 Thread André Warnier
Stefano Tranquillini wrote: the tomcat is 6.0 under linux (ubuntu) but the OS is not mandatory. It often is, such as for example when you want information about the correct paths for things. Providing some minimal information together with your question saves the time of people on this list t

Re: Deploy a .class file when tomcat is running

2009-11-28 Thread Stefano Tranquillini
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 wrote: > Stefano Tranquillini wrote: > >> Hi all. >> i've a question for

Re: Deploy a .class file when tomcat is running

2009-11-27 Thread ramzi khlil
I suggest you to create a task that undeploy the and deploy it again. Or from your manager reload the application. On Fri, Nov 27, 2009 at 2:36 PM, Stefano Tranquillini < stefano.tranquill...@gmail.com> wrote: > Hi all. > i've a question for you. > > i made a web project and i deployed it into to

Re: Deploy a .class file when tomcat is running

2009-11-27 Thread André Warnier
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

Deploy a .class file when tomcat is running

2009-11-27 Thread Stefano Tranquillini
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). How can i tell to tomcat that i've upload new files? becasue somethimes the file th