Re: Dev Environment Setup can't find WEB-INF/lib

2006-09-26 Thread Barclay Curtis
Hi, Does anybody have any other ideas on what the problem could be? I've been trying to figure it out for days now. My brain is starting to short circuit!! Any suggestions appreciated. Thanks Barclay Barclay Curtis wrote: Thanks David, 1. Yup, tomcat has permission to read the folde

Re: Dev Environment Setup can't find WEB-INF/lib

2006-09-26 Thread Barclay Curtis
Mark Thomas wrote: Barclay Curtis wrote: I have the latest version, Apache Tomcat 5.5.17, and have set it up to use /home/myUser/myWebapps/ as the webapps dir. How did you do this? Mark - To start a new topic,

Re: Dev Environment Setup can't find WEB-INF/lib

2006-09-25 Thread Barclay Curtis
your local webapp. If the class that needs it is in common/* or shared/*, then the jar containing the exception should be in the same place. It may be a common problem, but the solutions are usually fairly simple -- verify where XPathException is and that tomcat has access to it. --David Barc

Dev Environment Setup can't find WEB-INF/lib

2006-09-25 Thread Barclay Curtis
Hi, I am a tomcat newbie, and have the task of setting up a development environment in Tomcat. I have a site which is up and running on the live server, but I can't get it to work in the development environment. I have the latest version, Apache Tomcat 5.5.17, and have set it up to use /home