Re: simplest Servlet-JDBC not working

2002-09-25 Thread Galbreath, Mark
Try otn.oracle.com - loads of information for its driver. -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: Re: simplest Servlet-JDBC not working Hi Friends, THANKS for sharing your thoughts on

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Galbreath, Mark
I do this all the time for testing purposes. -Original Message- From: Mike Marchywka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 1:45 PM To: [EMAIL PROTECTED] Subject: Re: simplest Servlet-JDBC not working It can be nice to ADD a main to a derived class - for testing

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Chris Pratt
t; > Any relevanet infor. on this is appreciated. > > THANKS EXPERTS. > > Manoj G. Kithany > > >From: Chris Pratt <[EMAIL PROTECTED]> > >Reply-To: "A mailing list for discussion about Sun Microsystem's Java > > Servlet API Technology."

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Richard Yee
PROTECTED]> >>Reply-To: "A mailing list for discussion about Sun Microsystem's Java >> Servlet API Technology." <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: Re: simplest Servlet-JDBC not working >>Date: Wed, 25 Sep 2002 10:53:

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Manoj Kithany
[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: simplest Servlet-JDBC not working >Date: Wed, 25 Sep 2002 10:53:29 -0700 > >You ca

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Chris Pratt
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 10:45 AM Subject: Re: [SERVLET-INTEREST] simplest Servlet-JDBC not working It can be nice to ADD a main to a derived class - for testing from a more controlled environment. I've never tried this with a

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Mike Marchywka
L PROTECTED]] > Sent: Wednesday, September 25, 2002 12:58 PM > To: [EMAIL PROTECTED] > Subject: Re: simplest Servlet-JDBC not working > > > Yeah, and he's calling super.init( config ) too. > > -Original Message- > From: Chris Pratt [mailto:[EMAIL PROTECTED]] >

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Galbreath, Mark
Yeah, and he's calling super.init( config ) too. -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: simplest Servlet-JDBC not working It's a servlet, it doesn't have a main(), s

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Chris Pratt
Sent: Wednesday, September 25, 2002 9:32 AM Subject: [SERVLET-INTEREST] simplest Servlet-JDBC not working > hi, > > i am having simplest of Servlet program (DBServlet.java) which is trying to > connect to my ORCL DB. > > My Application and DB Server are on different machines.

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Richard Yee
Manoj, Are you trying to run this servlet code as an application from the command line? Since it extends HttpServlet, you need to run it in a servlet container. Regards, Richard At 04:32 PM 9/25/2002 +, you wrote: >hi, > >i am having simplest of Servlet program (DBServlet.java) which is t

Re: simplest Servlet-JDBC not working

2002-09-25 Thread Galbreath, Mark
Display the entire stack trace. Mark -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:33 PM To: [EMAIL PROTECTED] Subject: simplest Servlet-JDBC not working hi, i am having simplest of Servlet program (DBServlet.java) which is

simplest Servlet-JDBC not working

2002-09-25 Thread Manoj Kithany
hi, i am having simplest of Servlet program (DBServlet.java) which is trying to connect to my ORCL DB. My Application and DB Server are on different machines. I am having my JDBC Drivers (in ZIP format) on my App Server installed with CLASSPATH. when I try to run i get below errors: # java DBSe