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-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 se

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 mi

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 com

RE: Help configuring Tomcat

2008-07-23 Thread slytheman
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1206) at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:79) ... 31 more -- View this message in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18613585

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

Re: Help configuring Tomcat

2008-07-22 Thread slytheman
found the problem.. http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18594566.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Help configuring Tomcat

2008-07-22 Thread slytheman
ml/ROOT/ > > everything is set to default > > > > I just need help....or advise... > > > -- View this message in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18594173.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

RE: Help configuring Tomcat

2008-07-22 Thread slytheman
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:337) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415) Cal

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 element in Tomcat's conf/server.xml file, changing appBase to "/var/www/html". -

Help configuring Tomcat

2008-07-22 Thread slytheman
ge in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18591522.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

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. > > T

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 >> eShow&d=31218, >> >> It says there that the HelloWorld example shoul

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 > H

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 o

Help configuring Tomcat 5.5.15 with Apache 2.0.58

2008-07-02 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.articleShow&d=31218, It says there that the HelloWorld example should be working before ArcIMS 9.2 i

RE: help configuring tomcat to debug my application

2007-02-15 Thread Marini, Joseph
: 'Tomcat Users List' Subject: RE: help configuring tomcat to debug my application On the Java tab, I have: -Xdebug -Xrunjdwp:transport=dt_socket,address=9876,server=y,suspend=n I then set eclipse to launch a remote application attach. It works flawlessly. Be sure to put one option per li

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 t

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 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

help configuring tomcat to debug my application

2007-02-15 Thread Marini, Joseph
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. I have obtained the following information via the web which does explain how to Configure tomcat so I can remote attach to a port and debug