RE: Exceptions when starting Tomcat

2011-05-19 Thread Michael
To: Tomcat Users List Subject: Re: Exceptions when starting Tomcat Caldarale, Charles R wrote: From: Michael [mailto:mtarullo...@optonline.net] Subject: RE: Exceptions when starting Tomcat BTW, Chuck the first machine I ever worked on in my professional career was a Burroughs mainframe, back

Re: Exceptions when starting Tomcat

2011-05-18 Thread André Warnier
Caldarale, Charles R wrote: From: Michael [mailto:mtarullo...@optonline.net] Subject: RE: Exceptions when starting Tomcat BTW, Chuck the first machine I ever worked on in my professional career was a Burroughs mainframe, back before Burroughs became Unisys. So you're teaching an old dog

Exceptions when starting Tomcat

2011-05-17 Thread Michael
I've just started using Tomcat 6.0.29 for the first time on Windows 7. I've used older versions of Tomcat on Windows XP. When I start Tomcat using the .bat file in the bin folder I get the following exception, several times: java.util.logging.ErrorManager: 4 java.io.FileNotFoundException:

RE: Exceptions when starting Tomcat

2011-05-17 Thread Caldarale, Charles R
From: Michael [mailto:mtarullo...@optonline.net] Subject: Exceptions when starting Tomcat When I start Tomcat using the .bat file in the bin folder I get the following exception, several times: java.util.logging.ErrorManager: 4 java.io.FileNotFoundException: C:\Program Files\apache-tomcat

RE: Exceptions when starting Tomcat

2011-05-17 Thread Michael
, 2011 9:46 PM To: Tomcat Users List Subject: RE: Exceptions when starting Tomcat From: Michael [mailto:mtarullo...@optonline.net] Subject: Exceptions when starting Tomcat When I start Tomcat using the .bat file in the bin folder I get the following exception, several times

RE: Exceptions when starting Tomcat

2011-05-17 Thread Caldarale, Charles R
From: Michael [mailto:mtarullo...@optonline.net] Subject: RE: Exceptions when starting Tomcat BTW, Chuck the first machine I ever worked on in my professional career was a Burroughs mainframe, back before Burroughs became Unisys. So you're teaching an old dog new tricks, even though I've

Exception when starting tomcat 7.0.6

2011-01-21 Thread thomas Ritter
Good afternoon, I am migrating a web application from tomcat 5 to tomcat 7.0.6. First of all, I installed tomcat and validate it works fine : that's validated. Now I need to add some java system properties in the tomcat startup in order to use some specific tools to my application. So I

Re: Exception when starting tomcat 7.0.6

2011-01-21 Thread Konstantin Kolinko
2011/1/21 thomas Ritter trit...@edt.fr: So I added in the startup.bat the two options that were present in my previous version of tomcat : -Dvalidationlist.dir=%mekWorkPath% -Duser.dir=%mekWorkPath% Create bin/setenv.bat and put them there: set CATALINA_OPTS=-Dvalidationlist.dir=%mekWorkPath%

Re: Starting Tomcat admin undeploys a web service

