Mixing Form-based authentication with Public Resources

2005-09-20 Thread Marquez, Omar
Hi, Im using Tomcat Form-based Authentication with a JDBC realm, this is working ok for all my pages that are protected trough web.xml with All System *.do *.jsp sys_user NONE however, now I have a set of pages, report*.jps and re

list

2005-09-06 Thread Marquez, Omar
list The information contained in this communication may be CONFIDENTIAL and is intended only for the use of the recipient(s) named above. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication, or any of its cont

RE: War File Deployment Problem in Windows

2005-06-09 Thread Marquez, Omar
o when the WAR was undeployed by tomcat, it wasn't able to delete them and my redeploy failed. In any case, check out this FAQ: http://jakarta.apache.org/tomcat/faq/windows.html#lock Matt Tucker thoughtbot cell: 617 775 0742 office: 617 876 4780 www.thoughtbot.com Marquez, Omar wrote

War File Deployment Problem in Windows

2005-06-08 Thread Marquez, Omar
Hi, I'm using tomcat 5.5.9 in Linux and Windows . For some reason when I redeploy a war file to the Windows Tomcat instance I need to restart tomcat and then deploy again before being able to access the new version of the war file app. I don't have this problem with the Linux version, the server

RE: Tomcat 5.5.7 will not autodeploy war files (UNCLASSIFIED)

2005-05-12 Thread Marquez, Omar
I used to have this problem. It was solved when I moved the context entries out of server.xml and into conf/Catalina/localhost as pointed out by: >Contexts hardcoded in server.xml are not autodeployed or manageable >(except to some extent through the admin webapp). They are hardcoded >and always

RE: Autodeploy not working on Tomcat 5.5.9

2005-05-10 Thread Marquez, Omar
ng on Tomcat 5.5.9 Hi Omar, Am Dienstag, 10. Mai 2005 18:33 schrieb Marquez, Omar: > Tomcat 5.5.9 running on Linux Fedora core 2 > > Tomcat upgraded from version 5.0.27 to version 5.5.9 + Admin app > > Version 5.5.9 seems to run faster, however we cannot redeploy > applications,

Autodeploy not working on Tomcat 5.5.9

2005-05-10 Thread Marquez, Omar
Tomcat 5.5.9 running on Linux Fedora core 2 Tomcat upgraded from version 5.0.27 to version 5.5.9 + Admin app Version 5.5.9 seems to run faster, however we cannot redeploy applications, when a war file on the webapps folder is overwritten with a new version tomcat ignores it and continues ser