Re: How to turn off JNDI datasource connection pooling

2009-01-17 Thread Pid
Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: How to turn off JNDI datasource connection pooling I'm getting a little confused trying to follow this thread. There was a distinct lack of specifics in the beginning. However, I think I understand why he's

RE: Tomcat Beginner - Step 2!

2009-01-17 Thread Toriacht
Thanks guys... I'm not sure if the following is an Eclipse or Tomcat issue. I have a simple webservices demo written from tuorial. It appeared that teh server was started up thru server staus window of eclips..console o/p etc but it never appeared in task manager or the tomcat was not accessable

Re: How to turn off JNDI datasource connection pooling

2009-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Len, Len Popp wrote: On Fri, Jan 16, 2009 at 16:45, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keith, Keith Thomas wrote: As part of the deployment I just need a way of defining the

Re: PostgreSQL vs MySQL with Tomcat

2009-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rusty, Rusty Wright wrote: I'm in the process of migrating a MySQL database to PostgrSQL. Is this to cool-off your DBA's ears? ;) Seriously, if you could explain why you've decided to switch, I think it would help a lot of readers understand some

Re: Tomcat returns HTTP status of 200 when HttpServletResponse.sendError() called.

2009-01-17 Thread Nathan Potter
Chuck, Answers inline and below. On Jan 16, 2009, at 8:20 PM, Caldarale, Charles R wrote: The above mapping is not useful; since it contains no wildcards, it can only be used as an exact match for the directory, and you've disabled directory listings. Oops. My fault. In my web.xml

RE: Tomcat returns HTTP status of 200 when HttpServletResponse.sendError() called.

2009-01-17 Thread Caldarale, Charles R
From: Nathan Potter [mailto:n...@opendap.org] Subject: Re: Tomcat returns HTTP status of 200 when HttpServletResponse.sendError() called. My guess is I have fouled up the servlet mapping... It looks o.k. to me (other than the aforementioned /docs mapping), but this discussion does trigger a

Re: Tomcat Beginner - Step 2!

2009-01-17 Thread Alan Chaney
Toriacht Eclipse wst has a number of dfferent ways of working. It looks like you have selected the (default) way in which eclipse creates its own internal copy of the webapps directory - in your case in the folder E:\\ ..\tmp1\service_demo. What the error is saying is that as tomcat

which JSP web hosting

2009-01-17 Thread Sneha Manohar
Hello,   I am developing web application using JSP,HTML,Java script with MS SQL as back end (using JDBC mechanism for connecing to data base) Can you please suggest me some web hosting ?   Regards Sneha Manohar Anoigma software services London Add more friends to your messenger and enjoy!

Re: which JSP web hosting

2009-01-17 Thread Steve Ochani
Send reply to: Tomcat Users List users@tomcat.apache.org Date sent: Sun, 18 Jan 2009 05:35:06 +0530 (IST) From: Sneha Manohar sneha_hams...@yahoo.co.in Send reply to: sneha_hams...@yahoo.co.in Subject:which JSP web hosting To: users@tomcat.apache.org Hello,   I am

Re: which JSP web hosting

2009-01-17 Thread Rusty Wright
I haven't tried any of these but they're in my bookmarks: http://www.godaddy.com/ http://www.dailyrazor.com/java/private_tomcat.php http://www.javaservlethosting.com/index.jsh http://rimuhosting.com/ http://www.slicehost.com/ Sneha Manohar wrote: Hello, I am developing web application using

Re: PostgreSQL vs MySQL with Tomcat

2009-01-17 Thread Rusty Wright
It's a rewrite of an app I did awhile ago in php. I think the biggest gripe I've had with mysql is the problem where I was violating a unique constraint and it was giving me some generic (completely useless) error; HY001 I think. In various ways, which I can't articulate, MySQL just feels to