2011-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robin, On 1/10/2011 9:09 AM, Robin Capone wrote: You can't see me but, I'm banging my head on my desk. Facepalm strikes again. :( - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla -

Re: Starting Tomcat admin undeploys a web service

2011-01-10 Thread Robin Capone
You can't see me but, I'm banging my head on my desk. Yes, the bookmark was the problem. Thanks for your help. On 1/7/2011 6:17 PM, Konstantin Kolinko wrote: 2011/1/8 Robin Caponercap...@centonline.com: I have a web service that gets undeployed when I start tomcat administration. I have to

Starting Tomcat admin undeploys a web service

2011-01-07 Thread Robin Capone
I have a web service that gets undeployed when I start tomcat administration. I have to restart Tomcat and redeploy the service. I'm running Tomcat 5.0 on a win2003 server. The service runs without problems...until admin is started. Has anyone experienced this?

RE: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Caldarale, Charles R
From: Robin Capone [mailto:rcap...@centonline.com] Subject: Starting Tomcat admin undeploys a web service I have a web service that gets undeployed when I start tomcat administration. What's in the logs? Has anyone experienced this? Don't recall hearing about it on any supported level

Re: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Robin Capone
2011-01-07 17:40:40 StandardContext[/manager]HTMLManager: list: Listing contexts for virtual host 'localhost' The web service is removed from the webapps directory. On 1/7/2011 5:11 PM, Caldarale, Charles R wrote: From: Robin Capone [mailto:rcap...@centonline.com] Subject: Starting Tomcat

Re: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Konstantin Kolinko
2011/1/8 Robin Capone rcap...@centonline.com: I have a web service that gets undeployed when I start tomcat administration.  I have to restart Tomcat and redeploy the service. I'm running Tomcat 5.0 on a win2003 server. The service runs without problems...until admin is started. Has anyone

Problem starting tomcat server.

2010-12-15 Thread Gaurav Pruthi
I am unable to start tomcat service using tomcat6w.exe and even I have tried on command line using commands setclasspath.bat followed by startup.bat but still no results . I have also trying changing port numbers but that too doesn't bear fruit.There is another issue also when I install some

Re: Problem starting tomcat server.

2010-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaurav, On 12/15/2010 12:08 PM, Gaurav Pruthi wrote: I am unable to start tomcat service using tomcat6w.exe and even I have tried on command line using commands setclasspath.bat followed by startup.bat but still no results. You should just be

Re: create[8005]: java.net.BindException: error occured while starting tomcat on Ubuntu Plateform

2010-11-24 Thread ikhan
) PATROL DashBoard is still running. -- View this message in context: http://old.nabble.com/create-8005-%3A-java.net.BindException%3A-error-occured-while-starting-tomcat-on-Ubuntu-Plateform-tp9243996p30293945.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: create[8005]: java.net.BindException: error occured while starting tomcat on Ubuntu Plateform

2010-11-24 Thread André Warnier
Hi. In the logs below, I see references to JK2. That seems to be a reference to the mod_jk2 connector, which to my knowledge is old, not developed or maintained anymore. If that's the case, then you should change your configuration to use mod_jk1.x, of which the current version is downloadable

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-25 Thread sharkanana
this message in context: http://old.nabble.com/Problems-starting-Tomcat-on-windows-7-64bit.-tp29232948p29261435.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sharkanana, On 7/22/2010 8:34 PM, sharkanana wrote: Here is my server.xml. It is default. Yup, that looks like the default -- or close enough that it doesn't matter what you may have changed. Could you try reinstalling a fresh copy of Tomcat and

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-23 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sharkanana, On 7/22/2010 8:34 PM, sharkanana wrote: Here is my server.xml. It is default. Yup, that looks like the default -- or close enough that it doesn't matter what you may have changed. Could you try

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-23 Thread sharkanana
...@tomcat.apache.org -- View this message in context: http://old.nabble.com/Problems-starting-Tomcat-on-windows-7-64bit.-tp29232948p29252733.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread Pid
On 22/07/2010 04:30, sharkanana wrote: I've run tomcat so many times before on every one of my computers with no problem, but I just went to do it today on my desktop and am getting an error immediately on the start of the server. I have set catalina_home, classpath, In addition to

RE: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread sharkanana
files or executables), and am getting the same error. Thanks for your quick replies! John n828cl wrote: From: sharkanana [mailto:sharkan...@gmail.com] Subject: Problems starting Tomcat on windows 7 64bit. I have tried many different versions of tomcat and all give the same problem

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/22/2010 12:21 AM, Caldarale, Charles R wrote: From: sharkanana [mailto:sharkan...@gmail.com] Subject: Problems starting Tomcat on windows 7 64bit. I have tried many different versions of tomcat and all give the same problem. So

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread sharkanana
-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/22/2010 12:21 AM, Caldarale, Charles R wrote: From: sharkanana [mailto:sharkan...@gmail.com] Subject: Problems starting Tomcat on windows 7 64bit. I have tried many different versions of tomcat and all give the same

Problems starting Tomcat on windows 7 64bit.

