Re: setup of global resources, dbcp, mail, etc.

2003-09-15 Thread Adam Hardy
that the values for the name and global parameter in the ResourceLink tag are the same. I notice that in your example they are different. Where does the global value get defined? - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 15

Re: Setting contentType and also using container-based authentication

2003-09-12 Thread Adam Hardy
Hi Matt, how does it work if you use a meta tag direct in html? meta http-equiv=content-type content=application/vnd.ms-excel / On 09/11/2003 07:54 PM Sgarlata Matt wrote: I'm having trouble using the %@ page contentType= % directive and container-based authentication. Here is a toy example that

Re: Request Too Large

2003-09-11 Thread Adam Hardy
What is the URL querystring? There are limits on how long the query string can be. Sounds like the flash program is doing a GET instead of a post. Adam On 09/10/2003 06:22 PM chanan braunstein wrote: Good Morning, I need to build a page that accepts a POST from a flash program. So far my

Re: JDBC via JNDI and the resource-env-ref tag

2003-09-09 Thread Adam Hardy
Hi Hans, in my server.xml I have: GlobalNamingResources Resource name=jdbc/GlobalRealmDB auth=Container type=javax.sql.DataSource description=allows connections to be made to mySQL /Resource ResourceParams name=jdbc/GlobalRealmDB parameter

Re: SSL/Verisign Confusion

2003-09-07 Thread Adam Hardy
Hi Dave, how much does it cost at Verisign, and how long is it valid for? And is this 'openssl' you mentioned a free alternative? Adam On 09/06/2003 03:21 PM Dave Wood wrote: FINALLY! I still don't know what I did wrong in the first place, but after starting over with VeriSign, all is well

Re: Using jdk1.4 logger problem

2003-09-05 Thread Adam Hardy
On 09/05/2003 05:16 AM Bill Barker wrote: But, some how the logger manager can't find the handler classes. (Class loader problem?) Yup, it's a CL problem. Unfortunately, it looks like the problem is in Sun's implementation of 1.4 Logging. Instead of using the ContextClassLoader, it's looking for

Re: Using jndi to get a DBCP BasicDataSource give ClassCastException

2003-09-05 Thread Adam Hardy
an I got BasicDataSource. --Angus -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 4:19 AM To: Tomcat Users List Subject: Re: Using jndi to get a DBCP BasicDataSource give ClassCastException Hi Angus, looked at your first mail and couldn't

Re: Using jndi to get a DBCP BasicDataSource give ClassCastExce ption

2003-09-05 Thread Adam Hardy
:11 AM To: 'Tomcat Users List' Subject: RE: Using jndi to get a DBCP BasicDataSource give ClassCastExce ption I suppose there could be two different classes called BasicDataSource, in two different packages... -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 05

Re: ClassNotFound Exception with Struts Action

2003-09-01 Thread Adam Hardy
hi Tom, it's not obvious what your problem could be. To find out the classpath being used by your app server, you should put an echo in your app server's batch file at the appropriate point, i.e. just before it calls javac. However app servers generally don't include the webapp directories in

JAASRealm with Basic Authentication

2003-08-31 Thread Adam Hardy
I am trying to run my JAASRealm implementation, and I have it working successfully on my own apps using Form-based authentication, but when I try to use it for tomcat's manager tool (configured in webapps/manager.xml) or any other app using basic authentication, I have problems. First of all

jdk 1.4 logging and log formatter class not being found

2003-08-29 Thread Adam Hardy
This is a repost from last week, which got no answers. I've tried to give more better info here. I just upgraded from 4.1.24 to 4.1.27 and found that java now can't find my formatter class which I need for JDK 1.4 logging. The configuration in the logging.properties file is picked up fine, I

Re: [OT] but IMPORTANT

2003-08-28 Thread Adam Hardy
M$ lost it - but it is only the City of Munich, not the whole of Germany. On 08/28/2003 04:31 PM Dave Butler wrote: I remember them talking about it and M$ sending some heavies to Munich to sort them out.. - To

Re: [OT] but IMPORTANT

2003-08-28 Thread Adam Hardy
. --- Stuart MacPherson [EMAIL PROTECTED] wrote: Forbid independent development of innovative software-based solutions... So you might only be able to code for someone else?! That does not sound good... -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 13:01

[OT] but IMPORTANT

2003-08-28 Thread Adam Hardy
If you haven't checked http://jakarta.apache.org/ today, do so and read the welcome page. Sounds dire, but in these times, predictable. Nothing to do with me, I just agree with it. Adam -- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9

trying to use manager/html app with o.a.catalina.realm.JAASRealm

2003-08-25 Thread Adam Hardy
I'm using org.apache.catalina.realm.JAASRealm for my authentication for my webapps, and I have got to the point where I want to use tomcat's manager and admin app. Unfortunately when I try to use JAASRealm for the manager, JAASCallBackHandler throws an exception because it hasn't been given

Re: trying to use manager/html app with o.a.catalina.realm.JAASRealm

2003-08-25 Thread Adam Hardy
, Adam On 08/25/2003 12:43 PM Tim Funk wrote: You can place a Realm inside a Context declaration. As for the non-working of JAASRealm - I know nothing about it and have not used it. -Tim Adam Hardy wrote: I'm using org.apache.catalina.realm.JAASRealm for my authentication for my webapps, and I

Re: trying to use manager/html app with o.a.catalina.realm.JAASRealm

2003-08-25 Thread Adam Hardy
a webapp should use. -Tim Adam Hardy wrote: ah, ok. I put those 2 realms at engine level. So I can't have 2 realms in engine? Now thanks to your advice I've got the manager working with tomcat-users.xml by placing the realm tag in the manager.xml in the webapps dir. However I would like to keep

jdk 1.4 logging and log formatter class not being found

2003-08-23 Thread Adam Hardy
I just upgraded from 4.1.24 to 4.1.27 and found that tomcat or java now can't find my formatter class which I need for JDK 1.4 logging. if you're not familiar with JDK 1.4 logging, the formatter class is what you specify in the logging.properties config file, which formats the output of the each

jdk 1.4 logging and log formatter class not being found

2003-08-23 Thread Adam Hardy
I just upgraded from 4.1.24 to 4.1.27 and found that tomcat or java now can't find my formatter class which I need for JDK 1.4 logging. if you're not familiar with JDK 1.4 logging, the formatter class is what you specify in the logging.properties config file, which formats the output of the

problems shutting down tomcat 4.0.3: java.net.ConnectException

2002-05-31 Thread Adam Hardy
For the archives I just found that this exception occurs when you try shutting tomcat down too quickly before it has finished starting. problems shutting down tomcat 4.0.3: java.net.ConnectException * From:

<    1   2   3   4