Re: dbcp and mysql

2004-01-26 Thread Adam Hardy
b directory [EMAIL PROTECTED] wrote: Tank you, but I already had it and the problem persists. "Matthias Wessendorf" wrote: hi do you have also pool.jar in /WEB-INF/lib http://jakarta.apache.org/commons/pool/ it was time ago problem in my case. greetings, matthias -Original Message- Fr

RE: dbcp and mysql

2004-01-26 Thread PlrAndrea
that the lib's are in tomcat_home/common/lib >directory >[EMAIL PROTECTED] wrote: >Tank you, but I already had it and the problem persists. > >"Matthias Wessendorf" wrote: > >>hi >> >>do you have also >>pool.jar in /WEB-INF/lib >> >

RE: dbcp and mysql

2004-01-25 Thread chekuri raju
gt; >do you have also >pool.jar in /WEB-INF/lib > >http://jakarta.apache.org/commons/pool/ > >it was time ago problem in my case. > >greetings, matthias > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Sunday, January 25, 2004 8:32

RE: dbcp and mysql

2004-01-25 Thread PlrAndrea
, matthias > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Sunday, January 25, 2004 8:32 PM >To: [EMAIL PROTECTED] >Subject: dbcp and mysql > > >I have: > >Struts 1.1 >Tomcat 4.1 >mysql-connector-java-3.0.10-

RE: dbcp and mysql

2004-01-25 Thread Matthias Wessendorf
and mysql I have: Struts 1.1 Tomcat 4.1 mysql-connector-java-3.0.10-stable last version of commons-dbcp and http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> but when it run give: javax.servlet.ServletException: Servlet.in

dbcp and mysql

2004-01-25 Thread PlrAndrea
I have: Struts 1.1 Tomcat 4.1 mysql-connector-java-3.0.10-stable last version of commons-dbcp and http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> but when it run give: javax.servlet.ServletException: Servlet.init() for

Re: MySQL Driver List

2003-12-03 Thread Kwok Peng Tuck
dress andhangs on Can u look into it. Thanks Gary - Original Message - From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 3:05 PM Subject: Re: MySQL Driver List It's working

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
st" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 3:05 PM Subject: Re: MySQL Driver List > It's working fine ... > check back in a while, maybe your internet access is acting up at the > moment. > > Gurpreet Dhanoa wrote: > > >this URl is not working

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
ok Thanks Gary - Original Message - From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 3:05 PM Subject: Re: MySQL Driver List > It's working fine ... > check bac

Re: MySQL Driver List

2003-12-03 Thread Kwok Peng Tuck
sers Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 2:00 PM Subject: RE: MySQL Driver List Use this for Java!! Not the ODBC! http://www.mysql.com/downloads/api-jdbc-stable.html _ Please be advised tha

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
this URl is not working Please advise Thanks Gary - Original Message - From: "Christian Burger" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 2:00 PM Subject: RE: MySQL Driver List Use thi

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
Thanks alot - Original Message - From: "Christian Burger" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 2:00 PM Subject: RE: MySQL Driver List Use this for Java!! Not the ODBC! http://

RE: MySQL Driver List

2003-12-03 Thread Christian Burger
Use this for Java!! Not the ODBC! http://www.mysql.com/downloads/api-jdbc-stable.html _ Please be advised that the information contained herein is confidential and intended only for use by the individual stated above. If you are n

RE: MySQL Driver List

2003-12-03 Thread Navjot Singh
http://www.mysql.com/downloads/api-myodbc-3.51.html >-Original Message- >From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 03, 2003 10:43 AM >To: Struts Users Mailing List >Subject: MySQL Driver List > > >hi ALl > >I want to connect m

MySQL Driver List

2003-12-02 Thread Gurpreet Dhanoa
hi ALl I want to connect my strut application with mySQL database. Can some one refer me to the URL from where i can download the thin drivers for the same. Thanks in Advance Regards Gary

RE: Mysql connection error in the morning

2003-11-21 Thread Mahesh Joshi
Put "?autoReconnect=true" in the url value. That will fix it. You might also want to look @ removeAbandoned, removeAbandonedTimeout properties of the data source. BTW: this is a mysql question and has nothting to do with Struts. Mahesh >>-Original Message- >>

Mysql connection error in the morning