2010-07-21 Thread sharkanana
(Digester.java:1273) ... 21 more Jul 21, 2010 10:50:09 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 0 ms -- View this message in context: http://old.nabble.com/Problems-starting-Tomcat-on-windows-7-64bit.-tp29232948p29232948.html Sent from the Tomcat - User mailing

RE: Problems starting Tomcat on windows 7 64bit.

2010-07-21 Thread Caldarale, Charles R
From: sharkanana [mailto:sharkan...@gmail.com] Subject: Problems starting Tomcat on windows 7 64bit. I have tried many different versions of tomcat and all give the same problem. So tell us the exact version of *one* Tomcat you tried that has the problem, along with the JRE or JDK version

Windows' UAC prevents from automatically starting Tomcat 6 Service Manager at logon

2010-05-01 Thread Guillaume Rossolini
Hi, I have successfull installed and been running Tomcat on my dev machine (Windows 7) and on a test server (Windows 2008 R2), but with a small problem akin to the one described in bug #49161: https://issues.apache.org/bugzilla/show_bug.cgi?id=49161 This bug also applies to Windows 7 and Windows

RE: When starting tomcat 6 from eclipse Galelio 2.5SR2-- error org.apache.axis2.transport.http.AxisAdminServlet java.lang.ClassNotFoundException

2010-03-26 Thread Muralidhar Yaragalla
Where are u placing the axis jar files? -Original Message- From: SM [mailto:moni_spar...@yahoo.com] Sent: Friday, March 26, 2010 11:10 PM To: users@tomcat.apache.org Subject: When starting tomcat 6 from eclipse Galelio 2.5SR2-- error org.apache.axis2.transport.http.AxisAdminServlet

RE: When starting tomcat 6 from eclipse Galelio 2.5SR2-- error org.apache.axis2.transport.http.AxisAdminServlet java.lang.ClassNotFoundException

2010-03-26 Thread SM
--- On Fri, 3/26/10, Muralidhar Yaragalla yaragallamur...@gmail.com wrote: From: Muralidhar Yaragalla yaragallamur...@gmail.com Subject: RE: When starting tomcat 6 from eclipse Galelio 2.5SR2-- error org.apache.axis2.transport.http.AxisAdminServlet java.lang.ClassNotFoundException To: 'Tomcat

Re: starting tomcat from ant not working

2009-11-02 Thread André Warnier
Dean Hiller wrote: I have tried from ant and programmed up a main class to start tomcat via catalina.bat start and tried catalina.bat start from ant as well. Lastly, I finally tried directly running the exact command that catalina.bat start tries to run and then ended up with classnotfound which

Re: starting tomcat from ant not working

2009-11-02 Thread Elli Albek
Hi, This is how we start tomcat from ant. ${server} is your tomcat installation directory. Then we have a condition on a URL, so we know tomcat actually starts and handling HTTP requests. java jar=${server}/bin/bootstrap.jar fork=true spawn=true dir=${server}/bin jvmarg

Re: starting tomcat from ant not working

2009-11-02 Thread Konstantin Kolinko
2009/11/2 Dean Hiller d...@alvazan.com:     [java] java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina Probably your conf/catalina.properties file is broken. Maybe you copied it from an earlier TC 5.5 installation.

starting tomcat from ant not working

2009-11-01 Thread Dean Hiller
I have tried from ant and programmed up a main class to start tomcat via catalina.bat start and tried catalina.bat start from ant as well. Lastly, I finally tried directly running the exact command that catalina.bat start tries to run and then ended up with classnotfound which makes no sense since

ConcurrentModificationException when starting Tomcat with Velocity Engine configured

2009-08-21 Thread Pradnya Gawade
Hi, I am using the Velocity Engine for the first time and need some help asap on the following issue. Thanks in advance. I have a web application which uses Spring framework. To send the template based emails through application, I have added following to my Spring context xml file: bean

ConcurrentModificationException when starting Tomcat with Velocity Engine configured

2009-08-21 Thread Pradnya Gawade
Hi, I am using the Velocity Engine for the first time and need some help on the following issue. Thanks in advance. I have a web application which uses Spring framework. To send the template based emails through application, I have added following to my Spring context xml file: bean

