[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] raq550 jsp mysql
- Subject: Re: [cobalt-developers] raq550 jsp mysql
- From: Augustus Gingell <a.gingell@xxxxxxxxxx>
- Date: Sat Mar 29 06:18:01 2003
- Organization: Lede Limited
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
You need to install one,
mysql connectorJ is what I use and it works fine, from MySQL.com it is a much
improved version of the mm_MySQL drivers.
mysql-connector-java-2.0.14-bin.jar is the file and you can either add to
tomcat, or put it in /usr/java/jdk1.3/jre/lib/ext then anything using java
will have access to the classes you will need to restart Tomcat so that it
knows the knew classes.
You also will have to allow Java io permissions for port and IP Address in the
tomcat.policy file (/usr/java/jakarta-tomcat-3.2.3/conf/tomcat.policy), if
you need jsp's to connect to MySQL servers on the network.
hope this helps
Gus
On Saturday 29 March 2003 05:59, Ursula wrote:
> Does the jsp implementation on the 550 come with a
> mysql driver or do you need to set one up?
>
> Is there a recommended driver?
>
> Info on the raq550 jsp looks pretty thin on the
> ground. Does anyone know of any helpful sites, faqs,
> etc on the subject?
>
> =====