RE: save form-data in xml-file

2005-09-27 Thread Robyne Vaughn
not necessarily a tomcat question, but once-upon-a-time I had a similar situation accessing JDBC data. As long as I ran my app directly, I could do so, but once embedded in servlet it would not. It turned out that it was an authorization problem. While running the app directly, I was logged in

RE: save form-data in xml-file

2005-09-27 Thread Robyne Vaughn
of the servlet or in the web.xml? Regards, Anne -Ursprungliche Nachricht- Von: Robyne Vaughn [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 27. September 2005 17:51 An: Tomcat Users List Betreff: RE: save form-data in xml-file not necessarily a tomcat question, but once-upon-a-time I had

RE: Blocking urls

2005-06-23 Thread Robyne Vaughn
I am also looking for a way to block access for administrator pages. Could you fill me in also? Thanks, Robyne -Original Message- From: Jim Henderson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 7:49 AM To: Tomcat Users List Subject: RE: Blocking urls Found a solution:

RE: Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization

2005-05-31 Thread Robyne Vaughn
Thanks for any help. Robyne K. Vaughn Programmer/Analyst Lubbock ISD 1628 19th St Lubbock, TX 79401 806-766-1119 -Original Message- From: Robyne Vaughn Sent: Tuesday, May 24, 2005 9:05 AM To: tomcat-user@jakarta.apache.org Subject: Authentication and Re

Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization

2005-05-24 Thread Robyne Vaughn
it doesn't seem to be actually using the tomcat-users.xml? It's a miracle that it's this close to working. I'm feeling my way through this, I'm not very experienced at Tomcat or Java or Jndi, I only touch on them occasionally. So, please answer in full, rich answers. Robyne Vaughn

which jar files help accomplish JNDI/LDAP/ADS authentication in 4.1.12

2004-09-10 Thread Robyne Vaughn
I have a configuration of tomcat 4.1.17 which uses a JNDI realm to authenticate to Active Directory Server. It works well. Unfortunately, I must accomplish the same thing in a configuration of Tomcat 4.1.12 in order to be in step with a vendor supplied tool. 4.1.12 is not able to accomplish

RE: Timestamp on log is 6 hours ahead of system time.

2003-11-14 Thread Robyne Vaughn
. Or the current user running the java process has that problem. -Tim Robyne Vaughn wrote: Can anyone tell me why the timestamp on my Tomcat logs (catalina.out), and web-app logs is about 6 hours ahead of the system time on the system on which tomcat runs? How can I fix it to find the correct

RE: Timestamp on log is 6 hours ahead of system time.

2003-11-14 Thread Robyne Vaughn
flavor) -Tim Robyne Vaughn wrote: Thanks. That somewhat answers the question. Would you know how I can fix the problem? How would I check to see what timezone the jvm is pointing to - and then how would I set it to the correct time? I would be the current user who starts Tomcat. I don't

Timestamp on log is 6 hours ahead of system time.

2003-11-13 Thread Robyne Vaughn
Can anyone tell me why the timestamp on my Tomcat logs (catalina.out), and web-app logs is about 6 hours ahead of the system time on the system on which tomcat runs? How can I fix it to find the correct or the system time? thanks, Robyne K. Vaughn

RE: Tomcat Authenticates to AD. How do I access AD variables?

2003-11-12 Thread Robyne Vaughn
container) doesn't provide this functionality. But you can easily look it up via some JNDI calls since you know the name of the user. -Tim Robyne Vaughn wrote: My web-app/web.xml fires off a form for authentication when my web-app opening .jsp is requested. After being authenticated the opening

RE: [OT] Re: Tomcat Authenticates to AD. How do I access AD variables?

2003-11-12 Thread Robyne Vaughn
+ )), constraints); 3) You should now how have the DN so you may do subsequent attribute lookups. Through normal JNDI calls. (I think) I don't do much JNDI stuff, so I can't vouch that the above is in any manner correct. (But I hope it is) -Tim Robyne Vaughn wrote: Tim, Thanks for your reply.I do

Tomcat Authenticates to AD. How do I access AD variables?

2003-11-11 Thread Robyne Vaughn
found them and authenticated them. thanks, Robyne Vaughn

RE: JNDIRealm...more

2003-11-06 Thread Robyne Vaughn
don't, but I guess that is why we have web application developers on staff. :-) Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f) -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 5:00 PM To: Tomcat Users List Subject: RE

RE: How could I solve this error

2003-11-06 Thread Robyne Vaughn
Error snippet: root cause java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet I think I remember this happening to me when I saved my servlet as one name, but inside the servlet, the class name was something else. robyne -Original Message- From: Javier [mailto:[EMAIL

RE: How could I solve this error

2003-11-06 Thread Robyne Vaughn
Ps. I also tried to invoke it under the name it was saved under rob -Original Message- From: Robyne Vaughn Sent: Thursday, November 06, 2003 8:18 AM To: Tomcat Users List Subject: RE: How could I solve this error Error snippet: root cause java.lang.NoClassDefFoundError: javax

RE: JNDIRealm...more

2003-11-05 Thread Robyne Vaughn
Good luck. -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:07 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Thanks, Justin, You've given me some good pointers. I guess I'll do some more hammering and snooping. Our AD

RE: JNDIRealm...more

2003-11-05 Thread Robyne Vaughn
appreciation, Robyne Vaughn -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 9:48 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Hello, I hope that I am not to late to post here. I have just returned to the land of the living

RE: JNDIRealm...more

2003-11-05 Thread Robyne Vaughn
an alternate AD active or specified you will not have access to your web applications. -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Wed 11/5/2003 13:46 To: Tomcat Users List Cc: Subject:RE: JNDIRealm...more Dean! Mine works! A thousand thanks

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
Hi, I've been watching your emails andI'm still trying to understand. I have a couple of ldap books and I'm trying to figure some things out. I can authenticate to AD with known OU's and known common names, but I can't use basic or form authentication and get them authenticated with just a

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
-Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:08 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Hi, I've been watching your emails andI'm still trying to understand. I have a couple of ldap books and I'm trying to figure

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
, but that's pretty useful. -Original Message- From: Hart, Justin Sent: Tuesday, November 04, 2003 12:39 PM To: Tomcat Users List Subject: RE: JNDIRealm...more I used * as my role-name. Justin -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
Thanks. -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:10 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Good luck. -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1

RE: Tomcat mysteriously stops responding...

2003-10-23 Thread Robyne Vaughn
I've had a similar problem and can't figure it out. I suspect I have a servlet which isn't closing connections correctly or isn't shutting down properly and ties up resources. I havn't found it yet, but someone suggested poor programming practices from us newbies/unknowledgeables could be the

RE: Tomcat and Active Directory / 2003

2003-10-22 Thread Robyne Vaughn
Hi all, I'm also trying to authenticate to AD from Tomcat. I'm having some struggles. When you use this Realm, do you specify basic or form authentication in your web-app.xml? I wish I knew how your ADS forest was arranged. I'm having trouble figuring out what I need to use - what trail to

JNDI realm to access AD

2003-08-28 Thread Robyne Vaughn
Hi, I'm new to Tomcat and ADs. I'm trying to configure a JNDI realm (Tomcat 4.1.17 on IBM AS/400) to authenticate to Active Directory(microsoft on a server). I've found a couple of brief examples to follow, but don't understand the nomenclature well enough to make mine work on our installation. I