2003-11-21 Thread Mohamed Abu Zur
Hi all: I have this configuration in my struts-config for the pool: but every morning when I connect to the web page I have an error the first two times . when I refresh (F5) the page two or three times I get a connect

Re: MySql BasicDataSource Connection

2003-11-20 Thread Gede Indrawan
"Gede Indrawan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 11:01 AM Subject: Re: MySql BasicDataSource Connection > Well, at posting before I just want to point out the use of > "driverClassName"

Re: MySql BasicDataSource Connection

2003-11-20 Thread Gede Indrawan
ome investigation to this. best regards -GI. - Original Message - From: "Oliver Meyn" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 6:49 AM Subject: Re: MySql BasicDataSource Connection > Hi All

Re: MySql BasicDataSource Connection

2003-11-20 Thread Oliver Meyn
Hi All, After a similar struggle to the original poster I managed to get the BasicDataSource to work, but I wonder about the properties you're setting below - the javadoc on BasicDataSource doesn't mention maxCount or minCount (I gather maxActive and minIdle are their equivalents) so are those lin

Re: MySql BasicDataSource Connection

2003-11-18 Thread Gede Indrawan
- From: "Pacheco, Brent" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 5:38 AM Subject: RE: MySql BasicDataSource Connection > Gede, > > Thanks so much for your help! The problem w

RE: MySql BasicDataSource Connection

2003-11-18 Thread Pacheco, Brent
From: Gede Indrawan [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 10:11 PM To: Struts Users Mailing List Subject: Re: MySql BasicDataSource Connection I use data-source defintion below and no problem with it - Original Message - From: &quo

Re: MySql BasicDataSource Connection

2003-11-17 Thread Gede Indrawan
I use data-source defintion below and no problem with it - Original Message - From: "Pacheco, Brent" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2003 12:31 AM

RE: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
d the JDBC Driver for Mysql using struts -- Help Please On home page of http://ibatis.com there is a mySQL tutorial. It examplains how to install mySQL and how to instal PetStore3 (a sample bluePrints/struts app). It also exaplins how to setup a jdbc driver. Maybe this can help, .V Paul Idusogie

Re: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Vic Cekvenich
On home page of http://ibatis.com there is a mySQL tutorial. It examplains how to install mySQL and how to instal PetStore3 (a sample bluePrints/struts app). It also exaplins how to setup a jdbc driver. Maybe this can help, .V Paul Idusogie wrote: yes I did I am using the 3.0.9 version of the

RE: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
yes I did I am using the 3.0.9 version of the mysql driver Sincerely, Paul Idusogie Chayil Corporation Enterprise Software Solutions Provider -Original Message- From: Mauricio T. Ferraz [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 4:56 PM To: Struts Users Mailing List

Re: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Mauricio T. Ferraz
Did you copied the file mysql drive mm.mysql-2.0.4-bin.jar (for example) to your WEB-INF\lib of your Application ?? - Original Message - From: "Paul Idusogie" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 14,

Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
I have configured tomcat residing on a linux box with a context for the mysql database within the server.xml file. I have used the same directives as specified in the How-To see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html But I get an error at the browser when I

MySql BasicDataSource Connection

2003-11-14 Thread Pacheco, Brent
Howdy! I'm using Struts 1.1 in WebSphere and I'm attempting to replace the GenericDataSource connection pool in my struts-config.xml file with a BasicDataSource connection pool to hit a mySQL database, but I keep getting an error. The data-source defintion in my struts-config.xml

RE: MySql NoClassDefFoundError

2003-11-12 Thread Ajay Kalidindi
Users Mailing List' Subject: AW: MySql NoClassDefFoundError Hi, You need the struts-legacy.jar. Regards, Frank -Ursprüngliche Nachricht- Von: Ajay Kalidindi [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2003 11:16 An: [EMAIL PROTECTED] Betreff: MySql NoClassDefFoundError

AW: MySql NoClassDefFoundError

2003-11-12 Thread Otto, Frank
Hi, You need the struts-legacy.jar. Regards, Frank -Ursprüngliche Nachricht- Von: Ajay Kalidindi [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2003 11:16 An: [EMAIL PROTECTED] Betreff: MySql NoClassDefFoundError Hi below are the 4 entries that I tried seperately and

MySql NoClassDefFoundError

2003-11-12 Thread Ajay Kalidindi
Hi below are the 4 entries that I tried seperately and every time I got : java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource What I am using? Redhat 9 Apache 2.0.48 Tomcat 4.1.29 mysql 3.23.58 Please help me thru this. Regards Ajay Kalidindi struts-config.xml

Two questions (MySQL Pooling and ActionForm)

2003-07-08 Thread Ali . Naddaf
Hello everyone. I am new to struts. I have the following two questions: (1) About MySQL DataSource Pooling: I have set up my struts-config.xml like the following: and I am using "mysql-connector-java-3.0.8-stable-bin.jar" driv

RE: MySQL Problems

2003-07-02 Thread Met @ Uber
I was putting the MySQL connection info directly into my service class. So how would I go about grabbing that information? And I'm guessing it goes somewhere in my struts-config.xml file? ~ Matthew On Wed, 2003-07-02 at 12:06, Chip Paul wrote: > Struts w/ mysql will drop the connecti

RE: MySQL Problems

2003-07-02 Thread Chip Paul
Struts w/ mysql will drop the connection after a while. There's on option in the data sources config that will make it auto-reconnect when the connection drops. I had to specify this flag in my app or the connection would drop after a couple hours and never come back. Hope that helps

Re: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Valliappan Ramanathan
Thanks... Tschuss :) Seenu - Original Message - From: "Panjrath, Charu" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 12:44 PM Subject: RE: Eclipse - Struts - Resin - MySQL Have a look at :h

RE: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Panjrath, Charu
- MySQL hi all, im new to struts... can anyone tell me how to set up the development environment for Eclipse - Struts - Resin - MySQL Thanks a lot... Tscuss :) Seenu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Alen Ribic
:-) - Original Message - From: "Amjad Shahrour" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 9:07 AM Subject: RE: Eclipse - Struts - Resin - MySQL > You must be kidding !!! &

