• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Driverclass not found

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

I am trying to create connection pooling in tomcat with SQL Server.
I have defined my JNDI thru tomcat Administrator page.
Afterwards My Application's dtasource is not accesible and thros the following error

ApplicationDispatcher[/admin] Servlet.service() for servlet action threw exception
javax.servlet.jsp.JspException: Exception retrieving attribute 'driverClassName'


I have plced the

mssqlserver.jar
msbase.jar
msutil.jar

in CATALINA_HOME/common/lib

Still i'm getting error..what may be the problem???

Thanks in Advance...
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello "soft man"-

Welcome to JavaRanch.

On your way in you may have missed that JavaRanch has a policy on display names, and yours does not comply with it - please adjust it accordingly, which you can do right here. Thanks for your prompt attention to this matter.

Enyoy your time here.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Exception retrieving attribute 'driverClassName'



What value does that attribute have? Are you using it in a JSP page?
 
veera
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ulf Dittmer ,

Thanks for ur response..

i just trying to create datasource thru "tomcat Administration" page. i'm not using any JSP..
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Veera,
Thank you for changing your name.
However, it still doesn't conform to the naming policy here.
Please go back and make sure you enter your first and last name.

Thank you.
[ January 12, 2006: Message edited by: Ben Souther ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic