Re: iSeries Installation

2006-05-02 Thread Michel Costa
ese variables and it depends on your OS. [], Michel Costa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems Using Context Loader

2006-01-12 Thread Michel Costa
The major problem is not about putting hibernate in the context's lib folder, but as you may know, hibernate does some mapping stuff, which means it reads a bunch of .hbm.xml files into memory, connects and validate these mappings everytime the context gets reloaded, and depending on how much ma

Re: Last-Modified not updated when file is changed / touched.

2006-01-12 Thread Michel Costa
Some filesystems in linux/unix does not save date stuff, to speed up access... I am not sure about what tomcat does, but I think he sends the date of the cached resource... - Segue mensagem original! - De: hanasaki <[EMAIL PROTECTED]> Data: Wed, 11 Jan 2006 21:44:27 -060

Re: Problems Using Context Loader

2006-01-12 Thread Michel Costa
ok at your idea... but seems you are not trying to reload the classes references. - Segue mensagem original! - De: Sriram Narayanan <[EMAIL PROTECTED]> Data: Thu, 12 Jan 2006 01:59:21 +0530 Para: Tomcat Users List Assunto: Re: Problems Using Context Loader On 1/11

Problems Using Context Loader

2006-01-11 Thread Michel Costa
Hi everyone, I am trying to create a ClassLoader for my application so then I will not have to reload all the hibernate and struts when a new class is compiled. Then my problems started: I do not know where to put my special ClassLoader. I got lots of classcast exceptions until I found that a in