RE: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Amjad Shahrour
You must be kidding !!! Is this a quistion? -Original Message- From: Valliappan Ramanathan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:54 AM To: Struts Users Mailing List Subject: Eclipse - Struts - Resin - MySQL hi all, im new to struts... can anyone tell me how to

Eclipse - Struts - Resin - MySQL

2003-07-01 Thread Valliappan Ramanathan
hi all, im new to struts... can anyone tell me how to set up the development environment for Eclipse - Struts - Resin - MySQL Thanks a lot... Tscuss :) Seenu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: MySQL Problems

2003-07-01 Thread Rahul
Do you have any piece of code ? - Original Message - From: "Met @ Uber" <[EMAIL PROTECTED]> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 12:04 PM Subject: MySQL Problems > Within my action I have a service which con

MySQL Problems

2003-07-01 Thread Met @ Uber
e the mysql client to connect so the database doesn't freeze. Any help or suggestions would be greatly appreciated. ~ Matthew -- Met @ Uber <[EMAIL PROTECTED]> Uberstats - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: example or tutorial for struts + mysql

2003-02-05 Thread Karr, David
> -Original Message- > From: Rachel [mailto:[EMAIL PROTECTED]] > > Hi > > Does anyone have, or know of a simple example or tutorial for accessing > mysql data with Struts? > > I'm building a simple application using Struts with Tiles and need to be > a

example or tutorial for struts + mysql

2003-02-05 Thread Rachel
Hi Does anyone have, or know of a simple example or tutorial for accessing mysql data with Struts? I'm building a simple application using Struts with Tiles and need to be able to retrieve articles from mySQL. I'm an ASP developer and having difficulties with the actual logic o

Re: Standard way to "pingQuery" MySQL ?

2003-01-21 Thread Kenny Smith
"SELECT 1" Kenny Smith Mike Deegan wrote: If "SELECT 1 FROM DUAL" is considered a standard way to "pingQuery" ORACLE - what is MySQL's standard ? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Standard way to "pingQuery" MySQL ?

2003-01-21 Thread Pani, Gourav
You might want to try this. select 1 as a; or do select sysdate(); -Original Message- From: Mike Deegan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:33 PM To: Struts Users Mailing List Subject: Standard way to "pingQuery" MySQL ? If "SELECT 1 FROM DUAL

Standard way to "pingQuery" MySQL ?

2003-01-21 Thread Mike Deegan
statement executes very quickly. Is there a standard way to "pingQuery" MySQL ? Can someone suggest a statement that would execute very quickly ( be nice ). TIA, Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: MySQL connection pooling problems!! (please help)

