Re: Java class/jar locations

2005-06-10 Thread Chris Terrebonne
What's really strange is it appears that .class files can be "hot deployed", but not .jar's. Any clue why that would be? Chris >>> [EMAIL PROTECTED] 06/10/05 07:38AM >>> IIRC, the only stuff that gets reloaded live, Hot Deploy or something like that, are wars, ears, and servlets. DK On 6/1

Re: Java class/jar locations

2005-06-10 Thread Douglas Knudsen
IIRC, the only stuff that gets reloaded live, Hot Deploy or something like that, are wars, ears, and servlets. DK On 6/10/05, Chris Terrebonne <[EMAIL PROTECTED]> wrote: > > I have read through all of the documentation as well as Christian > Cantrell's blog regarding where to put Java classes

Java class/jar locations

2005-06-10 Thread Chris Terrebonne
I have read through all of the documentation as well as Christian Cantrell's blog regarding where to put Java classes and jars so that CF can find them. But no matter where I try and put this problematic set of jars, CF just won't see them. Is there a location that I can place the jars that wo