Can admin webapp be set up to manage users in a database instead of tomcat-users.xml

2004-03-09 Thread Bill Haake
I have set up my server to use a JDBCRealm for authentication and it is working fine. Now I would like to use the admin webapp to add/remove users/roles from the database. I haven't been able to find any description that allows converting from the XML based UserDatabase in the default

RE: jsp deployment

2004-02-13 Thread Bill Haake
You have the EBook context nested inside the default (ROOT). -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:50 AM To: Tomcat Users List Subject: Re: jsp deployment from server.xml (minus realm, user database resource and a couple of

RE: Problems compiling new .jsp's with tomcat

2004-02-13 Thread Bill Haake
From the name of your classpath, I would guess you have the JRE installed. To compile you need the SDK. -Original Message- From: Alex L. [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 4:40 PM To: Tomcat Users List Subject: Problems compiling new .jsp's with tomcat I keep

RE: Error 500 from ISAPI_REDIRECTOR2.DLL

2004-02-12 Thread Bill Haake
Allistair- How about your jk2.properties file? You have a matching shm in there? I also recall seeing something funny recently about a size of 100 not working, but 1048576 does. Bill -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12,

RE: Tomcat Manager/Admin authentication

2004-02-10 Thread Bill Haake
Yes, this works. I just tested it with each on the current 5.0 from CVS -Original Message- From: Juan de Bravo [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 12:11 PM To: 'Tomcat Users List' Subject: RE: Tomcat Manager/Admin authentication I think you can turn it off by

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Bill Haake
Yes, just yesterday I got the following working: windows 2000 server IIS 5.0 jdk 1.4.2_03 binary isapi_redirector2.dll downloaded from: http://apache.mirrors.pair.com/jakarta/tomcat-connectors/jk2/binaries/win32/ jakarta-tomcat-connectors-jk2.0.2-win32-IIS.zip Also, I have built it from the

URL encoding/decoding bug in form-based security?

2004-02-06 Thread Bill Haake
I have been working on tracking down a problem with special characters in URLs that shows up when using form-based authentication in a security constraint. I have just about reached the limit of my ability to find the problem and am hoping that someone more familiar with the details of