2002-11-20 Thread Dragan Ljubojevic
On Tuesday 19 November 2002 14:43, matthew yee-king wrote: > You could try setting the autoReconnect parameter on the mysql url: > > jdbc:mysql://mydomain:3306/mydatabase?autoReconnect=true > > cheers > > matthew It's working. Now I dont have to reload applicatio

RE: MySQL connection pooling problems!! (please help)

2002-11-20 Thread edgar
]] Sent: Wednesday, November 20, 2002 9:28 AM To: '[EMAIL PROTECTED]' Subject: Re: MySQL connection pooling problems!! (please help) Hi!! Actually, the problem was very silly and i have solved (i think!!) The struts connection pooling gives a ton of problems in development enviorement

Re: MySQL connection pooling problems!! (please help)

2002-11-20 Thread Mike Way
sets and statements after use. 2) Be really sure that connection.close() is called. I suggest you close all open result sets, statements and connections in your finally{} block Other things that may help with MySQL: Use a ping query: something like : dataSource.setPingQuery("SELECT *

Re: MySQL connection pooling problems!! (please help)

2002-11-20 Thread andres garcia
Hi!! Actually, the problem was very silly and i have solved (i think!!) The struts connection pooling gives a ton of problems in development enviorement becuase I need to restart the tomcat when i make any changues to the classes. If I use reload from the manager, all the connections in the po

Re: MySQL connection pooling problems!! (please help)

2002-11-20 Thread Zsolt Koppany
Why don't you use the connection pool comming with struts? Zsolt On Tuesday 19 November 2002 23:42, James Ferguson wrote: > Hi, > > You might like to look into the connection pooling software called > PoolMan (for Pool Manager). I'm using it successfully with the MySQL &g

Re: MySQL connection pooling problems!! (please help)

2002-11-19 Thread Scott Barr
I'm using Poolman quite happily on a couple of machines, all with jdk 1.4, talking to Postgresql. Connnections seem to clean up nicely on restart. Maybe a MySQL issue? I don't use it myself Scott On Wednesday 20 November 2002 10:07, edgar wrote: > Poolman doesn't work w

RE: MySQL connection pooling problems!! (please help)

2002-11-19 Thread edgar
ailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 5:42 PM To: '[EMAIL PROTECTED]' Subject: MySQL connection pooling problems!! (please help) Hi, You might like to look into the connection pooling software called PoolMan (for Pool Manager). I'm using it successfully wi

MySQL connection pooling problems!! (please help)

2002-11-19 Thread James Ferguson
Hi, You might like to look into the connection pooling software called PoolMan (for Pool Manager). I'm using it successfully with the MySQL driver. It's no longer be worked on but it is quite mature code. Just hunt around with your favourite search engine and you should be able to f

Re: MySQL connection pooling problems!! (please help)

2002-11-19 Thread matthew yee-king
You could try setting the autoReconnect parameter on the mysql url: jdbc:mysql://mydomain:3306/mydatabase?autoReconnect=true cheers matthew On Tue, 19 Nov 2002 13:44:34 +0100 Dragan Ljubojevic <[EMAIL PROTECTED]> wrote: > I have same problem and only what I found is this: > &g

Re: MySQL connection pooling problems!! (please help)

2002-11-19 Thread Dragan Ljubojevic
I have same problem and only what I found is this: Segment from MySql documentation "A.2.2  MySQL server has gone away Error": By default, the mysql server closes the connection after 8 hours if nothing ha

RE: MySQL connection pooling problems!! (please help)

2002-11-18 Thread Míguel Ángel Mulero Martínez
[EMAIL PROTECTED]] > Enviado el: lunes, 18 de noviembre de 2002 22:46 > Para: [EMAIL PROTECTED] > Asunto: MySQL connection pooling problems!! (please help) > > > Hi. > I'm new to struts, and i have find it great, until connection > poolling. I'm > using the Gene

MySQL connection pooling problems!! (please help)

2002-11-18 Thread andres garcia
Hi. I'm new to struts, and i have find it great, until connection poolling. I'm using the GenericDataSurce implementation and my aplicattion uses a singleton to access de connection. All the code was in a Wrox book (Beginning jsp). I'm having this problem: I have a action servlet that query the

Re: [OT] MySQL vs PostgreSQL and SAP DB (was RE: Struts and LargeResultSet)

