RE: Help configuring Tomcat

2008-07-23 Thread slytheman
Now I get this error 11:29:40 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class ca.aximage.cms.init.CMSInitializator ca.aximage.servlet.framework.InitializationException: InitializationException:

RE: Help configuring Tomcat

2008-07-23 Thread Caldarale, Charles R
From: slytheman [mailto:[EMAIL PROTECTED] Subject: RE: Help configuring Tomcat [Root exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory] The message is pretty clear - your webapp (not Tomcat) is missing at least one critical component. Do you have

RE: Help configuring Tomcat

2008-07-23 Thread slytheman
: From: slytheman [mailto:[EMAIL PROTECTED] Subject: RE: Help configuring Tomcat [Root exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory] The message is pretty clear - your webapp (not Tomcat) is missing at least one critical component. Do you have

RE: Help configuring Tomcat

2008-07-23 Thread Caldarale, Charles R
From: slytheman [mailto:[EMAIL PROTECTED] Subject: RE: Help configuring Tomcat I use eclipse with tomcat on my desktop and the site works ok on there Somewhat irrelevant. I noticed that my tomcat on my xp machine had tomcat-dbcp.jar and copied it onto my linux server in the tomcat /lib

RE: Help configuring Tomcat

2008-07-23 Thread slytheman
I fixed the problem... I copied all of the jar files off my windows tomcat directory to the linux tomcat directory and it worked many thanks -- View this message in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18617261.html Sent from the Tomcat - User mailing list

RE: Help configuring Tomcat

2008-07-22 Thread Caldarale, Charles R
From: slytheman [mailto:[EMAIL PROTECTED] Subject: Help configuring Tomcat Tomcat is installed on /opt/tomcat/ my site is installed on /var/www/html/ROOT/ Edit the Host element in Tomcat's conf/server.xml file, changing appBase to /var/www/html. - Chuck THIS COMMUNICATION MAY CONTAIN

RE: Help configuring Tomcat

2008-07-22 Thread slytheman
Hi there I did the changes and now I get an error.. Jul 22, 2008 1:08:49 PM org.apache.tomcat.util.digester.Digester fatalError SEVERE: Parse Fatal Error at line 111 column 42: Element type Host must be followed by either attribute specifications, or /. org.xml.sax.SAXParseException: Element

Re: Help configuring Tomcat

2008-07-22 Thread slytheman
This is my server.xml file !-- Note: A Server is not itself a Container, so you may not define subcomponents such as Valves at this level. Documentation at /docs/config/server.html -- Server port=${shutdown.port} shutdown=SHUTDOWN !--APR library loader. Documentation at

Re: Help configuring Tomcat

2008-07-22 Thread slytheman
found the problem.. Host name=localhost appBase=/var/www/html syntax error... now I get a status 404.. I will try to troubleshoot it. -- View this message in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18594566.html Sent from the Tomcat - User mailing list

RE: Help configuring Tomcat

2008-07-22 Thread Caldarale, Charles R
From: slytheman [mailto:[EMAIL PROTECTED] Subject: Re: Help configuring Tomcat now I get a status 404.. I will try to troubleshoot it. Look in the Tomcat logs to see if the application deployed properly. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

Re: Help configuring Tomcat 5.5.15 with Apache 2.0.58

2008-07-03 Thread Ljuba Veselinova
Hi, I need to configure Tomcat 5.5.15 with Apache 2.0.58 so that I can then install ArcIMS 9.2. I am following the instructions in http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articl eShowd=31218, It says there that the HelloWorld example should be working before

Re: Help configuring Tomcat 5.5.15 with Apache 2.0.58

2008-07-03 Thread Ljuba Veselinova
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ljuba Veselinova Subject: Help configuring Tomcat 5.5.15 with Apache 2.0.58 I need to configure Tomcat 5.5.15 with Apache 2.0.58 so that I can then install ArcIMS 9.2. Two questions: 1) Why such an old level of Tomcat? The

RE: Help configuring Tomcat 5.5.15 with Apache 2.0.58

2008-07-02 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ljuba Veselinova Subject: Help configuring Tomcat 5.5.15 with Apache 2.0.58 I need to configure Tomcat 5.5.15 with Apache 2.0.58 so that I can then install ArcIMS 9.2. Two questions: 1) Why such an old level of Tomcat? The

Re: Help configuring Tomcat 5.5.15 with Apache 2.0.58

2008-07-02 Thread Steve Ochani
Date sent: Wed, 02 Jul 2008 12:32:58 +0200 From: Ljuba Veselinova [EMAIL PROTECTED] Subject:Help configuring Tomcat 5.5.15 with Apache 2.0.58 To: users@tomcat.apache.org Send reply to: Tomcat Users List

RE: help configuring tomcat to debug my application

2007-02-15 Thread Nelson, Tracy M.
| From: Marini, Joseph [mailto:[EMAIL PROTECTED] | Sent: Thursday, 15 February, 2007 13:07 | | I have installed tomcat 5.5.20 on an XP system. It has installed as a | service. | | I am trying to configure tomcat so I can remote debug my app via IDEA. In your Tomcat bin directory there should be

RE: help configuring tomcat to debug my application

2007-02-15 Thread Marini, Joseph
, February 15, 2007 4:21 PM To: Tomcat Users List Subject: RE: help configuring tomcat to debug my application | From: Marini, Joseph [mailto:[EMAIL PROTECTED] | Sent: Thursday, 15 February, 2007 13:07 | | I have installed tomcat 5.5.20 on an XP system. It has installed as a | service. | | I am trying

RE: help configuring tomcat to debug my application

2007-02-15 Thread Tim Lucia
-Original Message- From: Marini, Joseph [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 4:24 PM To: Tomcat Users List Subject: RE: help configuring tomcat to debug my application That is the service rapper gui I refer to. I have tried To add them to the java tab java options