index.jsp doesn't change

2004-11-01 Thread Ross Rankin
This is on 4.1.30. I have updated the index.jsp page in the $CATALINA_HOME/webapps/root directory and I even deleted all instances of the original splash pages (i.e. *If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!) *And still that is

Re: index.jsp doesn't change

2004-11-02 Thread Ross Rankin
That worked... is there a reason it wasn't recompling on its own? Date maybe? Ross Andoni wrote: Hello, You might try deleting the contents of the $CATALINA_HOME/work directory. This is where the compiled .jsp files are kept. Andoni. - Original Message - From: Ross Rankin [EMAIL

Still using Self-signed Cert... How to stop it...

2004-06-11 Thread Ross Rankin
acceptCount=100 debug=0 scheme=https secure=true useURIValidationHack=false disableUploadTimeout=true Factory className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory keystoreFile=/etc/careerfish.key keystorePass=x clientAuth=false protocol=TLS / /Connector Thanks. Ross Rankin

RE: LDAP - newbee help

2004-07-01 Thread Ross Rankin
LDAP, Lightweight Directory Access Protocol, is a protocol that other programs use to look up contact information from a server, such as Microsoft Active Directory. It is a service provided by a server, not a server. An LDAP server is a server that provides LDAP services... The Microsft AD

RE: LDAP - newbee help

2004-07-02 Thread Ross Rankin
-Original Message- From: Ross Rankin [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 1:23 PM To: 'Kal Govindu'; 'Tomcat Users List (E-mail)' Subject: RE: LDAP - newbee help To authenticate users you will need an account / password that has read privileges and a base DN. You

JNDI Authentication...

2004-10-11 Thread Ross Rankin
=domain,dc=com cn: Ross Rankin sn: Rankin objectClass: inetOrgPerson uid: ross mail: [EMAIL PROTECTED] userPassword:: dGVzdA== # manager, groups, domain.com dn: cn=manager,ou=groups,dc=domain,dc=com objectClass: groupOfUniqueNames cn: manager uniqueMember: uid=ross,ou=people,dc=domain,dc=com # tomcat