Re: ConcurrentModificationException when starting Tomcat with Velocity Engine configured

2009-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pradnya, On 8/21/2009 9:23 AM, Pradnya Gawade wrote: MailManagerImpl is a class I have written sendEmail code to. When I deploy the war file of for web application to Tomcat 6 and try to start the tomcat from command prompt, I get

Re: ConcurrentModificationException when starting Tomcat with Velocity Engine configured

2009-08-21 Thread Pradnya Gawade
Hi Christopher, Thanks for the reply. I am using Tomcat6 and Velocity 1.6 As I mentioned I know this problem is due to the mapping I added to Spring context xml for Velocity engine bean,  SimpleMailMessage, JavaMailSender because if I take it out from the xml, web application gets initialized in

Re: ConcurrentModificationException when starting Tomcat with Velocity Engine configured

2009-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pradnya, On 8/21/2009 2:57 PM, Pradnya Gawade wrote: I have no clue what is causing this problem. You mentioned that disabling the CLEAR_REFERENCES caused more problems. What were those problems? - -chris -BEGIN PGP SIGNATURE- Version:

Re: ConcurrentModificationException when starting Tomcat with Velocity Engine configured

2009-08-21 Thread Pradnya Gawade
It threw IllegalStateException for some code of tomcat. Also the error message said that the web application is already stopped, meaning it could not deploy the web application. I do not have that exception log with me presently as I am trying out some thing different with it. But I will post the

Re: Application Context (and/or) SERVICE element load orders when starting Tomcat 5/6.

2009-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean, On 7/22/2009 10:39 AM, JeanNiBee wrote: So in effect I'm deferring all interaction w/ RAM to be at request time and not startup time correct? Well, you're delaying such interactions until the first request is processed. A reasonable startup

Application Context (and/or) SERVICE element load orders when starting Tomcat 5/6.

2009-07-22 Thread JeanNiBee
-or%29-%3CSERVICE%3E-element-load-orders-when-starting-Tomcat-5-6.-tp24606540p24606540.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Application Context (and/or) SERVICE element load orders when starting Tomcat 5/6.

2009-07-22 Thread Mark Thomas
JeanNiBee wrote: Hi I have two application contexts, /RAM and /UO. Context initialization is serial. If you try starting in the wrong order you will be out of luck. Tomcat won't start serving requests until all the contexts have started. You can't control the order the apps start in. It

Re: Application Context (and/or) SERVICE element load orders when starting Tomcat 5/6.

2009-07-22 Thread JeanNiBee
RAM again. Mark -- View this message in context: http://www.nabble.com/Application-Context-%28and-or%29-%3CSERVICE%3E-element-load-orders-when-starting-Tomcat-5-6.-tp24606540p24607746.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Starting Tomcat 6.0

2009-06-09 Thread Konstantin Kolinko
. I want to experiment with security, lock down a directory so that only authenticated users can get the pages, etc. The doc says I need to: Starting Tomcat With A SecurityManager  Once you have configured the catalina.policy file for use  with a SecurityManager, Tomcat can be started

Re: Starting Tomcat 6.0

2009-06-09 Thread Dick Eastlake
Konstantin: That worked.  Started throwing all kinds of Java.security.AccessControlExceptions. Now I can get to work on the policy. Many Thanks! --- On Mon, 6/8/09, Konstantin Kolinko knst.koli...@gmail.com wrote: From: Konstantin Kolinko knst.koli...@gmail.com Subject: Re: Starting Tomcat 6.0

Re: Starting Tomcat 6.0

2009-06-09 Thread André Warnier
Konstantin Kolinko wrote: 2009/6/9 Dick Eastlake dickeastl...@yahoo.com: ... Konstantin, unless I am mistaken, the OP is just trying to protect some *pages* from non-authenticated access. You don't need the Security Manager for that, just stuff like security-constraint in the webapp's

Starting Tomcat 6.0

2009-06-08 Thread Dick Eastlake
a directory so that only authenticated users can get the pages, etc. The doc says I need to: Starting Tomcat With A SecurityManager Once you have configured the catalina.policy file for use with a SecurityManager, Tomcat can be started with a SecurityManager in place by using the -security option

