RE: JDBC-based Web Services (?)

2003-02-14 Thread Philip Li
risej2me.com/articles.php > Dr. Dobbs Journal, JavaWorld, IBM developerWorks and more ... > -------- > > On Fri, 14 Feb 2003, Philip Li wrote: > > > It's not a real application yet. We are trying to bui

RE: JDBC-based Web Services (?)

2003-02-14 Thread Philip Li
ou want to expose db calls over a web service. That is pretty low level. I am curious what application would require such features. On Fri, 2003-02-14 at 16:41, Philip Li wrote: > Has anyone implemented a JDBC-based Web Services? I am attempting to > implement 3 basic servcies to a

JDBC-based Web Services (?)

2003-02-14 Thread Philip Li
Has anyone implemented a JDBC-based Web Services? I am attempting to implement 3 basic servcies to access a database: 1. openDB()- returns a JDBC Connection object; 2. selectFrom(Connection con, String sql_stmt)- returns the ResultSet of a Select statement encoded in sql_stmt; 3. closeDB(Connect

RE: Connection refused when I run Admin Client

2003-02-12 Thread Philip Li
Admin Client Are you sure that tomcat is running on 8080? -Original Message- From: Philip Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Connection refused when I run Admin Client I got the connection refused exception when I tried to ru

Connection refused when I run Admin Client

2003-02-11 Thread Philip Li
I got the connection refused exception when I tried to run the AdminClient (for securitydeploy.wsdd first, and later just the list option). I was able to run the simple calculator example, and Tomcat 4.1.18 seems to run just fine as a Win2K service. Did I miss something basic? Any help would be