The hosts file is setup by default to have the localhost setup in it. I
forgot to mention that I did get JDBC to work with mySQL (so I am
guessing maybe it's naming convention I use for M$ SQL is wrong.). I
am getting the same error message in another machine with the same
setup.
I will look into using DBCP as another solution. The frustrating part
of this small coding project is that the error message is really not
very meaningful for debugging purpose. Is there any way to configure
JSTL to spit out more verbose error message?
Thanks,
>I will look into using DBCP as another solution. The frustrating part
>of this small coding project is that the error message is really not
>very meaningful for debugging purpose. Is there any way to configure
>JSTL to spit out more verbose error message?
I notice a higher and higher proportion of questions are about
configuring. Nobody can help unless they are familiar with that
particular program.
What we need is something akin to
http://mindprod.com/jgloss/runerrormessages.html
Where every time you make a mistake and figure out what you did wrong,
you log the error message and the cause. That would give others who
come after you, and yourself later encountering a similar problem a
hint.
The catch is I am not the one to do this. I am not using all these
different tools. Further I find the syntax of these configuration
files nauseating. And I go apoplectic reading the worse than useless
documentation on how to set them up. I want nothing to do with them.
Perhaps some masochist needs to write a book called
"How to configure"
a cookbook about configuring various popular tools, and the various
tricks for getting your files to work even when the manuals read like
Greek.
It might even come with a program on CD that asks you questions and
produces the configuration files. It had better be a JAWS app since
it would be out of date before it hit the shelves.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
Anonymous - 12 Oct 2005 19:11 GMT
Someone replied to my same question in JTDS forum in sourceforge.net.
He indicated that Tomcat DataSource configuration had changed since
5.5. I am going to read the document through and see if I can
configure it to work:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html
Anonymous - 14 Oct 2005 01:45 GMT
> Someone replied to my same question in JTDS forum in sourceforge.net.
> He indicated that Tomcat DataSource configuration had changed since
> 5.5. I am going to read the document through and see if I can
> configure it to work:
> http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html
OK, I got it to work using DBCP and JTDS driver.
Roedy Green - 13 Oct 2005 05:28 GMT
>I notice a higher and higher proportion of questions are about
>configuring. Nobody can help unless they are familiar with that
>particular program.
for my proposed solution to this problem, see
http://mindprod.com/projects/configurator.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.