RE: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread Caldarale, Charles R
From: trill...@gmail.com [mailto:trill...@gmail.com] On Behalf Of w...@serensoft.com Subject: trouble starting tomcat: error 0 on Windows 64bit Our processor is intel, tho... Is there an intel-not-amd version we missed? AMD invented the x86-64 instruction set, and Intel copied it from

Re: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread Todd Hivnor
Sent: Friday, May 15, 2009 10:17:39 PM Subject: trouble starting tomcat: error 0 on Windows 64bit We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets started, and instantly quits. We installed java from jdk-1_5_0_18-windows-amd64.exe which

Re: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread Mark Thomas
w...@serensoft.com wrote: We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets started, and instantly quits. We installed java from jdk-1_5_0_18-windows-amd64.exe which seems to be the only 64-bit version available? Our processor is

Re: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread will trillich
Thanks for your input, guys! Responses interleaved below: On Sat, May 16, 2009 at 12:16 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: AMD invented the x86-64 instruction set, and Intel copied it from them.   However, there is an older Intel 64-bit architecture called IA64 (aka

Re: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread will trillich
: trouble starting tomcat: error 0 on Windows 64bit We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets started, and instantly quits. We installed java from jdk-1_5_0_18-windows-amd64.exe  which seems to be the only 64-bit version

Re: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread w...@serensoft.com
they should be compatible, no? Date: Sat, 16 May 2009 00:17:39 -0500 Subject: trouble starting tomcat: error 0 on Windows 64bit From: w...@serensoft.com To: users@tomcat.apache.org We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets

RE: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 16 May 2009 15:04:38 -0500 Subject: Re: trouble starting tomcat: error 0 on Windows 64bit From: w...@serensoft.com To: users@tomcat.apache.org On Sat, May 16, 2009 at 9:15 AM, Martin Gainty mgai

RE: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. From: mgai...@hotmail.com To: users@tomcat.apache.org Subject: RE: trouble starting tomcat: error 0 on Windows 64bit Date: Sat, 16 May 2009 18:16:58 -0400 read the sun documentation on what error0 means remember you're not dealing

Re: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 5:24 PM, Martin Gainty mgai...@hotmail.com wrote: just to clarify statement reads you ARE dealing with binaries.. Martin Gainty Thanks, Martin, but... From: mgai...@hotmail.com To: users@tomcat.apache.org Subject: RE: trouble starting tomcat: error 0 on Windows

RE: trouble starting tomcat: error 0 on Windows 64bit

2009-05-16 Thread Caldarale, Charles R
From: will trillich [mailto:trill...@gmail.com] Subject: Re: trouble starting tomcat: error 0 on Windows 64bit Intel Xeon E5530 running @ 2.40GHz That's AMD64 architecture, despite Intel's reluctance to admit it. Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02) Java

Re: trouble starting tomcat: error 0 on Windows 64bit SOLVED

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 7:35 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: No catalina.out at all, and stderr and stdout are empty. Only the jakarta logs from when we tried running it as a service had any info, as previously reported. That's because of your incorrect server

trouble starting tomcat: error 0 on Windows 64bit

