Title: Well, I've made it!

JBoss-2.4.0_Tomcat-3.2.2
Win2K

I've finally got the CMP example to work using the jdbc-odbc bridge to an Access database and populated it via Upload.java.

Couple of very minor points that relate to the sample code.

First, the very first line of Upload.java needs to be changed from:

           String filename = "cds.txt";

to:

           String filename = args[0];

Second, Lookup.java contains:

           props.load (new FileInputStream ("cd.properties"));

What is this file and what is it supposed to contain?

Who do I report this to?

Cheers!

Martin

Reply via email to