Deployment using WAR files

2005-07-18 Thread Insyde
Hello, I have some questions about many people working in the same project and deploying using WAR file. I belong to a group that is developping a web application and use TOMCAT to test it. At the beginning the deployment was done by copying classes, jsp, and jar files etc to the folder of

/commons vs /shared

2004-07-16 Thread Insyde
What is the difference between /commons and /shared directories of Tomcat? Is possible to update classes in these directories and get this update in my web applications without Tomcat restart? (Perhaps with web application restart/reload) Thanks MaurĂ­cio Kanada

Updating shared classes in 24/7 server

2004-07-16 Thread Insyde
I need update classes that is used by many web applications. The older version of classes are in /shared directory of Tomcat, but now I dont know how to update them without Tomcat restart. I can't restart Tomcat because many others web applications are used 24 by day. Any help? Thanks.

Updating classes into \common\classes

2004-07-08 Thread Insyde
How to update classes into \common\classes of Tomcat and use them immediately in web applications without Tomcat restart? Thanks. MaurĂ­cio Kanada

IIS and Tomcat Security

2004-05-04 Thread Insyde
Can I get user role ( request.isUserInRole() ) from a user authenticated by IIS ( windows integrated authentication (NTLM) ). I already get user name, but I dont know how to configure the file 'tomcat-users.xml' to set the user's roles. Using only IIS, it's easy. I only need to configure the

Re: Vedr.: IIS and Tomcat security

2004-04-16 Thread Insyde
=false in your jk2.properties file. /Thomas Insyde [EMAIL PROTECTED] 15-04-2004 18:06 Besvar venligst til Tomcat Users List Til:[EMAIL PROTECTED] cc: Vedr.: IIS and Tomcat security Hi Does JK2 connector pass a security information to Tomcat, like

IIS and Tomcat security

2004-04-15 Thread Insyde
Hi Does JK2 connector pass a security information to Tomcat, like the authenticated user? I coudn't find any information about this in JK2 documentation. In my project, I need that the IIS authenticates the users, and then, the Tomcat executes my web application with users and roles