2009-05-15 Thread w...@serensoft.com
We're having a heck of a time getting tomcat running on windows server 2003 enterprise x64 -- it barely gets started, and instantly quits. We installed java from jdk-1_5_0_18-windows-amd64.exe which seems to be the only 64-bit version available? Our processor is intel, tho... Is there an

Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
Sorry for bothering the list with the same problem again, but this problem has became a nightmare at this point. Bundled Tomcat 5.5.17 on Netbeans is not starting and I'm getting the following error: *SEVERE: Parse error in default web.xml java.lang.NullPointerException* at

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Ron McNulty
, 2009 11:43 AM Subject: Problem starting Tomcat in Netbeans Sorry for bothering the list with the same problem again, but this problem has became a nightmare at this point. Bundled Tomcat 5.5.17 on Netbeans is not starting and I'm getting the following error: *SEVERE: Parse error in default

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
- Original Message - From: Carlos Botto carl...@qualitau.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, March 14, 2009 11:43 AM Subject: Problem starting Tomcat in Netbeans Sorry for bothering the list with the same problem again, but this problem has became a nightmare

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Ron McNulty
To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, March 14, 2009 12:04 PM Subject: Re: Problem starting Tomcat in Netbeans Hi Ron, There are no * in the code, those in the email were put on purpose to underline the 18th. line. Thanks Carlos Ron McNulty wrote: Hi Carlos This line

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
characters? Regards Ron - Original Message - From: Carlos Botto carl...@qualitau.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, March 14, 2009 12:04 PM Subject: Re: Problem starting Tomcat in Netbeans Hi Ron, There are no * in the code, those in the email were put

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Ron McNulty
it will support Tomcat's remote debugging option, which allows independent startup. Regards Ron - Original Message - From: Carlos Botto carl...@qualitau.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, March 14, 2009 12:41 PM Subject: Re: Problem starting Tomcat

Re: Problem starting Tomcat in Netbeans

2009-03-13 Thread Carlos Botto
@tomcat.apache.org Sent: Saturday, March 14, 2009 12:41 PM Subject: Re: Problem starting Tomcat in Netbeans Ron, I did it. Also I deleted the line and typed it again. Thanks Carlos Ron McNulty wrote: Hi Carlos The error is coming from Digester, whose job in life is simply to parse XML files and read

Problem starting Tomcat in Netbeans

2009-03-11 Thread Carlos Botto
Hi, I'm having problems to start Tomcat in Netbeans. It was working for a long time until suddenly it stopped. I added a new servlet to the web.xml file and after that it broke, even after I removed the new servlet didn't work again. I validated web.xml and got no errors, but when I

RE: Problem starting Tomcat in Netbeans

2009-03-11 Thread Caldarale, Charles R
From: Carlos Botto [mailto:carl...@qualitau.com] Subject: Problem starting Tomcat in Netbeans when I validated context.xml I got the following: cvc-elt.1: Cannot find the declaration of element 'Context'. [2] Since there is no DTD to validate against, that's not surprising. Context

Re: Problem starting Tomcat in Netbeans

2009-03-11 Thread Carlos Botto
Carlos Caldarale, Charles R wrote: From: Carlos Botto [mailto:carl...@qualitau.com] Subject: Problem starting Tomcat in Netbeans when I validated context.xml I got the following: cvc-elt.1: Cannot find the declaration of element 'Context'. [2] Since there is no DTD to validate against

Re: Problem starting Tomcat in Netbeans

2009-03-11 Thread Carlos Botto
-constraint Thanks again Carlos Caldarale, Charles R wrote: From: Carlos Botto [mailto:carl...@qualitau.com] Subject: Problem starting Tomcat in Netbeans when I validated context.xml I got the following: cvc-elt.1: Cannot find the declaration of element 'Context'. [2] Since

Re: Starting tomcat from jar file‏ (from another service)

2009-02-16 Thread dissection
. -- View this message in context: http://www.nabble.com/Starting-tomcat-from-jar-file%E2%80%8F-%28from-another-service%29-tp21998265p22037428.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

Starting tomcat from jar file‏ (from another service)

2009-02-13 Thread fatih arıkan
Hello all, I want to make a service program for windows that runs tomcat standalone in it. I did a win32 .exe that creates service and runs jar file with JNI code. Firstly I made my own jar file which writes to a file with start command and it worked. Then I used this exe with tomcat's

Problem starting Tomcat Windows service

