On 2/17/06, Aldo Bucchi <[EMAIL PROTECTED]> wrote: > Hi Douglas, > > mmmh tried it out, and jars placed in the web-inf/lib directory are > not hot deployed either... > perhaps wars are hot deployed... but that's not very useful in my > architecture ( i have the server side part in a different project ). > unless I use a very complex build of course. > > What is the recommended way to do this? > (avoid restarting jrun with every change to the server side part of a FES app > ) > > Does tomcat support hot deployment in lib/ or classes/ ? >
Aldo, did you set the <compile> and <reload> tags in the JRun instance you tried to true in teh WEB-INF/jrun-web.xml file before testing? They are false by default, so you won't get "out of the box" hot deployment. I think it's only for jar files, but that might be why you didn't see anything working. Regards, Dave. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

