RE: Struts Development Tool

2005-09-13 Thread R Rajendran
on this Struts list. Kind regards mc On 12 Sep 2005 at 22:17, R Rajendran wrote: Hi everyone, Could anyone of you let me know the available Struts Development tools (IDE) for Windows environment. Thanks Raj FOCUS Computing Mob: 0415 24 26 24 [EMAIL PROTECTED] http://www.focus

Struts to Postgresql db connection refused

2005-09-13 Thread R Rajendran
Hi, When I connect Struts to Postgresql 8.0 database using DataSource object I get the following error messages: Source: DataSource dataSource = null; try { dataSource = getDataSource(request); conn = dataSource.getConnection(); stmt = conn.createStatement(); String

RE: Struts to Postgresql db connection refused

2005-09-13 Thread R Rajendran
(should work for a UNIX shell or Windows CMD.EXE, not sure about Macs): mysql -upostgres -ppostgresq -h192.168.1.22 -P5432 omsdb Regards, David -Original Message- From: R Rajendran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 8:00 AM To: user@struts.apache.org Subject

RE: Struts to Postgresql db connection refused

2005-09-13 Thread R Rajendran
files (pg_hba.conf and postgresql.conf) are located in the PostgreSQL's data directory . Cheers, Adrian Maier Regards, David -Original Message- From: R Rajendran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 8:00 AM To: user@struts.apache.org Subject: Struts

Struts Development Tool

2005-09-12 Thread R Rajendran
Hi everyone, Could anyone of you let me know the available Struts Development tools (IDE) for Windows environment. Thanks Raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts to Postgresql db connection refused

2005-09-08 Thread R Rajendran
Hi, When I connect Struts to Postgresql 8.0 database using DataSource object I get the following error messages: Source: DataSource dataSource = null; try { dataSource = getDataSource(request); conn = dataSource.getConnection(); /* working

RE: Eclipse 3.1 and struts 1.2.7

2005-09-08 Thread R Rajendran
Go through the Wrox publication Book - Professional Jakarta Struts From: M. Imran [mailto:[EMAIL PROTECTED] Sent: Thu 9/8/2005 4:58 AM To: Struts Users Mailing List Subject: Re: Eclipse 3.1 and struts 1.2.7 I was wondering if I can use Struts with Eclipse