Re[2]: TomCat 9 service failed to start on Windows after TomCat 9 update

2021-01-17 Thread Igor Sluge
Hello, Thanks for your answer. Do you know is anyway to specify «Local System» user for «tomcat9.exe" //IS//» command  via cmd? >Пятница, 15 января 2021, 16:34 +03:00 от Robert Turner : >  >I would check permissions on the folders/files. The account running the >windows service may not have per

Re[2]: Tomcat 7/8/9 context path restrictions/validation

2017-09-26 Thread Konstantin Ryadov
>Четверг, 21 сентября 2017, 11:27 +03:00 от Mark Thomas : > >On 20/09/17 10:47, Konstantin Ryadov wrote: >> >> Hello! >> Could you explain context path (e.g. described on >> https://tomcat.apache.org/tomcat-7.0-doc/config/context.html ) value set in >> server.xml limitations? >> Does it exist a

Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

2011-11-29 Thread ~ ~
so, regarding this: http://www.mail-archive.com/users@tomcat.apache.org/msg94585.html i think it's obvious it's a bug. so i was right ;) synchonization bug in 7.0.23 release. 29 ноября 2011, 14:47 от ma...@apache.org: > ~ ~ wrote: > > >Nuances: > >- no errors are displayed in logs > >- tomcat

Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

2011-11-29 Thread ~ ~
i''ve added inside Engine tag: and now it works, but it worked without this tag prior to 7.0.23. what has changed? 29 ноября 2011, 13:38 от Felix Schumacher : > Am 29.11.2011 10:19, schrieb ~ ~: > > Nuances: > > - no errors are displayed in logs > > - tomcat process can't be shutted down with

Re: Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

2011-11-29 Thread Felix Schumacher
Am 29.11.2011 12:34, schrieb ~ ~: 2. where do i find Michael Zampani's report? http://www.mail-archive.com/users@tomcat.apache.org/msg94574.html 29 ноября 2011, 14:47 от ma...@apache.org: ~ ~ wrote: >Nuances: >- no errors are displayed in logs >- tomcat process can't be shutted down with

Re[2]: Tomcat 7.0.23 startup freezes at "INFO: Deploying web application directory ..."

2011-11-29 Thread ~ ~
2. where do i find Michael Zampani's report? 29 ноября 2011, 14:47 от ma...@apache.org: > ~ ~ wrote: > > >Nuances: > >- no errors are displayed in logs > >- tomcat process can't be shutted down with shutdown.sh script > >- http request on 80 port wait forever > >- it's a mu > > ti host configu

Re: 2 tomcat beginer problems

2007-10-29 Thread Grzegorz Borkowski
Why do you want to call doGet on init? it looks like invalid approach. You hava init method for this, or application listeners; doGet is for handling HTTP requests, not for initializing servler... G. loredana loredana wrote: 1. I have installed tomcat 6.0.14. Everytime I make a modification in

RE: 2 tomcat beginer problems

2007-10-29 Thread Auke Noppe
You could initiate the request and response by hand and call de doGet method and pass your own response and request. And of course set your params in the request or response. -Oorspronkelijk bericht- Van: loredana loredana [mailto:[EMAIL PROTECTED] Verzonden: maandag 29 oktober 2007 16:2

Re: 2 Tomcat

2007-10-14 Thread Markus Schönhaber
lissette wrote: > But I have other question, is neccesary to change redirectPort, > topLostenPort, mcastPort..? See the docs to get an idea what these are good for and decide for yourself if/how you have to set them. > And I see that a AJP 1.3 Connector on port is 8009 is correct that I put my >

Re: 2 Tomcat

2007-10-14 Thread lissette
Hello! Thanks my 2 tomcat running Ok. But I have other question, is neccesary to change redirectPort, topLostenPort, mcastPort..? And I see that a AJP 1.3 Connector on port is 8009 is correct that I put my port 8009 or I can use other port? Thanks -- View this message in context: http://www

Re: 2 Tomcat

2007-10-14 Thread Markus Schönhaber
lissette wrote: > What ports your recommending? I only change the ports that appears in > server.xml or I need change more choices. All ports Tomcat binds to are configured in server.xml. In my previous post I said that you shouldn't forget to make sure that also the shutdown ports of your Tomc

Re: 2 Tomcat

2007-10-14 Thread lissette
Thanks for your response. What ports your recommending? I only change the ports that appears in server.xml or I need change more choices. Thanks veru much. Regards. -- View this message in context: http://www.nabble.com/2-Tomcat-tf4618234.html#a13198987 Sent from the Tomcat - User mailing

Re: 2 Tomcat

2007-10-13 Thread Markus Schönhaber
lissette wrote: > I would like to put to run two tomcat at the same time ( tomcat 5.5 and > tomcat 5.0 jwsdp), Is it possible? Yes. > I try to change the port of one tomcat (8080 for 8009) but do not working > the two tomcat at time. You have to make sure that *all* ports are different. Espec

Re: 2 Tomcat instances

2007-09-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Hole wrote: > I've two tomcat instantes and an apache web server with mod_jk. Mod_jk > balance request to each tomcat. > Think on following situation; > - TomcatA and TomcatB up > - I make a request to Apache that redirects to TomcatA.

RE: 2 Tomcat instances

2007-09-17 Thread Gerhardus.Geldenhuis
Hi Andrew, I would suggest increasing log level for Tomcat, mod_jk and apache. Have a look at catalina.out to see if it logged why your application crashed. It would also help if you could define crash a bit more clearly, state the exact behaviour. If the tomcat/java have not completely died you c

[OT] Re: Re[2]: Tomcat Server CPU utilization goes upto 400%

2007-06-15 Thread Ronald Klop
Install this: http://www.freshports.org/games/wtf/ (There is probably a Linux port somewhere also) $ wtf afaik AFAIK: as far as I know On Fri Jun 15 10:21:37 CEST 2007 Tomcat Users List wrote: ?AFAIK? What it mean? > AFAIK 400% of zero is still zero :D > ?

Re[2]: Tomcat Server CPU utilization goes upto 400%

2007-06-15 Thread 吴熊敏
“AFAIK” What it mean? > AFAIK 400% of zero is still zero :D > 吴熊敏 <[EMAIL PROTECTED]> - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re[2]: Tomcat Server CPU utilization goes upto 400%

2007-06-15 Thread 吴熊敏
400%? what do you mean?? On Thu, 14 Jun 2007 21:14:45 +0200 Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > man, I need to get a CPU like that, that can actually work 4 times its > max capacity :) > > Filip 吴熊敏 <[EMAIL PROTECTED]> --

Re: 2 tomcat on the same PC

2006-08-24 Thread Yan Bai
Thanks, for all your kind helps. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 2 tomcat on the same PC

2006-08-24 Thread Peter Crowther
> From: Yan Bai [mailto:[EMAIL PROTECTED] > what does CATALINA_BASE mean here? I only setup CATALINA_HOME as a > system environmental variable, don't know which directory shall > $c_base point to. It's where the Tomcat instance's config files, work files and webapps live. If you don't separate o

RE: 2 tomcat on the same PC

2006-08-23 Thread Roger Alix-Gaudreau
ame. You might also be interested in reading through the batch file itself, for more details. Roger Alix-Gaudreau Manhattan Associates, Inc. -Original Message- From: Yan Bai [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 2:56 PM To: Tomcat Users List Subject: Re: 2 tomcat

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 10:31 AM To: Tomcat Users List Subject: Re: 2 tomcat on the same PC It doesn't work in my case. even after changed the port numbers in one server.xml. I have both T4.1 and T5.5 installed on win XP. becoz CATALINA_HOME point to where

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
Thanks Peter. what does CATALINA_BASE mean here? I only setup CATALINA_HOME as a system environmental variable, don't know which directory shall $c_base point to. On 8/23/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: Yan Bai [mailto:[EMAIL PROTECTED] > It doesn't work in my case. even

RE: 2 tomcat on the same PC

2006-08-23 Thread Peter Crowther
> From: Yan Bai [mailto:[EMAIL PROTECTED] > It doesn't work in my case. even after changed the port numbers in one > server.xml. > I have both T4.1 and T5.5 installed on win XP. > becoz CATALINA_HOME point to where T5 is, even explicitly call T4 > 'startup' script, T5 server is started. > Any othe

RE: 2 tomcat on the same PC

2006-08-23 Thread Robert Harper
user for each of them where the user specifies a different environment. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Yan Bai [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 10:31 AM To: Tomcat Users List Subject: Re: 2 tomcat on the same PC It

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
It doesn't work in my case. even after changed the port numbers in one server.xml. I have both T4.1 and T5.5 installed on win XP. becoz CATALINA_HOME point to where T5 is, even explicitly call T4 'startup' script, T5 server is started. Any other tricks to make both work? On 8/18/06, Peter Crowthe

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: tamri [mailto:[EMAIL PROTECTED] > d:/tomcat_server_1/tomcat_5/bin/tomcat5w.exe I don't know for sure, but tomcat5w.exe *may* look for other Tomcats running and refuse to start if it sees one. I suggest using startup.bat instead. - Peter -

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > You've introduced a collision for the same resources > > Tomcat1 starts up and acquires listener connection for all > ports configured > within server.xml (default is 8080) > Tomcat2 starts up and attempts to acquire listener connection > on al

RE: 2 tomcat on the same PC

2006-08-18 Thread tamri
thanks, I'll try so, bat it doesn't work. I need two tomcat for testing application. Martin Gainty wrote: > > You've introduced a collision for the same resources > > Tomcat1 starts up and acquires listener connection for all ports > configured > within server.xml (default is 8080) > Tomcat2

RE: 2 tomcat on the same PC

2006-08-18 Thread Martin Gainty
You've introduced a collision for the same resources Tomcat1 starts up and acquires listener connection for all ports configured within server.xml (default is 8080) Tomcat2 starts up and attempts to acquire listener connection on all ports configured within server.xml (goes after 8080) so.. T

RE: 2 tomcat on the same PC

2006-08-18 Thread tamri
1. windows xp 2.tomcat 5.0.27 version 3. I installed on d:/tomcat_server_1 d:/tomcat_server_2 dictionary 4.when finished tomcat installation, I rename port's number and run d:/tomcat_server_1/tomcat_5/bin/tomcat5w.exe 5.then I install again tomcat and run d:/tomcat_server_2/tomcat_5/bin/tomcat5w.

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: tamri [mailto:[EMAIL PROTECTED] > when I run tomcat 5.0 and then starting to run the second > installed tomcat > 5.0 it throws System error: > tomcat 5.0 application is already running. > why??? > I configure conf/server.xml file, change with inused port numbers. > what is wrong? > can yo

RE: 2 tomcat on the same PC

2006-08-18 Thread tamri
when I run tomcat 5.0 and then starting to run the second installed tomcat 5.0 it throws System error: tomcat 5.0 application is already running. why??? I configure conf/server.xml file, change with inused port numbers. what is wrong? can you tell me exactly step by step how to run 2 tomcat 5.0

Re: 2 tomcat on the same PC

2006-08-18 Thread Li
Hi peter You are right. I had run 2 tomcat instances in the same server before, it is painful. But it did avoid application level single point of failure. A redundancy strategy is required but not for all situations. I am also running a small tomcat cluster at home. If budget is allowed, a redun

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: Li [mailto:[EMAIL PROTECTED] > why you wanna run 2tomcat? It eats up a lot of RAM ... if you > wanna run two webapps, just define to context ... I'm not saying the OP wants to do any of these, but here are the reasons I run multiple Tomcats on one box: - Isolation. One bad webapp only

Re: 2 tomcat on the same PC

2006-08-18 Thread Li
why you wanna run 2tomcat? It eats up a lot of RAM ... if you wanna run two webapps, just define to context ... On 8/18/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: tamri [mailto:[EMAIL PROTECTED] > I have installed tomcat1.5 on the same PC on the 2 other > directory(c:\\tomcat1.5 and

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: tamri [mailto:[EMAIL PROTECTED] > I have installed tomcat1.5 on the same PC on the 2 other > directory(c:\\tomcat1.5 and d:\tomcat1.5) .I can't run two > tomcat together. > I want to run theese two tomcats together, can I do this? > how it to do? Pick one Tomcat. Edit its conf/server.x

Re: 2 tomcat on the same PC

2006-08-18 Thread Edoardo Panfili
tamri ha scritto: I have installed tomcat1.5 on the same PC on the 2 other directory(c:\\tomcat1.5 and d:\tomcat1.5) .I can't run two tomcat together. I want to run theese two tomcats together, can I do this? how it to do? try to look at the configuration file($CATALINA_BASE/conf/server.xml),

Re: Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-22 Thread josemanuel lopez
yeap . I disable the firewall and I'm getting response, but do you know how to enable the firewall and allow access to the port 8080 only I'm running RedHat EE r3 Thanks --- Corobitsyn Roman <[EMAIL PROTECTED]> wrote: > You must check your network and firewall settings. > > Try to use ip

Re: Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-22 Thread josemanuel lopez
yeap . I disable the firewall and I'm getting response, but do you know how to enable the firewall and allow access to the port 8080 only Thanks --- vineesh kumar <[EMAIL PROTECTED]> wrote: > Check ur firewall by using telnet like > telnet hostname 8080 > if it is connecting to the 8080

Re: Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-17 Thread vineesh kumar
Check ur firewall by using telnet like telnet hostname 8080 if it is connecting to the 8080 port, ur firewall is ok.if u are not able to connect,he problem is of firewall.also In some cases like in IE it may not work properly if u simply type hostname:8080, u should use something like http://19

Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-17 Thread Corobitsyn Roman
You must check your network and firewall settings. Try to use iptables E.g. in SUSE can help SUSEFirewall2 (edit /etc/sysconfig/SuSEFirewall2 file) jl> Thanks jl> but I was able to access the port 80 for apache, jl> and I got tha welcome page ... jl> where can I check if that is the pro