Re: JNDI Realm Issue with 5.5.7

2005-03-29 Thread Ole Ersoy
this serves as a good pointer to anyone else with JNDIRealm issues. - Ole --- Ole Ersoy [EMAIL PROTECTED] wrote: Hi, Thanks for the tips. I have tried the following to isolate the issue: - Attempt: Commenting out the security constraint and retrying the URL (BTW - I just put the index.jsp

Re: JNDI Realm Issue with 5.5.7

2005-03-26 Thread Ole Ersoy
this configuration WITHOUT the security-constraint yet to eliminate AAA as the cause of the issues? w On Fri, 25 Mar 2005 20:17:19 -0800 (PST), Ole Ersoy [EMAIL PROTECTED] wrote: I think I must be missing something obvious in the configuration files, because I get the login error page when

JNDI Realm Issue with 5.5.7

2005-03-25 Thread Ole Ersoy
Hello Everybody, I'm attempting to configure JNDI authentication. I think I must be missing something obvious in the configuration files, because I get the login error page when entering non user information, and when I type in the correct username and password, tomcat gives me this: HTTP

Re: tomcat fails on FC3

2005-03-08 Thread Ole Ersoy
It looks like you have not uninstalled libgcj. It compiles java source directly to native machine code. Here is more info: http://gcc.gnu.org/java/ If you don't need it (it's typically not used), uninstall it like this (As su): rpm -e jdkgcj That should take care of it. Good luck, - Ole

Re: Can't see hosts after upgrading to 5.5.7

2005-03-07 Thread Ole Ersoy
The 5.5 jndi resource has all of the attributes for the data source in one element, like this: Resource name=jdbc/myoracle auth=Container type=javax.sql.DataSource driverClassName=oracle.jdbc.driver.OracleDriver url=jdbc:oracle:thin:[EMAIL

RealmBase Unix Script

2005-03-06 Thread Ole Ersoy
Hey everybody, I'm trying to get the following script to digest a password for me using SHA: #!/bin/sh _CLASSPATH=$CATALINA_HOME/server/lib/catalina.jar _CLASSPATH=$_CLASSPATH:$CATALINA_HOME/common/lib/jmx.jar _CLASSPATH=$_CLASSPATH:$CATALINA_HOME/bin/commons-logging-api.jar java -classpath

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-05 Thread Ole Ersoy
to think it only has to be inside the host tags. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations Doug - Original Message - From: Ole Ersoy [EMAIL PROTECTED] To: Tomcat Users List

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Ole Ersoy
the latest and install it before this will work. --David Ole Ersoy wrote: Hi everybody, I'm attempting to get the JNDI Datasource How To example for Postgresql to work. Here is the URL for the example: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Ole Ersoy
Sorry - wrong wget lines - I meant to provide this statement: wget http://jdbc.postgresql.org/download/pg74.215.jdbc2.jar I then untarred it in the common lib directory. I tried both the type 2 and type 3 driver. Thanks, - Ole --- Ole Ersoy [EMAIL PROTECTED] wrote: David, I downloaded

Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-03 Thread Ole Ersoy
Hi everybody, I'm attempting to get the JNDI Datasource How To example for Postgresql to work. Here is the URL for the example: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html After completing the listed steps the test.jsp error page reports: