MEMORY REALM AND TOMCAT- USERS

2005-01-25 Thread Karthik N S
Hi How would onebe able to get the 'userid /passwords/role' of tomcat/conf/tomcat-users.xml into a servlet from within the Context running in the specified envoiurnament. Thx in advance WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

RE: Tomcat users

2004-03-02 Thread Kannan Sundararajan
] [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 9:39 PM To: Tomcat Users List Subject: RE: Tomcat users Hi Kannan, Thank you for your reply. May I know what kind of Hardware or Software configuration can improve the performance of Tomcat please? Thank you, Best Regards, Uma

RE: Tomcat users

2004-03-01 Thread Shapira, Yoav
Howdy, I would like to know how many users can access Tomcat 5.0.19 per second. i.e I need to know the hit ratio. Can some one help me please? 1 zillion jillion. Or zero. Depends on if you use the -XaTonOfUsers=true java runtime option. Just kidding, of course: it depends on your webapp,

Re: Tomcat users

2004-03-01 Thread Nathan Gross
Shapira, Yoav wrote: Howdy, I would like to know how many users can access Tomcat 5.0.19 per second. i.e I need to know the hit ratio. Can some one help me please? 1 zillion jillion. Or zero. Depends on if you use the -XaTonOfUsers=true java runtime option. Just kidding, of

RE: Tomcat users

2004-03-01 Thread Kannan Sundararajan
What are you talking about Nat? Yoav Shapira, clearly mentioned about it. It all depends on the hardware, OS etc, which you are trying to run. -Original Message- From: Nathan Gross [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 11:17 AM To: Tomcat Users List Subject: Re

Re: Tomcat users

2004-03-01 Thread Nathan Gross
. -Original Message- From: Nathan Gross [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 11:17 AM To: Tomcat Users List Subject: Re: Tomcat users Shapira, Yoav wrote: Howdy, I would like to know how many users can access Tomcat 5.0.19 per second. i.e I

RE: Tomcat users

2004-03-01 Thread Kannan Sundararajan
. i.e I need to know the hit ratio. Can some one help me please? Thank you, Best Regards, Uma -Original Message- From: Nathan Gross [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 12:13 PM To: Tomcat Users List Subject: Re: Tomcat users Simple. It's a cell-phone! Why, can't run

RE: Tomcat users

2004-03-01 Thread UmamaheswarKalluru
Hi Kannan, Thank you for your reply. May I know what kind of Hardware or Software configuration can improve the performance of Tomcat please? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Tomcat users

2004-02-29 Thread UmamaheswarKalluru
Hello, I would like to know how many users can access Tomcat 5.0.19 per second. i.e I need to know the hit ratio. Can some one help me please? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Configure tomcat users with encrypted password?

2003-07-17 Thread eric scroger
How do I configure Tomcat so the tomcat-users.xml file uses encrypted passwords and not just plain text? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configure tomcat users with encrypted password?

2003-07-17 Thread Carlos Cajina
in this file are not recognized until Tomcat is restarted. Hope this helps. Regards - Original Message - From: eric scroger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 5:37 PM Subject: Configure tomcat users with encrypted password? How do I configure

Is there a Online Archive for searching tomcat-users Mailinglist?

2003-04-04 Thread Peter H.
Thanks Peter _ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Is there a Online Archive for searching tomcat-users Mailinglist?

2003-04-04 Thread Jan Behrens
click here: http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 regards jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there a Online Archive for searching tomcat-users Mailinglist?

2003-04-04 Thread Bill Barker
The Apache mirror is at http://nagoya.apache.org/eyebrowse/SummarizeList?listId=88. I rarely use it myself for this list (I prefer the nntp interface that I'm using now). Peter H. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thanks Peter

RE: Anyone successfully authenticating Tomcat users w/ windows login info using a JNDIRealm?

2003-04-01 Thread Darian Shimy
Try this: http://www.jguru.com/faq/view.jsp?EID=1045412 -- Darian Shimy -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:16 AM To: Tomcat Users List Subject: Re: Anyone successfully authenticating Tomcat users w/ windows login info

Anyone successfully authenticating Tomcat users w/ windows login info using a JNDIRealm?

2003-03-26 Thread Dan Payne
I'm looking for some assistance in setting up single-sign on with our windows 2000 intranet and Tomcat using Windows Active Directory and a Tomcat JINDIRealm and LDAP. What I'm essentially looking for is HttpServletRequest.getRemoteUser() to return the username used to authenticate to the Windows

Re: Anyone successfully authenticating Tomcat users w/ windows logininfo using a JNDIRealm?

2003-03-26 Thread Tim Funk
If you have multiple domains, I think your out of luck. If you run a single active directory domain, you *might* be able to do something like this: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://need.morecowbell.com:389; userBase=dc=more,dc=morecowbell,dc=com

Managing Tomcat-USers im my own Application

2003-03-24 Thread Robert Einsle
Hy list i will manage Users im my application for the Login-Authentication for the Application, and therefore i will manage the tomcat-users.xml im my application. Is it possible to manage the users-File out of an tomcat-Application like the admin-page?? Where can i find an Howto to do it??

Re: Managing Tomcat-USers im my own Application

2003-03-24 Thread James Carman
Einsle [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 24, 2003 3:02 PM Subject: Managing Tomcat-USers im my own Application Hy list i will manage Users im my application for the Login-Authentication for the Application, and therefore i will manage the tomcat

Re: Managing Tomcat-USers im my own Application

2003-03-24 Thread James Carman
Remember, also, that the MemoryRealm will not pick up your changes to the XML file until restart. - Original Message - From: Robert Einsle [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 24, 2003 3:02 PM Subject: Managing Tomcat-USers im my own Application

Please, does anybody confirm that this mail arrived to the correct Tomcat users list ?

2003-03-11 Thread Philippe Maseres
Has i can't see my last own mails in the Tomcat users list archives, could you confirm they hav a good destination ? Thanks. Philippe Maseres - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Please, does anybody confirm that this mail arrived to the correct Tomcat users list ?

2003-03-11 Thread Shapira, Yoav
Hi, Yeah, they're fine. Yoav Shapira Millennium ChemInformatics -Original Message- From: Philippe Maseres [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 11:03 AM To: Tomcat Users List Subject: Please, does anybody confirm that this mail arrived to the correct Tomcat users list

Screwed Up tomcat-users file

2003-01-07 Thread Jim Urban
I really screwed up. I edited the tomcat-users.xml file by hand and I messed it up. I can no longer log on to the manager or administrator app. How can I reset this file? Can someone send me a default file? Thanks, Jim

re: Tomcat Users List - read receipts

2002-10-11 Thread Michael Schulz
Paul, et. al, Please disable the read receipt requested option in your email application when you are posting to the Tomcat Users List. You don't really want a read receipt from every member of the Tomcat Users List, do you? Thanks, Mike -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Tomcat Users List - read receipts

2002-10-11 Thread Chris Wolcott
in your email application when you are posting to the Tomcat Users List. You don't really want a read receipt from every member of the Tomcat Users List, do you? Thanks, Mike -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED

dynamically update tomcat-users list

2002-07-23 Thread Koes, Derrick
Is there any way to do this without bringing down Tomcat?

RE: Number of Tomcat users ...

2001-08-08 Thread Klaas van der Ploeg
Lars, Tomcat users will do request via HTTP. So, a user will _not_ keep a Tomcat thread busy while his browser is open. You can set the threading settings in the server.xml for your connector(s) (check $TOMCAT_HOME/doc/uguide/tomcat_ug.html). The default settings are suitable for 10-40

Number of Tomcat users ...

2001-08-06 Thread Lars Nielsen Lind
Hi. Where and how do I specify the max number of simultaneous users for Tomcat? Lars Nielsen Lind

real time chat for Tomcat users?

2001-07-19 Thread John Hebert
I'm noticing that a LOT of traffic on this mailing list consists of questions that can be answered pretty quickly (not that there's anything wrong with that (: ) and might be better served (no pun intended) in a real time format. So, I've setup a group conference via Jabber at [EMAIL

Authentication tomcat users using EJB

2001-06-21 Thread Knudsen, Joe
I want to authenticate tomcat users with remote calls to EJBs. I built EJB Beans with login, password and roles. How do I get tomcat to authenticate. I looked at the JDBCRealm but I am using a embedded DB and cannot have multiple connections. Do I need to create and custom Realm or does

HOW TO UNSUBSCRIBE from tomcat-users

2001-04-05 Thread William Kaufman
Sorry to blast this to everyone, but, since a lot of people are trying to unsubscribe from tomcat-users the wrong way, here's the right way, as taken from the email you were sent when you subscribed: I can handle administrative requests automatically. Please do not send them to the list