• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

problem with connectiing to oracle from WSAD

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I m getting error when i try to run the jsp file..




the error i m getting is:
Error 500: Unable to compile class for JSP An error occurred at line: 2 in the jsp file: /Connect.jsp Generated servlet error: C:\Documents and Settings\c_santosh\My Documents\IBM\wsappdev51\workspace\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\DefaultEAR\Testweb.war\_Connect.java:73: cannot resolve symbol symbol : class Test location: class org.apache.jsp._Connect Test cb = null; ^ An error occurred at line: 2 in the jsp file: /Connect.jsp Generated servlet error: C:\Documents and Settings\c_santosh\My Documents\IBM\wsappdev51\workspace\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\DefaultEAR\Testweb.war\_Connect.java:76: cannot resolve symbol symbol : class Test location: class org.apache.jsp._Connect cb= (Test) ^ An error occurred at line: 2 in the jsp file: /Connect.jsp Generated servlet error: C:\Documents and Settings\c_santosh\My Documents\IBM\wsappdev51\workspace\.metadata\.plugins\com.ibm.etools.server.core\tmp0\cache\localhost\server1\DefaultEAR\Testweb.war\_Connect.java:80: cannot resolve symbol symbol : class Test location: class org.apache.jsp._Connect cb = new Test(); ^ 3 errors

any suggestiong?
can u please tell me how can i connect to oracle database using datasource?

thanks in advance
sanny
 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure, but

looks like some sort of compilation error to me regarding
Connect.jsp
or
Test.java

I suggest you post the code for these classes, but maybe in the Jsp forum= )
 
The harder you work, the luckier you get. This tiny ad brings luck - just not good luck or bad luck.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic