RES: Creating files dynamically and antiJarLocking

2007-10-30 Thread Milanez, Marcus
Konstantin, After a few tries I could identify we were using System.getProperty("catalina.home") instead of ServletContext.getRealPath("\"). That solved my problem and my application is working fine now, even with antiJarLocking. Thank you all for your attention, Marcus Milanez -Mensagem or

RES: Creating files dynamically and antiJarLocking

2007-10-30 Thread Milanez, Marcus
Sorry, I've mispelled the Tomcat version. We are currently using 6.0.14 here. Thanks, Marcus -Mensagem original- De: Milanez, Marcus [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 30 de outubro de 2007 10:12 Para: Tomcat Users List Assunto: RES: Creating files dynamicall

RES: Creating files dynamically and antiJarLocking

2007-10-30 Thread Milanez, Marcus
Hassan, Are you using antiJARLocking="true" and antiResourcesLocking="true" in your context.xml file? Whenever I drop new JSP files *with* these options set to "false", they work fine, but if I do that when these options are set to "true", they simply can't be found... Thanks, -Mensagem orig

RES: Creating files dynamically and antiJarLocking

2007-10-30 Thread Milanez, Marcus
Hassan, Are you using antiJARLocking="true" and antiResourcesLocking="true" in your context.xml file? Whenever I drop new JSP files *without* these options set to "false", they work fine, but if I do that when these options are set to "true", they simply can't be found... Thanks, -Mensagem o

RES: Creating files dynamically and antiJarLocking

2007-10-30 Thread Milanez, Marcus
Kolinko, Thanks for your reply. I really need this feature to work correctely 'cause doing that we could increase performance significantly in some of our requests. I'm currently using Tomcat 6.0.10. I can't tell you whether this works in previous or further versions 'cause we have only tested i