Re: JNDI Realm Issue with 5.5.7

2005-03-29 Thread Ole Ersoy
t;earch. Hopes 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 &g

Re: JNDI Realm Issue with 5.5.7

2005-03-26 Thread Ole Ersoy
nding on > what URL you're using, it may be that it's looking > for a welcome file, > but since there's not one configured, it can't be > found. > > This doesn't APPEAR to be a JNDI issue. Have you > tried this > configuration WITHOUT the se

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 Statu

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: Hope that fixes it. Good luck, - Ole --- Digby <[EMAIL PROTECTED]> wrote: > Hi, > > I've just installed 5.5.7 and after a few teething > problem (mainly the > logger and a few old res

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 -cla

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-05 Thread Ole Ersoy
e. I believe that > it must be declared > inside a context pair. The page text lead one 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)%20Confi

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, > &g

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Ole Ersoy
sn't come with it by > default. You have to download 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 Postgre

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: "java.sql.SQLExce