I'm having some trouble getting Apache Derby embedded inside Tomcat 6 so I can
access a database threw my webapp. I am receiving the following error in the
catalina.out log file: /Class Not Found: java.lang.ClassNotFoundException:
jdbc:derby/. This is generated in the log when the webapp is a
I am receiving the following error in the catalina.out log file: /Class Not
Found: java.lang.ClassNotFoundException: jdbc:derby/. This is generated in the
log when the webapp is accessed. I have set the classpath locally with derbys
setEmbeddedCP command. I am thinking I also have to specify
ands, e-mail: [EMAIL PROTECTED]
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
--
Robert K. Vanderhoek
(603) 772-2305
Co
nk you,
Regards
Nareg Garabedian
--
Robert K. Vanderhoek
(603) 772-2305
Computer Technician
IT Department
Connor & Connor
16 Kingston Rd Unit #5
Exeter, NH 03833
thanks again
Caldarale, Charles R wrote:
From: Robert K. Vanderhoek [mailto:[EMAIL PROTECTED]
Subject: Re: Tomcat 6 (Unable to find servlet or load servlet
jar from a clientjar)
I'm just surprised it isn't stressed more to use a web.xml
file for each webapp since it is so vital.
t it to
work, thank you.
Robert
Pid wrote:
Robert K. Vanderhoek wrote:
Unable to find servlet or load servlet jar from a client jar, can this
be done with the default conf files? Do i have to create a web.xml file
for each webapp?
Yes, if you want to use servlets.
web.xm
e any advice on changes i should make to it in order to get it to
work, thank you.
Robert
Pid wrote:
Robert K. Vanderhoek wrote:
Unable to find servlet or load servlet jar from a client jar, can this
be done with the default conf files? Do i have to create a web.xml file
for each w
Unable to find servlet or load servlet jar from a client jar, can this
be done with the default conf files? Do i have to create a web.xml file
for each webapp? I'm using jar files created for Apache Jserv back in
1998 probably using the servlet specification 2.1 could this be part of
the prob