> Hi,
> I have installed tomcat5.5 and jdk1.6 on my machine which has Windows
[quoted text clipped - 5 lines]
> access database through jsp?
> Thanks in advance for your suggestions.
I want to know which IDE you are using ? if it is Eclipse IDE there is
no need to go for tomcat ,just download the JBoss App server from
JBoss.org , then click on the project which u created then go to
properties include the folder of JBoss .then it works.I dont know
about MS access.i know only about ORACLE
Sreenivas - 19 Dec 2007 11:55 GMT
On Dec 18, 4:43 am, thatiparthysreeni...@gmail.com wrote:
> > Hi,
> > I have installed tomcat5.5 and jdk1.6 on my machine which has Windows
[quoted text clipped - 11 lines]
> properties include the folder of JBoss .then it works.I dont know
> about MS access.i know only about ORACLE
Hey tomcat 5.5 doesnot support jdk 1.6 ,only jdk 1.5 it will support.
Lew - 19 Dec 2007 16:43 GMT
> Hey tomcat 5.5 doesnot support jdk 1.6 ,only jdk 1.5 it will support.
That isn't so.

Signature
Lew
ruds - 22 Dec 2007 06:33 GMT
> > Hey tomcat 5.5 doesnot support jdk 1.6 ,only jdk 1.5 it will support.
>
> That isn't so.
>
> --
> Lew
Ok.So now I've changed my DSN fron User DSN to system DSN, but still
I'm getting the same error.
What changes will I have to make for this to work?
Andrew Thompson - 22 Dec 2007 10:18 GMT
...
>...So now I've changed my DSN fron User DSN to system DSN, but still
>I'm getting the same error.
TooManyKittensException?
>What changes will I have to make for this to work?
..Spay the cat (or desex every tom in the district).
For any other problems besides a TMKE, perhpas it
would be more productive* for you to specifically name
the exception or error you are getting.
* Certainly more productive than reposting the same
questions, almost word for word, on new threads.

Signature
Andrew Thompson
http://www.physci.org/
> I have installed tomcat5.5 and jdk1.6 on my machine which has Windows
> server2003 as OS.
[quoted text clipped - 3 lines]
> Can someone tell me detailed and clear steps for connecting to an ms
> access database through jsp?
Have you read:
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
?
Arne
Arne Vajhøj - 23 Dec 2007 19:34 GMT
>> I have installed tomcat5.5 and jdk1.6 on my machine which has Windows
>> server2003 as OS.
[quoted text clipped - 9 lines]
>
> ?
Oh - and I agree with all the posts that the JDBC-ODBC bridge is a toy
for programmer creating "hello world from the database" apps and should
never never never be used for serious database usage.
Arne