kindly help : where Business Logic(BL) files are been put?

2006-02-01 Thread gupta vidhi
hello, kindly tell me where Business Logic(BL) files are been put?i'd put in TOMCAT_HOME\webapps\primeReports\WEB-INF\classes\Reports\ where, primeReports is the name of the folder which i'd created. the following error is coming:- org.apache.jasper.JasperException: Unable to

Where do we put Business Logic(BL) and DBConnection files in Tomcat 5.5.15 in JSP?

2006-01-30 Thread gupta vidhi
hello, I'd made a JSP page and included a package in which my Bl(Business Logic) file is stored as :- <%@ page import="primeReports/bl/MemGrossBl"%> This package is in ROOT directory in webapps. but whenever i'm executing the page, the error is coming as it could not be able

does tomcat (5.5.15) support using Generic types in JSP files?

2006-01-27 Thread gupta vidhi
hello, i'm facing these errors whenever i'm running my JSP page. : -org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: Syntax error on token(s), misplaced construct(s) .. i'm not using servlet but then also the serv

Re: Oracle 8i JDBC Driver for jdk1.5?

2006-01-20 Thread gupta vidhi
i'm using jdk1.5.0.02, Tomcat 4.1.31 & JDBC 8.1.7.0.0 on WIN 2000 & Oracle 8i. David Delbecq <[EMAIL PROTECTED]> wrote: Did you try using the 1.4 version on 1.5 jvm? Le Vendredi 20 Janvier 2006 11:23, gupta vidhi a écrit : > hello, > > i

Oracle 8i JDBC Driver for jdk1.5?

2006-01-20 Thread gupta vidhi
hello, i got the following info. from oracle.com : - Setting Up Your Environment --- On Windows platforms: - Add [ORACLE_HOME]\jdbc\lib\classes12.jar to your CLASSPATH if you use JDK 1.2 or 1.3. - Add [ORACLE_HOME]\jdbc\lib\ojdbc14.jar to your CLASSPATH if you

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-20 Thread gupta vidhi
ay be ojdbc14.jar is for jdk1.4? is it possible to download both in the lib folder? Thanks & Regards, Vidhi Anto Paul <[EMAIL PROTECTED]> wrote: On 1/20/06, gupta vidhi wrote: > my problem of Tomcat is been solved.now my simple JSP pages(without DB > connect

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread gupta vidhi
it. Replace -t with -x to extract files for further inspection. --David gupta vidhi wrote: >i'm sending you the whole localhost file: > 2006-01-19 12:11:09 HostConfig[localhost]: Deploying configuration descriptor > admin.xml >2006-01-19 12:11:29 HostConfig[localhost]: Deplo

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread gupta vidhi
it. Replace -t with -x to extract files for further inspection. --David gupta vidhi wrote: >i'm sending you the whole localhost file: > 2006-01-19 12:11:09 HostConfig[localhost]: Deploying configuration descriptor > admin.xml >2006-01-19 12:11:29 HostConfig[localhost]: Deplo

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread gupta vidhi
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

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread gupta vidhi
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

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread gupta vidhi
at could be the reason behind this? Anto Paul <[EMAIL PROTECTED]> wrote: On 1/19/06, gupta vidhi 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

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread gupta vidhi
now you say, what should i do and what the matter is all about? Regards, Vidhi Anto Paul <[EMAIL PROTECTED]> wrote: On 1/18/06, gupta vidhi wrote: > i've JDBC installed in other path than Tomcat.you asked me to put the JDBC > driver library into WEB-INF\lib. there&#

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread gupta vidhi
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

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread gupta vidhi
erted some values in it. the name of the database in which this table is been created is prime.   Regards, VidhiAnto Paul <[EMAIL PROTECTED]> wrote: 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

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread gupta vidhi
CTED]> wrote: On 1/18/06, gupta vidhi 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 ar

Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-17 Thread gupta vidhi
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

Re: Question reg. setting the environment variable

2006-01-13 Thread gupta vidhi
t;controlpanel-> system select the ADVANCED tab then click the environmental variables at the bottom and enter ur calsspath and all On 1/13/06, gupta vidhi wrote: > hello, > > i'd installed jdk-1_5_0_02-windows-i586-p-iftw and jakarta-tomcat-4.1.31 on > desktop.but unable to set its

Re: Question reg. setting the environment variable

2006-01-13 Thread gupta vidhi
t;controlpanel-> system select the ADVANCED tab then click the environmental variables at the bottom and enter ur calsspath and all On 1/13/06, gupta vidhi wrote: > hello, > > i'd installed jdk-1_5_0_02-windows-i586-p-iftw and jakarta-tomcat-4.1.31 on > desktop.but unable to set its

Question reg. setting the environment variable

2006-01-12 Thread gupta vidhi
hello, i'd installed jdk-1_5_0_02-windows-i586-p-iftw and jakarta-tomcat-4.1.31 on desktop.but unable to set its required path.i request u to kindly help me out for the same and starting my Tomcat. Regards, Vidhi - Yahoo! Pho