WHICH DATABASE FOR TOMCAT??222

2001-01-14 Thread Mary McCarthy

Hi
Im trying to do a project using JSP and Java Beans using tomcat as a web 
server. The project is a fake online car park reservation system.
Can someone tell which is the easiest database and database server to 
implement? Can it be downloaded free from the net? Is there documentation on 
how to configure it to work with tomcat?
Thanks in advance, Mary
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: WHICH DATABASE FOR TOMCAT??222

2001-01-14 Thread Guilherme Zambon

Use mysql at http://www.mysql.com.
To use it with tomcat, you must download the JDBC driver and use normally!

[ ]'s

Guilherme Zambon

- Original Message -
From: "Mary McCarthy" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 14, 2001 2:29 PM
Subject: WHICH DATABASE FOR TOMCAT??222


 Hi
 Im trying to do a project using JSP and Java Beans using tomcat as a web
 server. The project is a fake online car park reservation system.
 Can someone tell which is the easiest database and database server to
 implement? Can it be downloaded free from the net? Is there documentation
on
 how to configure it to work with tomcat?
 Thanks in advance, Mary
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: WHICH DATABASE FOR TOMCAT??222

2001-01-14 Thread William Brogden



Mary McCarthy wrote:
 
 Hi
 Im trying to do a project using JSP and Java Beans using tomcat as a web
 server. The project is a fake online car park reservation system.
 Can someone tell which is the easiest database and database server to
 implement? Can it be downloaded free from the net? Is there documentation on
 how to configure it to work with tomcat?
 Thanks in advance, Mary

The HypersonicSql db is compact (100kb), fast, and 100% Java.
It works easily with Tomcat and uses standard SQL.

http://www.hypersonicsql.com/

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]