2009-02-10 Thread André Warnier
Hi. A colleague recently downloaded the Tomcat 5.5.27 service installer from the official Tomcat site and tried to install it on a Windows XP workstation. But considering that this is a 64-bit XP system, the Tomcat service refused to start. (The installed Java is a Sun java 1.6.0 64-bit JDK

Re: Problem starting Tomcat Windows service

2009-02-10 Thread Serge Fonville
Hi, Perhaps http://www.nabble.com/Tomcat-5.5-and-x64-Windows-to8430335.html#a20310083 might help. Yo can download the x64 version of the service exe and use that instead. Hope this helps Regards, Serge Fonville On Tue, Feb 10, 2009 at 2:37 PM, André Warnier a...@ice-sa.com wrote: Hi. A

RE: Problem starting Tomcat Windows service

2009-02-10 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Problem starting Tomcat Windows service (I have this suspicion that even with the zip version, I need to get the 64-bit version of procrun somewhere else, yes ?) Correct: http://svn.apache.org/repos/asf/tomcat/connectors/trunk/procrun

Re: Problem starting Tomcat Windows service

2009-02-10 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Problem starting Tomcat Windows service (I have this suspicion that even with the zip version, I need to get the 64-bit version of procrun somewhere else, yes ?) Correct: http://svn.apache.org/repos/asf/tomcat

java.lang.ClassNotFoundException when starting tomcat

2009-02-04 Thread alex_m
) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: \. Program will exit. -- View this message in context: http://www.nabble.com/java.lang.ClassNotFoundException-when-starting-tomcat-tp21827180p21827180.html Sent from

Re: java.lang.ClassNotFoundException when starting tomcat

2009-02-04 Thread Mark Thomas
: \. Program will exit. -- View this message in context: http://www.nabble.com/java.lang.ClassNotFoundException-when-starting-tomcat-tp21827180p21827180.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: java.lang.ClassNotFoundException when starting tomcat

2009-02-04 Thread Caldarale, Charles R
From: alex_m [mailto:alexander.tolfmans-mar...@systeam.se] Subject: java.lang.ClassNotFoundException when starting tomcat Exception in thread main java.lang.NoClassDefFoundError: \ Caused by: java.lang.ClassNotFoundException: \ Could not find the main class: \. Program will exit. Looks like

Re: java.lang.ClassNotFoundException when starting tomcat

2009-02-04 Thread Kees de Kooter
(ClassLoader.java:320) Could not find the main class: \. Program will exit. -- View this message in context: http://www.nabble.com/java.lang.ClassNotFoundException-when-starting-tomcat-tp21827180p21827180.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: filter problem when starting tomcat

2008-10-20 Thread Chris van Es
that the filter's init method is trying to access the init-params before they've been set? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 20 October 2008 00:41 To: Tomcat Users List Subject: Re: filter problem when starting tomcat Chris van Es wrote: on some occasions

filter problem when starting tomcat

2008-10-19 Thread Chris van Es
am starting tomcat not from the supplied startup.sh/shutdown.sh scripts but by method invocation from another class so that I can initialise custom logging and remote configuration for the webapps via a third party library, again though I don't think this is the source of the problem as even when

Re: filter problem when starting tomcat

2008-10-19 Thread Mark Thomas
Chris van Es wrote: on some occasions the webapp which contains the filter in its web.xml hangs for a number of minutes (up to 10 minutes in the worst case) then fails with SEVERE: error filterStart [appName] Try taking some thread dumps whilst the system is hung. Mark

Re: starting tomcat at system boot