2002-09-10 Thread Eddie Bush
Peter A. J. Pilgrim wrote: > Robert J. Sanford, Jr. wrote: > >> For my money, or the lack thereof :), I would much rather use >> PostgreSQL or >> SAP DB than MySQL for both feature AND, believe it or not, performance >> reasons. One of the developers on the

Re: [OT] MySQL vs PostgreSQL and SAP DB (was RE: Struts and Large ResultSet)

2002-09-09 Thread Joel Rees
Peter A. J. Pilgrim commented: > Robert J. Sanford, Jr. wrote: > > For my money, or the lack thereof :), I would much rather use PostgreSQL or > > SAP DB than MySQL for both feature AND, believe it or not, performance > > reasons. One of the developers on the SourceForge pr

Re: [OT] MySQL vs PostgreSQL and SAP DB (was RE: Struts and LargeResultSet)

2002-09-09 Thread Peter A. J. Pilgrim
Robert J. Sanford, Jr. wrote: > For my money, or the lack thereof :), I would much rather use PostgreSQL or > SAP DB than MySQL for both feature AND, believe it or not, performance > reasons. One of the developers on the SourceForge project did a very nice > comparison of how SF would

RE: [OT] MySQL vs PostgreSQL and SAP DB (was RE: Struts and Large ResultSet)

2002-09-09 Thread Robert J. Sanford, Jr.
For my money, or the lack thereof :), I would much rather use PostgreSQL or SAP DB than MySQL for both feature AND, believe it or not, performance reasons. One of the developers on the SourceForge project did a very nice comparison of how SF would run on both MySQL and PostgreSQL and he was very

Re: Auto Increment with JDBC and MySQL stopped working ?

2002-08-13 Thread John Rothfield
You might have to dig into the mm.mysql and jdbc drivers and change the cast appropriately. Heres a snippet of code that I used: // Non-portable code follows. Only works with jboss and mysql. // be sure to add jbosspool.jar and mm-mysql2.0.jar to

Re: Auto Increment with JDBC and MySQL stopped working ?

2002-08-13 Thread David Graham
Since you have to cast your Statement to the MySQL specific statement class to use that method, you've now tied your code to a database. Don't use driver specific functionality unless you always want to use that particular database product. Dave >From: "Edwin van Nuil&

Auto Increment with JDBC and MySQL stopped working ?

2002-08-13 Thread Edwin van Nuil
I have a application where I use the statement : last_id = ((org.gjt.mm.mysql.Statement) pstmt).getLastInsertID(); with struts 1.1b1 and mm.mysql driver (most recent) it works good. But now I have upgraded to a newer version of struts (and mysql) and it stopped working. I get the following

RE: datasource classpath issue with MySQL driver

2002-07-02 Thread Clay Graham
[SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 5:44 AM To: Struts Users Mailing List Subject:RE: datasource classpath issue with MySQL driver I've had this problem as well, even after I unzipped the jar file. I put it out on the list twice and never got much response. You

RE: datasource classpath issue with MySQL driver

2002-07-02 Thread Stephen . Chambers
I've had this problem as well, even after I unzipped the jar file. I put it out on the list twice and never got much response. You can try different versions of the driver, but there is something buggy with the MySQL driver and Struts. I was on RH 7.1

RE: datasource classpath issue with MySQL driver

2002-07-01 Thread Jesse Alexander (KADA 11)
Hi, at some time I had problems with MySQl-driver when I used the compressed jar-file. Try to use the uncompressed jar-file. hope this helps Alexander -Original Message- From: matt_raible [mailto:[EMAIL PROTECTED]] Sent: Montag, 1. Juli 2002 06:08 To: [EMAIL PROTECTED] Subject: Re

Re: datasource classpath issue with MySQL driver

2002-06-30 Thread matt_raible
You might want to try a newer version of the MySQL JDBC Driver. I'm using 2.0.14 and it works fine in Tomcat. Also, I register it with Tomcat via JNDI (server.xml) and then look it up in my classes. HTH, Matt --- In [EMAIL PROTECTED], Clay Graham <[EMAIL PROTECTED]> wrote: >

datasource classpath issue with MySQL driver

2002-06-30 Thread Clay Graham
Hello STRUTS Users, I am asking a question because I am very suprised at an unexepected behaviour and thought that someone may have a hint. I have tomcat 404 ant struts 102 working and they have been tested, and I am taking the next step by starting to connect to my MySql database, all

RE: Select Input + MySQL ?

2002-05-10 Thread James Mitchell
O). I'm no lawyer, but you will probably want to use ActionForm or Value Object or both. JM > -Original Message- > From: Damien VIEL [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 10:04 AM > To: Struts Users Mailing List > Subject: Re: Select Input + MySQL ? &g

