Tomcat 6 and Apache Derby

2009-03-11 Thread Robert K. Vanderhoek
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

using derby.jar with tomcat 6

2009-03-09 Thread Robert K. Vanderhoek
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

Re: The requested resource (/manager/) is not available.

2008-09-09 Thread Robert K. Vanderhoek
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

Re: Can you help me to figure out what is "ia64"?

2008-09-08 Thread Robert K. Vanderhoek
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

Re: Tomcat 6 (Unable to find servlet or load servlet jar from a clientjar)

2008-09-05 Thread Robert K. Vanderhoek
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.

Re: Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-05 Thread Robert K. Vanderhoek
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

Re: Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-03 Thread Robert K. Vanderhoek
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

Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-03 Thread Robert K. Vanderhoek
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