RE: Application Won't Deploy

2008-11-16 Thread Mark Fitzgerald
Thanks to all that replied to this request. It turns out that the problem was a conflict between two jar files. I had one logging jar file in my java lib/ext directory, and one in the lib directory for the application that wasn't launching. After I adjusted the files so that there was just

RE: Application Won't Deploy

2008-11-13 Thread Caldarale, Charles R
> From: Mark Fitzgerald [mailto:[EMAIL PROTECTED] > Subject: Application Won't Deploy > > I've verified that the web.xml file for the application > is not corrupted. How? > My software is as follows: > RedHat Linux What version? > Tomcat v5.0.16 Can you re

Application Won't Deploy

2008-11-13 Thread Mark Fitzgerald
I have a 3rd party application (JForum) that I have running along side my application. The forum software has been running fine for over a year. I restarted the Tomcat server over the weekend, and when it came back up, the forum software wasn't loaded. I tried to deploy the application usin