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 permissions to execute the programs or maybe 
>access the directories. That's the first thing I would check. (Also check 
>Event Viewer for any related messages).  
>On Fri, Jan 15, 2021 at 8:24 AM Igor Sluge < sl...@mail.ru.invalid > wrote:
>  
>> 
>>Hello,
>>I updated TomCat for my app to the latest TomCat 9.0.41 and after update 
>>TomCat service failed to start successfully as Windows service. I just see 
>>404 error when trying to open the TomCat app. Also there are no logs at all 
>>in the log directory! If I start TomCat locally by the command   tomcat9.exe" 
>>//TS//MyApp   it started successfully.
>>OS: Windows 7 and Server 2012
>>Does anybody have any ideas of how to troubleshoot this issue?
>> 
>>  
 
 
Bye, Igor
 

How to install the APR for Tomcat9 version in Linux OS with out internet access

2021-01-17 Thread Naga Ramesh
Team,

 

I am trying to install the APR for tomcat 9 version in my local linux
(RHEL-6 OS version) server but don't have the internet access and keep on
asking many dependencies and tried multiple ways.

Can you please let me know, where can I download the all dependencies rpm
files or if any url/doc is there for this.

 

 

Regards,

Naga R



Re: what is the exact order of filters?

2021-01-17 Thread Mark Thomas
On 15/01/2021 16:00, Johan Compagner wrote:
> Hi
> here we have a case: 51754 – Tomcat7 filters from conf/web.xml are applied
> after filters defined in WEB-INF/web.xml (apache.org)
> 
> 
> that already says that the conf/web.xml are later then WEB-INF/web.xml
> 
> is it so that the order is something like
> 
> 
> WEB-INF/web.xml
> annotations based once
> conf/web.xml
> 
> ?
> 
> I am also not sure what the spec says about this mix

You need to read section 8.2.3 of the servlet specificaiton


If the order in which the listeners, servlets, filters are invoked is
important to an application then a deployment descriptor must be used.
Also, if necessary, the ordering element defined above can be used. As
described above, when using annotations to define the listeners,
servlets and filters, the order in which they are invoked is unspecified.


Entries in the global web.xml files will be added after those from the
application web.xml

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org