Re: Starting Tomcat 10 at bootup

2022-11-27 Thread Rob Sargent
On 11/27/22 10:05, Amn Ojee Uw wrote: Thank you folks for the help, but as you might've guess, I am not well verse in Tomcat, I am just a student of it, let alone trouble shooting it. So, in '/opt/tomecat/opt' I found these files, which just might be able to shed some light in the eyes of a

Re: Starting Tomcat 10 at bootup

2022-11-27 Thread Amn Ojee Uw
: Please excuse my ignorance, buy what log would that be and how can I get to it? On 2022-11-26 2:23 a.m., Thomas Hoffmann (Speed4Trade GmbH) wrote: -Ursprüngliche Nachricht- Von: Rob Sargent Gesendet: Samstag, 26. November 2022 06:32 An: Tomcat Users List Betreff: Re: Starting Tomcat

Re: Starting Tomcat 10 at bootup

2022-11-26 Thread Rob Sargent
: Rob Sargent >>> Gesendet: Samstag, 26. November 2022 06:32 >>> An: Tomcat Users List >>> Betreff: Re: Starting Tomcat 10 at bootup >>> >>> >>>> On Nov 25, 2022, at 4:28 PM, Amn Ojee Uw >>> wrote: >>>> Hey folks! >

Re: Starting Tomcat 10 at bootup

2022-11-25 Thread Rob Sargent
> On Nov 25, 2022, at 4:28 PM, Amn Ojee Uw wrote: > > Hey folks! > > The issue : > ~~~ > > I just installed 'apache-tomcat-10.0.27.tar.gz' in my Debian 11 (stable) box, > running OpenjDK 17.0.4, this was done following the recommendation on 'How to > Install Apache Tomcat on Debian 11

Re: starting tomcat

2014-06-12 Thread Neven Cvetkovic
On Thu, Jun 12, 2014 at 5:10 AM, Francesco Viscomi wrote: > Hi, > in this other case tomcat has started without the .keystore file: > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) > 12-Jun-2014 11:07:52 org.apache.catalina.startup.Catalina start > SEVERE: Catalina.st

Re: starting tomcat

2014-06-12 Thread Francesco Viscomi
Hi, in this other case tomcat has started without the .keystore file: at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) 12-Jun-2014 11:07:52 org.apache.catalina.startup.Catalina start SEVERE: Catalina.start: LifecycleException: service.getName(): "Catalina"; Protocol hand

Re: starting tomcat

2014-06-11 Thread tomcat
Check this file C:\Users\francesco\.keystore exist or not ? 在 2014年6月11日,下午9:30,Francesco Viscomi 写道: > C:\Users\francesco\.keystore

Re: Starting tomcat with catalina.sh run -security

2012-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ragini, On 8/31/12 6:44 AM, Ragini wrote: > I have added following things to setenv.sh to make tomacat > profile. > > #!/bin/sh export > CATALINA_OPTS=-Djava.security.auth.login.config=$(TOMCAT_HOME)/conf/jaas.config > > export CATALINA_OPTS="-java

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Darryl Lewis
Have a look here: http://onjava.com/pub/a/onjava/2007/01/03/discovering-java-security-require ments.html?page=2 On 31/08/12 8:44 PM, "Ragini" wrote: >Dear Darryl Lewis, > >Thanks for your quick response..I corrected that silly mistake..As I >told I am able to profile tomcat when I start and sto

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Ragini
Dear Darryl Lewis, Thanks for your quick response..I corrected that silly mistake..As I told I am able to profile tomcat when I start and stop by (startup.sh and shutdown.sh). I tried to start it with security manager as following: ./startup.sh -security it runs fine and also the application

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Konstantin Kolinko
2012/8/31 Ragini : > Hi all, > > I am trying to run JSF-JAAS based sample application which is here. > (http://www.ixtendo.com/secure-your-jsf-application-with-jaas/) > > I want to just use the application so just deployed jjwa.war file in > web-apps directory of tomcat. > > Profiling tomcat:- > I

Re: Starting tomcat with catalina.sh run -security

2012-08-31 Thread Darryl Lewis
catalina.sh run -security Basically runs tomcat with the Security Manager. I think the "talina.sh" command is missing the "ca" in front of it :-). If not paste the script here, as it might be custom. On 31/08/12 8:18 PM, "Ragini" wrote: >Hi all, > >I am trying to run JSF-JAAS based sample app

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 - http://en

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 Capone: I have a web service that gets undeployed when I start tomcat administration. I have to restart Tomcat and rede

Re: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Konstantin Kolinko
2011/1/8 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 Robin Capone
Localhost log: 2011-01-07 17:40:40 StandardContext[/manager]HTMLManager: undeploy: Undeploying web application at '/MOCOacctinfo2' 2011-01-07 17:40:40 StandardContext[/manager]HTMLManager: Undeploying document base C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\MOCOacctinfo2 201

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 leve

