As I said before, ojdb14.jar is your best bet and yes it is for JDK1.4 or
JDK1.5. I would not have both JAR files in the same directory. Try
ojdbc14.jar alone and see if it works.
Ritchie
>>> [EMAIL PROTECTED] 20/01/2006 6:06 am >>>
hello,
i was searching Oracle 8i driver for jdk1.5
On 1/20/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> hello,
>
> i was searching Oracle 8i driver for jdk1.5, but not getting.i had
> downloaded classes12.jar from oracle.com and saved in my
>
>c:\Program Files\Tomcat\jakarta-tomcat-1.4.31\webapps\ROOT\WEB-INF\lib\
>
> Is this path correct
hello,
i was searching Oracle 8i driver for jdk1.5, but not getting.i had downloaded
classes12.jar from oracle.com and saved in my
c:\Program Files\Tomcat\jakarta-tomcat-1.4.31\webapps\ROOT\WEB-INF\lib\
Is this path correct or i've to store it in my ORACLE_H0ME\jdbc\lib ?
may be
On 1/20/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> my problem of Tomcat is been solved.now my simple JSP pages(without DB
> connectivity) is been solved.
> but when i'm executing my JSP page(with DB Connectivity) is creating
> problems and showing the following error :
>
> javax.servlet.S
my problem of Tomcat is been solved.now my simple JSP pages(without DB
connectivity) is been solved.
but when i'm executing my JSP page(with DB Connectivity) is creating problems
and showing the following error :
javax.servlet.ServletException: No suitable driver
at
org.apache.jasper.r
my problem of Tomcat is been solved.now my simple JSP pages(without DB
connectivity) is been solved.
but when i'm executing my JSP page(with DB Connectivity) is creating problems
and showing the following error :
javax.servlet.ServletException: No suitable driver
at
org.apache.jasper.ru
I'd recommend checking that your classes12.jar file is valid. This
should work:
$JAVA_HOME/bin/jar -v -t -f webapps/ROOT/WEB-INF/lib/classes12.jar
It'll list the table of contents of the archive and be verbose about it.
Replace -t with -x to extract files for further inspection.
--David
gup
On 1/19/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> i'd made some JSP & HTML pages(without DB Connectivity) and also execute them
> successfully, before copying classes12.jar file in WEB-INF\lib, but now when
> i'm executing my pages with or without DB Connec.,they aren't executing and
> showin
is it necessary to set the path of classes12.jar file?
gupta vidhi <[EMAIL PROTECTED]> wrote: i'd made some JSP & HTML pages(without
DB Connectivity) and also execute them successfully, before copying
classes12.jar file in WEB-INF\lib, but now when i'm executing my pages with or
without DB Con
is it necessary to set the path of classes12.jar file?
gupta vidhi <[EMAIL PROTECTED]> wrote: i'd made some JSP & HTML pages(without
DB Connectivity) and also execute them successfully, before copying
classes12.jar file in WEB-INF\lib, but now when i'm executing my pages with or
without DB Con
i'd made some JSP & HTML pages(without DB Connectivity) and also execute them
successfully, before copying classes12.jar file in WEB-INF\lib, but now when
i'm executing my pages with or without DB Connec.,they aren't executing and
showing the same error as i'd told you in my previous mail.
now
On 1/19/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> Hello,
> thanx for the code.i'd executed but facing some problems.its showing the
> following error:
>
> HTTP Status 500 - No Context configured to process this request
> -
>
> type Status report
> message
Hello,
thanx for the code.i'd executed but facing some problems.its showing the
following error:
HTTP Status 500 - No Context configured to process this request
-
type Status report
message No Context configured to process this request
descripti
i'm using jdk-1_5_0_02, jre1.5.0_02 and jakarta-tomcat-4.1.31
Regards,
Vidhi
Ritchie Gillam <[EMAIL PROTECTED]> wrote:
Which version of JVM are you using?
Ritchie
>>> [EMAIL PROTECTED] 18/01/2006 11:02:31 am >>>
Vidhi wrote:
i'd copied the classes12.zip from C:\jdbc\lib. there's n
I believe that classes12.zip is for Version 1.2 and 1.3 only. JRE5.0 uses 1.5.
Your solution would be to download ojdbc14.jar which is for JVM 1.4 or 1.5
and put that in either you application/WEB-INF/lib directory or Tomcat's
common/lib directory.
Follow this link to download ojdbc14.jar:
the one that comes with the latest rel of jre, jre5.0
Which version of JVM are you using?
Ritchie
>>> [EMAIL PROTECTED] 18/01/2006 11:02:31 am >>>
Vidhi wrote:
i'd copied the classes12.zip from C:\jdbc\lib. there's no folder of
ORACLE_HOME.
now,what else to be done?
i'm sending you m
Which version of JVM are you using?
Ritchie
>>> [EMAIL PROTECTED] 18/01/2006 11:02:31 am >>>
Vidhi wrote:
i'd copied the classes12.zip from C:\jdbc\lib. there's no folder of
ORACLE_HOME.
now,what else to be done?
i'm sending you my JSP pagae. kindly tell me what code should be
written/a
Vidhi wrote:
i'd copied the classes12.zip from C:\jdbc\lib. there's no folder of
ORACLE_HOME.
now,what else to be done?
i'm sending you my JSP pagae. kindly tell me what code should be
written/added to execute it successfully.
i'd created the table named as user1 in oracle 8.0 and inserted so
On 1/18/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
>
> i'd copied the classes12.zip from C:\jdbc\lib. there's no folder of
> ORACLE_HOME.
> now,what else to be done?
By ORACLE_HOME I meant where oracle is installed. You cannot attach
files while sending mail to this list.
The code should look lik
i'd copied the classes12.zip from C:\jdbc\lib. there's no folder of ORACLE_HOME. now,what else to be done? i'm sending you my JSP page. kindly tell me what code should be written/added to execute it successfully. i'd created the table named as user1 in oracle 8.0 and inserted some values in it
On 1/18/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> i've JDBC installed in other path than Tomcat.you asked me to put the JDBC
> driver library into WEB-INF\lib. there's WEB-INF directory,but it do not have
> lib as its sub directory.what can be done for this?
> kindly tell me how to do the pa
i've JDBC installed in other path than Tomcat.you asked me to put the JDBC
driver library into WEB-INF\lib. there's WEB-INF directory,but it do not have
lib as its sub directory.what can be done for this?
kindly tell me how to do the path setting of JDBC with JSP.
i'd made a page in JSP,but w
On 1/18/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> hello,
>
> i'm using jakarta-tomcat-4.1.31and jdk-1_5_0_02-windows-i586-p-iftw in WIN
> 2000 Professional.
> I wish to connect Oracle 8.0(plus) with JSP pages.
> i request you to kindly tell me how to do this?
If you are learning JSP you
hello,
i'm using jakarta-tomcat-4.1.31and jdk-1_5_0_02-windows-i586-p-iftw in WIN
2000 Professional.
I wish to connect Oracle 8.0(plus) with JSP pages.
i request you to kindly tell me how to do this?
Regards,
Vidhi
-
Yahoo! Photo
24 matches
Mail list logo