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 our web application into webapps subdirectory of 
TOMCAT. Then we decided to use a WAR file. However there are many people 
working in the same web application and deployment using a WAR means to 
undeploy and deploy the whole web application. We thought that one possible 
solution could be to copy the components of web application  to the folder of 
web application as we used to do. But is that the correct way to do it ? How to 
could we deploy part of a web application using war files ? Is it possible to 
do it ? We wonder how people work in order to solve or minimize this situation. 

Thanks in advance for any help.

Joaquim Roberto.

/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.

Maurício Kanada

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 directory permissions, and then, IIS allow or 
deny access to my web pages.

Any help?

Thanks

Maurício Kanada

Re: Vedr.: IIS and Tomcat security

2004-04-16 Thread Insyde
Thomas

I can't get the 'remote user' information in my web application. I think
that is some wrong configuration. Can you send me  workers2.properties and
jk2.properties example files?

Thanks

Maurício Kanada


- Original Message - 
From: Thomas Nybro Bolding [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, April 16, 2004 4:28 AM
Subject: Vedr.: IIS and Tomcat security


Yes it does.

request.getRemoteUser() in your JSP gives you the IIS authenticated user.
Make sure your IIS is set to Integrated Windows authentication and insert
request.tomcatAuthentication=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 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
information.

Thanks

Maurício Kanada



FONT SIZE=1 FACE=Arial___
Vi gør opmærksom på, at denne e-mail kan indeholde fortrolig information.
Hvis du ved en fejltagelse modtager e-mailen, beder vi dig venligst
informere afsender om fejlen ved at bruge svar-funktionen. Samtidig beder vi
dig slette e-mailen i dit system uden at videresende eller kopiere den.
Selv om e-mailen og ethvert vedhæftet bilag efter vores overbevisning er fri
for virus og andre fejl, som kan påvirke computeren eller it-systemet, hvori
den modtages og læses, åbnes den på modtagerens eget ansvar. Vi påtager os
ikke noget ansvar for tab og skade, som er opstået i forbindelse med at
modtage og bruge e-mailen.
___
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.
/FONT




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 information.

Thanks

Maurício Kanada