RE: Digest Authentication

2010-02-11 Thread Stanley Wong
My mistake. The authentication does work when a section is added. I probably forget to save the web.xml at some points. Thank you for the help. And, SHA continues to fail. Stanley -Original Message- From: Stanley Wong Sent: Thursday, February 11, 2010 3:19 PM To: Tomcat Users

RE: Digest Authentication

2010-02-11 Thread Stanley Wong
Thank you. I make some progress, but still need some helps. That is what I did: 1. replace the hashing algorithm from SHA to MD5. 2. remove the line from The new section of web.xml looks as follows: DIGEST MD5 I generate

Digest Authentication

2010-02-11 Thread Stanley Wong
I am using Tomcat 6.0. I try to implement digest authentication. That is what I do: 1. Deploy a auth.war file to Tomcat, whose web.xml has this setting: Auth.html Web Resource /

RE: className [mx4j.adaptor.http.HttpAdaptor] does not exist

2009-03-11 Thread Stanley Wong
That is how I do. 1. startup.sh: adding the modification of CATALINA_OPTS CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6969 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" 2. server.xml: adding the modification o

className [mx4j.adaptor.http.HttpAdaptor] does not exist

2009-03-10 Thread Stanley Wong
Hi, I try to setup the JMX in Tomcat 6.0. I downloaded the latest version of mx4j and placed in the tomcat/lib folder. I encounter the error of "[mx4j.adaptor.http.HttpAdaptor] does not exist". I went through the jar files of mx4j. I did see mx4j.tools.adaptor.http.HttpAdaptor, but

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-09 Thread Stanley Wong
Message- > From: David Smith [mailto:d...@cornell.edu] > Sent: Wednesday, March 04, 2009 10:57 AM > To: Tomcat Users List > Subject: Re: FW: Cannot create JDBC driver of class '' for connect URL > 'null' > > Stanley Wong wrote: > > Thanks,

jmx monitoring, configuration on server.xml

2009-03-04 Thread Stanley Wong
Hi, I have a quick question regarding the configuration of jmx monitoring. Once I add the following line to the server.xml: http://host/someApp, is never responding. How do I make the app responding and the JMX Management consle work at the same time. Stanley

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-04 Thread Stanley Wong
r does not necessarily endorse content contained within this transmission. > Date: Wed, 4 Mar 2009 10:56:52 -0500 > From: d...@cornell.edu > To: users@tomcat.apache.org > Subject: Re: FW: Cannot create JDBC driver of class '' for connect URL 'null' > > St

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-04 Thread Stanley Wong
Smith [mailto:d...@cornell.edu] Sent: Wednesday, March 04, 2009 10:57 AM To: Tomcat Users List Subject: Re: FW: Cannot create JDBC driver of class '' for connect URL 'null' Stanley Wong wrote: > Thanks, David. > > Unfortunately, it still fails. > > Does it have

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-04 Thread Stanley Wong
JDBC driver of class '' for connect URL 'null' Stanley Wong wrote: > I took away the postgres jar file from the application/WEB-INF/lib > folder. > > Unfortunately, I still encounter the error. > > I look into the log files. The deployment seems successful.

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-03 Thread Stanley Wong
I took away the postgres jar file from the application/WEB-INF/lib folder. Unfortunately, I still encounter the error. I look into the log files. The deployment seems successful. I tracked the errors for days, and still could not get a clue. Please help me to give me some insights. Thank yo

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-03 Thread Stanley Wong
get the JNDI-JDBC connection from Tomcat? Stanley -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Tuesday, March 03, 2009 1:55 PM To: Tomcat Users List Subject: Re: FW: Cannot create JDBC driver of class '' for connect URL 'null' Stanley Wong w

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-03 Thread Stanley Wong
PM To: Tomcat Users List Subject: RE: FW: Cannot create JDBC driver of class '' for connect URL 'null' > From: Stanley Wong [mailto:w...@pcigeomatics.com] > Subject: RE: FW: Cannot create JDBC driver of class '' for > connect URL 'null' > &

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-03 Thread Stanley Wong
|- lib |- common |- postgres driver Stanley -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Tuesday, March 03, 2009 1:16 PM To: Tomcat Users List Subject: Re: FW: Cannot create JDBC driver of class '' for connect URL 'null'

RE: FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-03 Thread Stanley Wong
And, I have the same error. What else could I try? Stanley -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Tuesday, March 03, 2009 12:44 PM To: Tomcat Users List Subject: Re: FW: Cannot create JDBC driver of class '' for connect URL 'null&

FW: Cannot create JDBC driver of class '' for connect URL 'null'

2009-03-03 Thread Stanley Wong
Hi, I encounter a problem regarding setting up a JNDI Datasource at Tomcat 6.0 with PostgreSQL 8.1 under Linux Suse 10.3 environment. This is the exception: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' I wonder if there are some ad