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 folder and xal

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

2006-09-26 Thread Barclay Curtis
In my server.xml as below. So I should be able to see the site on testsite.mydomain.co.uk:4001. It renders part of the page but has the NoClassDefFoundError: org/apache/xpath/XPathException in the error log. debug="0"> Thanks Barclay Mark Thomas wro

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

2006-09-26 Thread Mark Thomas
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, e-mail: users@tomcat.apache.org T

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

2006-09-25 Thread Barclay Curtis
Thanks David, 1. Yup, tomcat has permission to read the folder and xalan.jar 2. xalan.jar is in the WEB-INF/lib folder. 3. I think the exception is thrown by a JSP page,ChooseContinentFromXML_jsp . I've put the stack trace below. What else could be affecting it? ERROR 2006-09-25 14:14:08,930

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

2006-09-25 Thread David Smith
Some initial thoughts: 1. Check folder permissions and be sure tomcat has read access on the WEB-INF/lib folder. 2. Be sure the jar file containing XPathException (xalan.jar) is really in WEB-INF/lib, common/lib, or shared/lib. The location will depend on the class attempting to throw a XPa

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