2008-08-20 Thread Zemian Deng
On Tue, Aug 19, 2008 at 10:33 PM, Bill Barker [EMAIL PROTECTED] wrote: Markus Schönhaber [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Zemian Deng wrote: When setting up tomcat during boot startup on a linux/unix, is there more advantage using jsrv that comes with Tomcat

starting tomcat at system boot

2008-08-19 Thread Zemian Deng
Hello list, When setting up tomcat during boot startup on a linux/unix, is there more advantage using jsrv that comes with Tomcat as describe here: http://tomcat.apache.org/tomcat-6.0-doc/setup.html VS Just a plain shell script that calls catalina.sh ? -- Sweet - a Scala web framework:

Re: starting tomcat at system boot

2008-08-19 Thread Markus Schönhaber
Zemian Deng wrote: When setting up tomcat during boot startup on a linux/unix, is there more advantage using jsrv that comes with Tomcat as describe here: http://tomcat.apache.org/tomcat-6.0-doc/setup.html VS Just a plain shell script that calls catalina.sh ? With jsvc Tomcat is able to

Re: starting tomcat at system boot

2008-08-19 Thread Bill Barker
Markus Schönhaber [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Zemian Deng wrote: When setting up tomcat during boot startup on a linux/unix, is there more advantage using jsrv that comes with Tomcat as describe here: http://tomcat.apache.org/tomcat-6.0-doc/setup.html VS

Re: issues starting Tomcat 6.0.18 when CATALINA_BASE does not match CATALINA_HOME

2008-08-06 Thread Rainer Jung
Mark Thomas schrieb: [EMAIL PROTECTED] wrote: And thats it. I have confirmed tomcat starts just fine when BASE matches HOME. I experimented with copying catalina.sh from 6.0.16 into 6.0.18's bin directory, and the server then starts as expected. However, I can't seem to find what in

issues starting Tomcat 6.0.18 when CATALINA_BASE does not match CATALINA_HOME

2008-08-06 Thread AFaller
Hi All - I have a very basic tomcat setup that generally worked right out of the box. To make upgrades simplier, I move my webapps and conf files out of CATALINE_BASE and specifically set my own CATALINA_HOME env variable. In the past, to upgrade tomcat, I simply changed my CATALINA_HOME

Re: issues starting Tomcat 6.0.18 when CATALINA_BASE does not match CATALINA_HOME

2008-08-06 Thread Mark Thomas
[EMAIL PROTECTED] wrote: And thats it. I have confirmed tomcat starts just fine when BASE matches HOME. I experimented with copying catalina.sh from 6.0.16 into 6.0.18's bin directory, and the server then starts as expected. However, I can't seem to find what in catalina.sh is causing

Re: OT: Fedora Core 8 viability (was Re: Problem in starting tomcat)

2008-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Ochani wrote: | On 10 Jun 2008 at 17:20, Christopher Schultz wrote: | What leads you to that conclusion [that Fedora Core is inappropriate for production use]? | | 1. When Fedora project was started I remember reading that it was almost

Re: OT: Fedora Core 8 viability (was Re: Problem in starting tomcat)

2008-06-11 Thread Steve Ochani
Date sent: Wed, 11 Jun 2008 09:51:03 -0400 From: Christopher Schultz [EMAIL PROTECTED] Subject:Re: OT: Fedora Core 8 viability (was Re: Problem in starting tomcat) To: Tomcat Users List users@tomcat.apache.org Send reply

OT: Fedora Core 8 viability (was Re: Problem in starting tomcat)

2008-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Ochani wrote: | Off topic remark. I hope you don't use [Fedora Core 8] on production machines. Fedora is not | designed for that. What leads you to that conclusion? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

Re: OT: Fedora Core 8 viability (was Re: Problem in starting tomcat)

2008-06-10 Thread Steve Ochani
On 10 Jun 2008 at 17:20, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Ochani wrote: | Off topic remark. I hope you don't use [Fedora Core 8] on production machines. Fedora is not | designed for that. What leads you to that conclusion? 1.

Problem in starting tomcat

2008-06-09 Thread Raghavan_sat
to make it work -- View this message in context: http://www.nabble.com/Problem-in-starting-tomcat-tp17732711p17732711.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

Re: Problem in starting tomcat

2008-06-09 Thread Martin
- From: Raghavan_sat [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, June 09, 2008 9:23 AM Subject: Problem in starting tomcat Hi, I downloaded apache-tomcat-5.5.23.tar.gz and extracted it. Am using jdk 1.6.0_05. When i start tomcat it starts fine and no error is been shown

Re: Problem in starting tomcat

2008-06-09 Thread Steve Ochani
Date sent: Mon, 09 Jun 2008 06:23:08 -0700 (PDT) From: Raghavan_sat [EMAIL PROTECTED] Subject:Problem in starting tomcat To: users@tomcat.apache.org Send reply to: Tomcat Users List users@tomcat.apache.org Hi, I

starting tomcat as a service

2008-04-16 Thread Jim Daley
Hopefully this is the way to ask a question I am running Apache Tomcat 5.0.25 on Windows 2003. When I reboot my system and go to a command prompt and type in net start Apache Tomcat after about 10 seconds I get an error that says service could not be started. MSG 3523. If I look in the

<    1   2   3   4   5   >