Re: help: Tomcat JDBC

2001-03-23 Thread Rob Tanner

1. You will need to create a context for your application in server.xml.
2. You can put the database anywhere you want
3. You will need an MS Access driver, JDBC is just the API
4. You will need to put the servlet path in web.xml

You also need to read the Tomcat documentation on server.xml as well as 
examine the example.  You should also go to the Java Sunsite and download the 
Servlet2.2 specification and read it.  web.xml is a part of that specification and 
it's contents are thoroughly in the documenmt.

-- Rob

--On Thursday, March 22, 2001 06:37:48 PM + Joo Folha 
[EMAIL PROTECTED] wrote:

 Hi there.
 I am new in servlets, jsp, tomcat and java.
 I am trying to build a simple application that consults a very small
 database in ms access.
 So, I Have a few questions:
 What a need to write in server.xml configuration file?
 Where i put my database?
 Do I need to download any driver, i already have jdbc?
 What i need to write in web.xml file?

 see you






   _ _ _ _   __ _ _ _ _
  /\_\_\_\_\/\_\ /\_\_\_\_\_\
 /\/_/_/_/_/   /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
/\/_/__\/_/ __/\/_//\/_/  PROFUNDUM VIDITUR
   /\/_/_/_/_/ /\_\  /\/_//\/_/
  /\/_/ \/_/  /\/_/_/\/_//\/_/ (Whatever is said in Latin
  \/_/  \/_/  \/_/_/_/_/ \/_/  appears profound)

  Rob Tanner
  McMinnville, Oregon
  [EMAIL PROTECTED]




RE: help: Tomcat JDBC

2001-03-23 Thread Ciot, Thierry

Also, take a look at the jdbc tag library.  You can probably get most of
your database access without doing any scriplet or beans programming.

Thierry

-Original Message-
From: Rob Tanner [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 23, 2001 8:18 PM
To: [EMAIL PROTECTED]
Subject: Re: help: Tomcat  JDBC


1. You will need to create a context for your application in server.xml.
2. You can put the database anywhere you want
3. You will need an MS Access driver, JDBC is just the API
4. You will need to put the servlet path in web.xml

You also need to read the Tomcat documentation on server.xml as well as 
examine the example.  You should also go to the Java Sunsite and download
the Servlet2.2 specification and read it.  web.xml is a part of that
specification and it's contents are thoroughly in the documenmt.

-- Rob

--On Thursday, March 22, 2001 06:37:48 PM + Joo Folha
[EMAIL PROTECTED] wrote:

 Hi there.
 I am new in servlets, jsp, tomcat and java.
 I am trying to build a simple application that consults a very small
 database in ms access.
 So, I Have a few questions:
 What a need to write in server.xml configuration file?
 Where i put my database?
 Do I need to download any driver, i already have jdbc?
 What i need to write in web.xml file?

 see you






   _ _ _ _   __ _ _ _ _
  /\_\_\_\_\/\_\ /\_\_\_\_\_\
 /\/_/_/_/_/   /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
/\/_/__\/_/ __/\/_//\/_/  PROFUNDUM VIDITUR
   /\/_/_/_/_/ /\_\  /\/_//\/_/
  /\/_/ \/_/  /\/_/_/\/_//\/_/ (Whatever is said in Latin
  \/_/  \/_/  \/_/_/_/_/ \/_/  appears profound)

  Rob Tanner
  McMinnville, Oregon
  [EMAIL PROTECTED]



Help: Tomcat JDBC

2001-03-22 Thread João Folha




Hi there.I am new in servlets, jsp, tomcat and 
java.I am trying to build a simple application that consults a very small 
database in ms access.So, I Have a few questions:What a need to write in 
server.xml configuration file?Where i put my database?Do I need to 
download any driver, i already have jdbc?see 
you


Re: Help: Tomcat JDBC

2001-03-22 Thread Tom Horn

you need Apache as your server through which Tomcat
deploys the Jsp (HTML) implementation.  You need to
develop EJBs in Java that will be 
contacted by the Jsp interface and produce the output
to your web. The database can be anything as long the
EJB can access it.  You might have 
to look up if you need the server.xml for accessing
Access database, it might not be necessary, java
supports jdbc to access (located anywhere 
on you drive).
gp

--- João_Folha [EMAIL PROTECTED] wrote:
 Hi there.
 I am new in servlets, jsp, tomcat and java.
 I am trying to build a simple application that
 consults a very small
 database in ms access.
 So, I Have a few questions:
 What a need to write in server.xml configuration
 file?
 Where i put my database?
 Do I need to download any driver, i already have
 jdbc?
 
 see you
 
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



help: Tomcat JDBC

2001-03-22 Thread João Folha




Hi there.I am new in servlets, jsp, tomcat and 
java.I am trying to build a simple application that consults a very small 
database in ms access.So, I Have a few questions:What a need to write in 
server.xml configuration file?Where i put my database?Do I need to 
download any driver, i already have jdbc?
What i need to write in web.xml file?see 
you