Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Hi list, I am using tomcat 7.0.6 to run my development web application. When looking in catalina.out log I see the following INFO: Starting service Catalina 04-Mar-2011 19:51:30 org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.6 04-Mar-2011

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
' to classloader ... many ... more This has really got me confusedas it would appear all of the files in the JNDI property are loaded... the exact same files present in $CATALINA_HOME/webapps/myWebApp/lib Lewis From: McGibbney, Lewis John [lewis.mcgibb

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Hi Konstantin Thanks for your reply. I removed WAR file from CATALINA_HOME/webapps, looking back it was useless having it there anyway :0| When I boot up tomcat, I get the same results... is there a possibility that this something specific with 7.0.6... If so I will happily upgrade. to 7.0.8

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
...@unisys.com] Sent: 04 March 2011 21:04 To: Tomcat Users List Subject: RE: Tomcat failing to process JAR's within web app From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] Subject: RE: Tomcat failing to process JAR's within web app I removed WAR file from CATALINA_HOME/webapps Did you remove

Sudden change in Tomcat 7.0.6 behaviour

2011-02-25 Thread McGibbney, Lewis John
Hello list, I have been running my webapp on two tomcat servers located on two workstations versions 7.0.8 and 7.0.6. The workstations are in no way linked, I have merely been developing code and testing on both tomcat installations. After every coding session, I package my app into a WAR and

RE: Sudden change in Tomcat 7.0.6 behaviour

2011-02-25 Thread McGibbney, Lewis John
Subject: RE: Sudden change in Tomcat 7.0.6 behaviour From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] Subject: Sudden change in Tomcat 7.0.6 behaviour Context docBase=/home/lewis/Downloads/mywebapp/mywebapp.war debug=0 crossContext=true While fixing the procedural problems

RE: Webapp undeploy failure

2010-12-21 Thread McGibbney, Lewis John
undeploy failure Pid schrieb am 20.12.2010 um 19:39 (+): On 20/12/2010 17:13, McGibbney, Lewis John wrote: Looking at server.xml I find that 'wombra' is the only webapp specified […] Don't define your app in server.xml. To understand why, search the list archives for Caldarale

RE: HTTP Status 500 - Server Internal Error (continued!)

2010-12-20 Thread McGibbney, Lewis John
I'm not sure the thread Tomcat points out wasn't stopped is related to Commons Logging. Could it be that you created the thread in your app? I think that you are correct here although if I post more of the log for you to see then maybe we can confirm whether it is a common issue or not

Webapp undeploy failure

2010-12-20 Thread McGibbney, Lewis John
Hello list, Tried to do a bit of reading on this but the results have not come up. I am using version 6.0.26 on windows XP and all I am trying to do is undeploy (and delete from tomcat webapp folder) one webapp which is deployed every time I start my tomcat instance. Having started my

RE: HTTP Status 500 - Server Internal Error

2010-12-19 Thread McGibbney, Lewis John
thank you for this it has been a great help Lewis From: Michael Ludwig [mil...@gmx.de] Sent: 19 December 2010 12:35 To: users@tomcat.apache.org Subject: Re: HTTP Status 500 - Server Internal Error McGibbney, Lewis John schrieb am 18.12.2010 um 21:20

RE: HTTP Status 500 - Server Internal Error (continued!)

2010-12-19 Thread McGibbney, Lewis John
Internal Error McGibbney, Lewis John schrieb am 18.12.2010 um 21:20 (+): I understand this now, my initial understanding was that Tomcat was distributed with a version of xerces (or some other) parser implementation Tomcat isn't, but the Sun JRE is shipping a forked and modified Apache

HTTP Status 500 - Server Internal Error

2010-12-18 Thread McGibbney, Lewis John
Hello List, I am currently using Apache Nutch 1.2 and Tomcat 6.0.26 (first post on list). I recently configured use of a plugin within Nutch which has been known to cause the above error due to the fact that Tomcat and Jena (a framework for building semantic web apps) are using conflicting

RE: HTTP Status 500 - Server Internal Error

2010-12-18 Thread McGibbney, Lewis John
:57 To: Tomcat Users List Subject: Re: HTTP Status 500 - Server Internal Error -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lewis, On 12/18/2010 2:47 PM, McGibbney, Lewis John wrote: I am currently using Apache Nutch 1.2 and Tomcat 6.0.26 (first post on list). Welcome. I recently configured