Re: Select Input + MySQL ?

2002-05-10 Thread Damien VIEL
Yes, But maybe it is not the the best choice ? Dams - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 3:47 PM Subject: RE: Select Input + MySQL ? > Are

RE: Select Input + MySQL ?

2002-05-10 Thread James Mitchell
Are you passing a ResultSet to your jsp? JM > -Original Message- > From: Damien VIEL [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 8:27 AM > To: Struts Users Mailing List > Subject: Select Input + MySQL ? > > > Hi, > Anybody have a sample source

Select Input + MySQL ?

2002-05-10 Thread Damien VIEL
Hi, Anybody have a sample source code that shows how to do a Select input from a ResultSet ? Thanks All Dams -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Free (or inexpensive) web hosting site for JSP/Struts/MySql?

2002-03-14 Thread dhay
a.asp. Cheers, Dave [EMAIL PROTECTED] on 03/11/2002 02:46:54 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Free (or inexpensive) web hosting site for JSP/Struts/MyS

Re: Free (or inexpensive) web hosting site for JSP/Struts/MySql?

2002-03-12 Thread Jon Ferguson
Hi Theron, Yes it was, (the thread was 'Struts & MySQL Hosting') and there are some with good prices.. Here's some that were mentioned: www.webappcabaret.com www.mmaweb.net Cheers, Jon [EMAIL PROTECTED] wrote: > Hi Folks: > > A thousand pardon's if this h

RE: Free (or inexpensive) web hosting site for JSP/Struts/MySql?

2002-03-11 Thread theron . kousek
cc: 03/11/02 Subject: RE: Free (or inexpensive) web hosting site for 11:46 AM JSP/Struts/MySql?

RE: Free (or inexpensive) web hosting site for JSP/Struts/MySql?

2002-03-11 Thread Greg.Reddin
Check out http://www.webappcabaret.com/index.html. They're free for 15 days and quite affordable after that. You have access to Tomcat and Jonas as well as mySql. No offense, but you're not going to get the functionality you want for free. You must be willing to pay at least a

Free (or inexpensive) web hosting site for JSP/Struts/MySql?

2002-03-11 Thread theron . kousek
Hi Folks: A thousand pardon's if this has already been asked in the pastIs there a hosting service that's inexpensive or free (I doubt it?) that would allow one to create a web-site that allows me to use JSP/Struts and mySql database as well as access to an SMTP daemon to

RE: Issue with data sources in mySQL

2002-03-06 Thread Immanuel, Gidado-Yisa
Juan, I recently put in a mysql JDBC driver. What I've noticed is that when the controller (ActionServlet) initializes, it tries to initialize the DataSource (using the associated connection pool?). If there is a problem with initialization, the ActionServlet init fails. The error that l

Issue with data sources in mySQL

2002-03-06 Thread Juan Alvarado
Recently I tried setting up a data source in my struts config file to work with mySQL. The version of tomcat I'm using is 3.2.2 and the mySQL drive I is the type mm.mysql version 2.0.6 . What happens is that after going through the whole set up, I start my tomcat and then try to connect to

Re: Simper with MySQL

2002-03-05 Thread Bryan Field-Elliot
-1. Do you know offhand what type that is? > It can be added easily to Simper, I can make the change and commit to > sourceforge CVS in a flash. > > Bryan > > On Tue, 2002-03-05 at 05:11, Matt Raible wrote: > > I'm trying to get Simpe

Re: Simper with MySQL

2002-03-05 Thread Ted Husted
; On Tue, 2002-03-05 at 05:11, Matt Raible wrote: > > I'm trying to get Simper working with MySQL and I'm getting the following error > when I try to access http://localhost/simper (Tomcat 4.x running on port 80). > > > javax.servlet.ServletExcept

Re: Simper with MySQL

2002-03-05 Thread Bryan Field-Elliot
per, I can make the change and commit to sourceforge CVS in a flash. Bryan On Tue, 2002-03-05 at 05:11, Matt Raible wrote: I'm trying to get Simper working with MySQL and I'm getting the following error when I try to access http://localhost/simper (Tomcat 4.

Simper with MySQL

2002-03-05 Thread Matt Raible
I'm trying to get Simper working with MySQL and I'm getting the following error when I try to access http://localhost/simper (Tomcat 4.x running on port 80). javax.servlet.ServletException: Exception while Simper.initEverything tried to invoke user-supplied i

RE: Struts & MySQL Hosting

2002-03-01 Thread Robert
I knew I could count on you Mark to have a quick answer on a Friday... Robert -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 8:51 AM To: 'Struts Users Mailing List' Subject: RE: Struts & MySQL Hosting See "How To In

Re: OT: Struts & MySQL Hosting

2002-03-01 Thread Matt Raible
gree that the request is OT and should have probably > stated > > > so in the subject line, while requesting private responses. > > > > > > Dave D > > > > > > > > > - Original Message - > > > From: "Ga

RE: Struts & MySQL Hosting

2002-03-01 Thread Chris Birch
It already is under "Ask Smart Questions" at http://jakarta.apache.org/site/mail.html -Original Message- From: Jakkampudi, ChandraseKhar [mailto:[EMAIL PROTECTED]] Sent: 01 March 2002 16:40 To: 'Struts Users Mailing List' Subject: RE: Struts & MySQL Hosting

RE: Struts & MySQL Hosting

2002-03-01 Thread Jakkampudi, ChandraseKhar
8:51 AM To: Struts Users Mailing List Subject: Re: Struts & MySQL Hosting LOL - Excellent, Mark! (I've seen this before - gotta love it!) - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[E

Re: Struts & MySQL Hosting

2002-03-01 Thread Stephen Welds
Hi Matt, I have been using MMA since September 2001 to host a struts based application (ad-hoc Survey and poll system). MMA supports servlets using apache, tomcat and if required jboss. They provide access to mysql or postgresql databases. Their web site is http://www.mmaweb.net/index.html. So

RE: OT: Struts & MySQL Hosting

2002-03-01 Thread Vogel, Kent
http://www.servlets.com/isps/servlet/ISPViewAll > -Original Message- > From: Oliver Kiessler [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 9:58 AM > To: Struts Users Mailing List > Subject: Re: OT: Struts & MySQL Hosting > > > hey you guys, come

Re: OT: Struts & MySQL Hosting

2002-03-01 Thread Dan Trevino
m: "Galbreath, Mark" <[EMAIL PROTECTED]> > > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > > Sent: Friday, March 01, 2002 9:40 AM > > Subject: RE: Struts & MySQL Hosting > > > > > > > STFW >

Re: Struts & MySQL Hosting

2002-03-01 Thread Luis M. Rosso
ROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 11:39 AM Subject: Struts & MySQL Hosting I have a small web site built using Struts with a simple JDBC connection to a MySQL database - can anyone recommend a good site hosting compa

RE: Struts & MySQL Hosting

2002-03-01 Thread Galbreath, Mark
It's Friday ;-) -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 9:51 AM To: Struts Users Mailing List Subject: Re: Struts & MySQL Hosting LOL - Excellent, Mark! (I've seen this before - gotta love it!) - Original Mess

Re: OT: Struts & MySQL Hosting

2002-03-01 Thread Oliver Kiessler
e responses. > > Dave D > > > - Original Message - > From: "Galbreath, Mark" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Friday, March 01, 2002 9:40 AM > Subject: RE: Struts & M

Re: OT: Struts & MySQL Hosting

2002-03-01 Thread dderry
#x27;" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 9:40 AM Subject: RE: Struts & MySQL Hosting > STFW > > Mark > > -Original Message- > From: Matt Koidin [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 9:39 AM > To: Struts Users Mailin

Re: Struts & MySQL Hosting

2002-03-01 Thread Eddie Bush
LOL - Excellent, Mark! (I've seen this before - gotta love it!) - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 8:50 AM Subject: RE: S

Re: Struts & MySQL Hosting

2002-03-01 Thread Eddie Bush
It means you might like to do a web search =) HTH, EDDIE - Original Message - From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 8:42 AM Subject: RE: Struts & M

RE: Struts & MySQL Hosting

2002-03-01 Thread Galbreath, Mark
See "How To Interpret Answers" at http://www.tuxedo.org/~esr/faqs/smart-questions.html Mark -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 9:42 AM To: Struts Users Mailing List Subject: RE: Struts & MySQL Hosti

  1   2   >