JDBC Type4 Driver configuration setting

I have configured type4 oracle driver on Xp operating system.

I can access data with console application but with same driver name and url string its giving me error NoClassDeffound

I have set environment variables to PATH as well as CLASSPATH.

for classes12.zip and jdk bin

I am using orqacle9i and j2sdk1.4.x and Tomcat4.1.x

Whats wrong with me

[383 byte] By [Ray_Of_Lighta] at [2007-11-26 12:54:05]
# 1
Hi,The environment variable CLASSPATH, is often ignored. You shouldn't use that one. Google on tomcat and configure jdbc.Kaj
kajbja at 2007-7-7 16:45:35 > top of Java-index,Java Essentials,New To Java...
# 2
http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html
kajbja at 2007-7-7 16:45:35 > top of Java-index,Java Essentials,New To Java...
# 3
But it is working fine with console appln and gives such runtime error when accessed through browser localhost.Please provide me the code so that I will be able to access>I am tired of google search on this topic
Ray_Of_Lighta at 2007-7-7 16:45:35 > top of Java-index,Java Essentials,New To Java...
# 4

> But it is working fine with console appln and gives

> such runtime error when accessed through browser

> localhost.

> Please provide me the code so that I will be able to

> access>

> I am tired of google search on this topic

:-) Unbelievable .

sabre150a at 2007-7-7 16:45:35 > top of Java-index,Java Essentials,New To Java...
# 5

> But it is working fine with console appln and gives

> such runtime error when accessed through browser

> localhost.

> Please provide me the code so that I will be able to

> access>

> I am tired of google search on this topic

I posted a link. Did you read it?

kajbja at 2007-7-7 16:45:35 > top of Java-index,Java Essentials,New To Java...
# 6
Thanks That URL you providedis sufficient
Ray_Of_Lighta at 2007-7-7 16:45:35 > top of Java-index,Java Essentials,New To Java...