Re: starting tomcat from ant not working

2009-11-02 Thread Konstantin Kolinko
2009/11/2 Dean Hiller : >     [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. - To un

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. Notice the startup folder and catalina home argument. This is to avoid conflicts with other tomc

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 wh

Re: Starting Tomcat 6.0

2009-06-09 Thread André Warnier
Konstantin Kolinko wrote: 2009/6/9 Dick Eastlake : ... 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 in the webapp's web.xml, no ? The Security Manager is more for

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 wrote: From: Konstantin Kolinko Subject: Re: Starting Tomcat 6.0 To: "Tomcat Users List" Date: Mo

Re: Starting Tomcat 6.0

2009-06-08 Thread Konstantin Kolinko
2009/6/9 Dick Eastlake : > I currently start Tomcat with the Procrun Service Manager. > > It's an app called Apache Tomcat Properties with  six tabbed forms: general, > log on, logging, java, startup and shutdown. > > To start Tomcat I press the start button in the general tab. > > I want to exper

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

2009-02-16 Thread dissection
I am still waiting for reply, please help! Thanks... 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

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

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

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 a

RE: Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 4:15 PM To: Tomcat Users List Subject: RE: Starting Tomcat with JMX support > From: Charlie Wingate [mailto:[EMAIL PROTECTED] > Subject: RE: Starting Tomcat with JMX support > > I found that, but am I call

RE: Starting Tomcat with JMX support

2008-01-25 Thread Caldarale, Charles R
> From: Charlie Wingate [mailto:[EMAIL PROTECTED] > Subject: RE: Starting Tomcat with JMX support > > I found that, but am I calling that in a bat as switch > after the tomcat5.exe? I'll bite: why are you doing that? If you want to run Tomcat from a .bat script, startup.b

RE: Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
riday, January 25, 2008 4:04 PM To: Tomcat Users List Subject: RE: Starting Tomcat with JMX support > From: Charlie Wingate [mailto:[EMAIL PROTECTED] > Subject: Starting Tomcat with JMX support > > I was wondering how I would start Tomcat such that I can > actually access the Jconsole for

RE: Starting Tomcat with JMX support

2008-01-25 Thread Caldarale, Charles R
> From: Charlie Wingate [mailto:[EMAIL PROTECTED] > Subject: Starting Tomcat with JMX support > > I was wondering how I would start Tomcat such that I can > actually access the Jconsole for the JVM powering it? It's in the doc: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html If you're m

Re: starting Tomcat from Java

2007-05-04 Thread Wendy Smoak
On 5/4/07, Paul Singleton <[EMAIL PROTECTED]> wrote: I (sometimes) want to start Tomcat (5.5 onwards) from Java, but I am not embedding: I just need to get the same effect as running bin/startup.bat but getting Tomcat to run in an existing JVM (so I can debug some other stuff). Not sure about t

RE: starting Tomcat from Java

2007-05-04 Thread Caldarale, Charles R
> From: Paul Singleton [mailto:[EMAIL PROTECTED] > Subject: starting Tomcat from Java > > I am considering translating startup.bat into Java: The resulting command line for 5.5 looks like this (spaces replaced by newlines for clarity): java -Djava.util.logging.manager=org.apache.juli.ClassLoade

Re: starting Tomcat from Java

2007-05-04 Thread Rashmi Rubdi
On 5/4/07, Paul Singleton <[EMAIL PROTECTED]> wrote: I (sometimes) want to start Tomcat (5.5 onwards) from Java, but I am not embedding: I just need to get the same effect as running bin/startup.bat but getting Tomcat to run in an existing JVM (so I can debug some other stuff). I am considering

RE: Starting Tomcat 5.5.23 gives error in localhost.xxxx-xx-xx.log

2007-04-20 Thread Caldarale, Charles R
> From: Gupta, Medhavi (GE Healthcare) > [mailto:[EMAIL PROTECTED] > Subject: Starting Tomcat 5.5.23 gives error in > localhost.-xx-xx.log > > > I have tomcat 5.5.23 binary distribution Windows executable. > > > > java.lang.ClassFormatError: Extra bytes at the end of class file > > listener

RE: Starting Tomcat

2006-11-18 Thread Caldarale, Charles R
> From: David Schulberg [mailto:[EMAIL PROTECTED] > Subject: RE: Starting Tomcat > > F:\apache-tomcat-5.5.20\bin>catalina run > Using CATALINA_BASE: F:\apache-tomcat-5.5.20 > Using CATALINA_HOME: F:\apache-tomcat-5.5.20 > Using CATALINA_TMPDIR: F:\apache-tomcat-5.5.

RE: Starting Tomcat

2006-11-18 Thread David Schulberg
Nov 2006 10:37:50 -0600, "Caldarale, Charles R" <[EMAIL PROTECTED]> said: > > From: David Schulberg [mailto:[EMAIL PROTECTED] > > Subject: Re: Starting Tomcat > > > > Running "catalina run" -> same result > > What shows up in the command

RE: Starting Tomcat

2006-11-18 Thread Caldarale, Charles R
> From: David Schulberg [mailto:[EMAIL PROTECTED] > Subject: Re: Starting Tomcat > > Running "catalina run" -> same result What shows up in the command prompt window when you do this? (Do not use the Run... menu item from the Start button.) Are you using the exact s

Re: Starting Tomcat

2006-11-18 Thread David Schulberg
t Subject: RE: Starting Tomcat > From: David Schulberg [mailto:[EMAIL PROTECTED] > Subject: Starting Tomcat > > Can run Tomcat as a windows service. Want to be able to run > startup.bat but when I run it the output is: > and nothing happens. This should open up a 2nd command pr

RE: Starting Tomcat

2006-11-17 Thread Caldarale, Charles R
> From: David Schulberg [mailto:[EMAIL PROTECTED] > Subject: Starting Tomcat > > Can run Tomcat as a windows service. Want to be able to run > startup.bat but when I run it the output is: > and nothing happens. This should open up a 2nd command prompt window, which will persist until shutdow

Re: Starting tomcat from different directory.

2006-05-30 Thread Markus Schönhaber
Ayusman dikshit wrote: > If I am creating a web-application need I put it only in the webapps > folder? Yes. > Can I put it somewhere else in my directory structure (out of the usual > tomcat installation directory) and point tomcat to consider this as > > a valid web application. Yes. Setting a

Re: starting tomcat with opts - FC4

2006-02-19 Thread Vinu Varghese
Put that in catalina.sh file , $CATALINA_HOME/bin kevin wrote: Where is the best place of RHFC5 to add the code to start tomcat5 with CATALINA_OPTS="-Djava.awt.headless=true" Would it be in the dtomcat5 script in /usr/bin Thanks KP -- Vinu Varg

Re: starting tomcat with opts - FC4

2006-02-19 Thread Larry Meadors
I would think $CATALINA_HOME/bin/setenv.sh - it is an optional file, and gets called by $CATALINA_HOME/bin/catalina.sh (in the standard tomcat distribution). Larry On 2/19/06, kevin <[EMAIL PROTECTED]> wrote: > Where is the best place of RHFC5 to add the code to start tomcat5 with > CATALINA_OP

RE: Starting Tomcat

2006-01-25 Thread Hooper, Paul
That worked perfectly. Thank you very much Paul -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 11:46 To: Tomcat Users List Subject: RE: Starting Tomcat > From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user > and am havin

RE: Starting Tomcat

2006-01-25 Thread Hooper, Paul
Thank you, I'll give it a try. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 11:46 To: Tomcat Users List Subject: RE: Starting Tomcat > From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user > and am having some d

RE: Starting Tomcat

2006-01-25 Thread Peter Crowther
> From: Hooper, Paul [mailto:[EMAIL PROTECTED] > I am a new Tomcat user and am having some difficulties starting the > server [...] > Using JRE_HOME: /export/home/liondev/software/java_1.4.2_10 5.5 needs *either* a Java 1.5 VM *or* the JDK 1.4 Compatability Package available from the downlo

RE: Starting Tomcat at boot

2006-01-11 Thread Richard Mixon
If you are using the Tomcat version that ships with SLES9 (version 5.0.x I believe) just use the /etc/init.d/tomcat script. There is usually a symbolic link created and you can just issue one of the following from a root command prompt: rctomcat start rctomcat stop rctomcat restart rctomcat

Re: Starting Tomcat at boot

2006-01-11 Thread Jim Cammack
>>> [EMAIL PROTECTED] 01/11/2006 2:14:15 PM >>> Simple question: What's the most idiot proof way to start Tomcat at boot on SuSE Enterprise Linux version 9? Nigel DeFreitas Insurance Services Office 201 469 3939 I've had good luck with SLES9.1 by having a symbolic link in /etc/init.d/rc3.d cal

Re: Starting Tomcat with the Security Manager in Windows

2005-10-23 Thread Bill Barker
"Ken Pawliw" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm new to Tomcat and have run into a problem that probably has a very > simple solution. I'm running Tomcat 5.5.7 on Windows XP and want to start > Tomcat with the security manager enabled. The documentation state

RE: Starting Tomcat with the Security Manager in Windows

2005-10-23 Thread Caldarale, Charles R
> From: Ken Pawliw [mailto:[EMAIL PROTECTED] > Subject: Starting Tomcat with the Security Manager in Windows > > This does not work from the Windows Command Prompt as > catalina does not exist in the bin directory. The scripts are only included in the .zip and .tar.gz downloads, not the .exe in