Re: SpringBoot Embedded Tomcat Server RateLimitFilter

2024-03-04 Thread Christopher Schultz
Ved, On 2/28/24 00:56, Ved wrote: Hi, I am using spring boot and wanted to use Rate Limit. I can find it in package org.apache.catalina.filters; //in embedded tomcat But this RateLimitFilter is never called. I want to understand when this filter is called and how I can customize it. Have you

SpringBoot Embedded Tomcat Server RateLimitFilter

2024-02-27 Thread Ved
Hi, I am using spring boot and wanted to use Rate Limit. I can find it in package org.apache.catalina.filters; //in embedded tomcat But this RateLimitFilter is never called. I want to understand when this filter is called and how I can customize it. Regards, Ved Prakash

Re: connecting tomcat server to eclipse java ee

2023-03-10 Thread stephanie.panah
Thank you! I did not reply Sent from my T-Mobile 5G Device Original message From: Mark Thomas Date: 3/10/23 1:11 AM (GMT-08:00) To: users@tomcat.apache.org Subject: Re: connecting tomcat server to eclipse java ee This idiot has been unsubscribed from the mailing list

Re: connecting tomcat server to eclipse java ee

2023-03-10 Thread Mark Thomas
This idiot has been unsubscribed from the mailing list and blocked from re-subscribing. Mark On 10/03/2023 03:03, Veliz Broncano wrote: Hi! You are very pretty - To unsubscribe, e-mail:

AW: connecting tomcat server to eclipse java ee

2023-03-09 Thread Thomas Hoffmann (Speed4Trade GmbH)
d Tomcat jars to the dependencies. Greetings, Thomas > -Ursprüngliche Nachricht- > Von: JIM HENK > Gesendet: Freitag, 10. März 2023 07:58 > An: Tomcat Users List > Betreff: Re: connecting tomcat server to eclipse java ee > > Well…. > > When you see that mess

Re: connecting tomcat server to eclipse java ee

2023-03-09 Thread JIM HENK
Well…. When you see that message, Eclipse has gone through it’s table of Tomcat version possibilities known at the time your version of Eclipse was published, and hasn't found it. Must’ve come *after*. Therefore, The version of Eclipse you need to use has got to have been released *after*

Re: connecting tomcat server to eclipse java ee

2023-03-09 Thread Mark Eggers
You may wish to add this to your documentation And now, when I tried to start the Tomcat server from Eclipse (even though it is running in Services) I am seeing: The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. I

Re: connecting tomcat server to eclipse java ee

2023-03-09 Thread Stephanie Panah
when I tried to start the Tomcat server from Eclipse (even though it is running in Services) I am seeing: The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. I set the admin port to 8005. After more searching, I sto

Re: connecting tomcat server to eclipse java ee

2023-03-09 Thread Veliz Broncano
Hi! You are very pretty On Thu, Mar 9, 2023, 9:37 PM Stephanie Panah wrote: > Help please. I have installed: Java EE, Eclipse and Tomcat. > When I try to connect the server, I encounter: > Unknown version of Tomcat was specified. > I am looking all over. please help > > Java EE for web

connecting tomcat server to eclipse java ee

2023-03-09 Thread Stephanie Panah
Help please. I have installed: Java EE, Eclipse and Tomcat. When I try to connect the server, I encounter: Unknown version of Tomcat was specified. I am looking all over. please help Java EE for web developers C:\Users\steph> java -fullversion java full version "17.0.6+9-LTS-190" and Eclipse IDE

RE: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-18 Thread Jonnalagadda, Swathi (External)
uest, response); Thanks Swathi -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 15, 2021 7:41 PM To: users@tomcat.apache.org Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated fr

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-15 Thread Christopher Schultz
. Post your sample code. -chris -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 15, 2021 3:25 AM To: users@tomcat.apache.org Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-15 Thread Mounika Reddy
al Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, January 15, 2021 3:25 AM > To: users@tomcat.apache.org > Subject: Re: Tomcat server not considering Mime Type - Request urgent > help!! > > CAUTION: This email originated from outside the

RE: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-15 Thread Jonnalagadda, Swathi (External)
Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Swathi, On 1/13/21 03:27, Jonnalagadda, Swathi (External

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-15 Thread tomcat/perl
Hi again. Sorry for the noise. The page which you quoted (https://www.geeksforgeeks.org/http-headers-content-disposition/), itself contains a formal reference to RFC 5987 (https://tools.ietf.org/html/rfc5987), which formally defines the extended "filename*" header parameter below. On

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-15 Thread tomcat/perl
On 14.01.2021 22:55, Christopher Schultz wrote: Content-Disposition: attachment; filename="[filename]"; filename*=utf-8''[filename in UTF-8 encoding] Hi Chris. Do you have any reference for the above ? (the "utf8''" part is new to me)

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-14 Thread Christopher Schultz
when this kind of thing needs to happen. -chris -Original Message- From: Mounika Reddy [mailto:spidermai...@gmail.com] Sent: Wednesday, January 13, 2021 3:48 AM To: Tomcat Users List Cc: Mark Thomas Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTI

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-14 Thread Niranjan Rao
: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. If you are via AJP connector, then check if Apache proxy is changing

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-14 Thread Jonnalagadda, Swathi (External)
Could you please elaborate more on this as to where I need to check From: Mounika Reddy Sent: Thursday, January 14, 2021 2:41 AM To: Tomcat Users List Cc: Mark Thomas Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTION

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-13 Thread Mounika Reddy
, Swathi (External) [mailto: > swathi.jonnalaga...@xerox.com] > Sent: Wednesday, January 13, 2021 1:57 PM > To: Tomcat Users List > Cc: Mark Thomas > Subject: RE: Tomcat server not considering Mime Type - Request urgent > help!! > > CAUTION: This email originated from out

RE: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-13 Thread Jonnalagadda, Swathi (External)
13, 2021 1:57 PM To: Tomcat Users List Cc: Mark Thomas Subject: RE: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-13 Thread Greg Huber
: Mark Thomas Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Pls check http response headers

RE: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-13 Thread Jonnalagadda, Swathi (External)
Reddy [mailto:spidermai...@gmail.com] Sent: Wednesday, January 13, 2021 3:48 AM To: Tomcat Users List Cc: Mark Thomas Subject: Re: Tomcat server not considering Mime Type - Request urgent help!! CAUTION: This email originated from outside the organization. Do not click links or open attachments

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-12 Thread Mounika Reddy
Pls check http response headers for the request to confirm if it's returning proper headers. Once they are in place then it may be to do with browser settings not processing headers. On Tue, Jan 12, 2021, 2:48 PM Jonnalagadda, Swathi (External) < swathi.jonnalaga...@xerox.com> wrote: > Hi

Tomcat server not considering Mime Type - Request urgent help!!

2021-01-12 Thread Jonnalagadda, Swathi (External)
Hi Team We have an application deployed in tomcat9.0.38 server which generates an xls file dynamically and saves at server end. When we try to access the file using application frontend, it is neither showing up in excel format nor showing up pop up to save the file instead it is showing the

Re: Tomcat server gets stuck

2020-02-14 Thread James H. H. Lampert
This was not a client box, nor one of our cloud boxes; it's our own production box. Shortly after I posted my query to the List, I was directed to re-IPL the system. I initiated the requested restart, and went to lunch. That worked. The Tomcat server is back up, with all contexts running

Re: Tomcat server gets stuck

2020-02-14 Thread calder
e, > and rendering the machine generally unresponsive. > > Once I was able to get a terminal session (through a reserved "console" > Ethernet interface), I forcibly shut down the Tomcat server. > > Then, after saving the enormous catalina.out file, I restarted Tomcat, > a

Re: Tomcat server gets stuck

2020-02-14 Thread Mark Thomas
rendering the machine generally unresponsive. > > Once I was able to get a terminal session (through a reserved "console" > Ethernet interface), I forcibly shut down the Tomcat server. > > Then, after saving the enormous catalina.out file, I restarted Tomcat, > and it broug

Tomcat server gets stuck

2020-02-14 Thread James H. H. Lampert
session (through a reserved "console" Ethernet interface), I forcibly shut down the Tomcat server. Then, after saving the enormous catalina.out file, I restarted Tomcat, and it brought up all contexts but the ROOT (which was having "persistence directory" problems, which I

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-31 Thread Christopher Schultz
problems, or are you just asking if everything looks reasonable? - -chris > -- Messaggio originale -- Da: "Christopher Schultz" > <mailto:ch...@christopherschultz.net>> A: users@tomcat.apache.org > <mailto:users@tomcat.apache.org> Inviato: 27/12/2019 16:29:28

Re: [OT] Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-31 Thread Christopher Schultz
z.net> wrote: > > Zahid, > > On 12/23/19 15:19, Zahid Rahman wrote: >>>> If your backend tomcat servers are running on different >>>> physical machines therefore with different ip addresses then >>>> there is nothing wrong with each backend

Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-30 Thread Giancarlo Celli
A: users@tomcat.apache.org Inviato: 27/12/2019 16:29:28 Oggetto: Re: How to set apache load balancer for send request to 6 tomcat server Firma ha problemi -BEGIN PGP SIGNED MESSAGE-Hash: SHA256/>Giancarlo,On 12/23/19 12:45, Giancarlo Celli wrote:/> Hi, I need to configure

Re: [OT] Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-27 Thread Zahid Rahman
ifferent physical > > machines therefore with different ip addresses then there is > > nothing wrong with each backend tomcat server listening on same > > port (80) of each machine. Further to mod_jk worker properties file > > redirection. > > > > It is pointle

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-27 Thread Christopher Schultz
ract from httpd.conf > and workers.properties. I need to send single request to tomcat > server individually, so I set sticky_session to 0. So you want your clients to switch servers even when they don't have to? > Could you tell me if parameters are configured correctly? Is the > collect

[OT] Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/23/19 15:19, Zahid Rahman wrote: > If your backend tomcat servers are running on different physical > machines therefore with different ip addresses then there is > nothing wrong with each backend tomcat server listenin

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
ancarlo.ce...@flottaweb.com> > Inviato: 23/12/2019 23:56:41 > Oggetto: Re: How to set apache load balancer for send request to 6 tomcat > server > > If you wish we can work the problem , piece by piece through logical > construction of the solution. > > > > On Mon, 23 Dec

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
" >> A: "Tomcat Users List" ; "Giancarlo Celli" < >> giancarlo.ce...@flottaweb.com> >> Inviato: 23/12/2019 23:56:41 >> Oggetto: Re: How to set apache load balancer for send request to 6 tomcat >> server >> >> If you wi

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
est regards. > Giancarlo > > > -- Messaggio originale -- > Da: "Zahid Rahman" > A: "Tomcat Users List" ; "Giancarlo Celli" < > giancarlo.ce...@flottaweb.com> > Inviato: 23/12/2019 23:56:41 > Oggetto: Re: How to set apache load balance

Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Giancarlo Celli
the files with the extracts of the configurations Thanks. Best regards. Giancarlo -- Messaggio originale -- Da: "Zahid Rahman" A: "Tomcat Users List" ; "Giancarlo Celli" Inviato: 23/12/2019 23:56:41 Oggetto: Re: How to set apache load balancer for send request

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Zahid Rahman
r workers with tomcat 7 installed. > Atteched you can find extract from httpd.conf and workers.properties. > I need to send single request to tomcat server individually, so I set > sticky_session to 0. > Could you tell me if parameters are configured correctly? > Is the collector able to hand

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Zahid Rahman
If your backend tomcat servers are running on different physical machines therefore with different ip addresses then there is nothing wrong with each backend tomcat server listening on same port (80) of each machine. Further to mod_jk worker properties file redirection. It is pointless in having

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Zahid Rahman
redirects requests to 6 server workers with tomcat 7 installed. > Atteched you can find extract from httpd.conf and workers.properties. > I need to send single request to tomcat server individually, so I set > sticky_session to 0. > Could you tell me if parameters are configured correctly? &g

How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Giancarlo Celli
Hi, I need to configure a load balancer with apache connector on a jelastic server that redirects requests to 6 server workers with tomcat 7 installed. Atteched you can find extract from httpd.conf and workers.properties. I need to send single request to tomcat server individually, so I set

Re: [E] Re: Official documentation for running an embedded Tomcat server

2019-11-25 Thread Bauer, Margaret M (Peggy)
Ease of deployment and build in the AWS world. On Mon, Nov 25, 2019 at 3:56 PM Behrang Saeedzadeh wrote: > For an example use case, see Spring Boot. It can use an embedded Tomcat and > build an executable Uber Jar. Then you can start your Web app by running > java -jar app.jar. > > On Tue, 26

Re: Official documentation for running an embedded Tomcat server

2019-11-25 Thread Behrang Saeedzadeh
For an example use case, see Spring Boot. It can use an embedded Tomcat and build an executable Uber Jar. Then you can start your Web app by running java -jar app.jar. On Tue, 26 Nov. 2019, 2:29 am Mladen Adamović, wrote: > I wonder why somebody would want to run "embedded Tomcat" and what it >

Re: [OT] Official documentation for running an embedded Tomcat server

2019-11-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mladen, On 11/25/19 10:28, Mladen Adamović wrote: > I wonder why somebody would want to run "embedded Tomcat" and what > it actually means? It means that the application starts the servlet container, not the other way around. > I'm working

Re: Official documentation for running an embedded Tomcat server

2019-11-25 Thread Mladen Adamović
I wonder why somebody would want to run "embedded Tomcat" and what it actually means? I'm working professionally in software engineering since 2003 and I'm puzzled. >From looking into that article, it seems that Java app starts Tomcat, why somebody would want that? On Sun, Nov 24, 2019 at 12:27

Re: Official documentation for running an embedded Tomcat server

2019-11-23 Thread Behrang Saeedzadeh
I will create a PR if I find the time to write one. On Sat, Nov 23, 2019 at 9:40 PM Mark Thomas wrote: > On 23/11/2019 08:17, Behrang Saeedzadeh wrote: > > Hi all, > > > > Are there any official docs for how to run Tomcat as an embedded server? > > Searching returns some results such as > > >

Re: Official documentation for running an embedded Tomcat server

2019-11-23 Thread Mark Thomas
On 23/11/2019 08:17, Behrang Saeedzadeh wrote: > Hi all, > > Are there any official docs for how to run Tomcat as an embedded server? > Searching returns some results such as > https://devcenter.heroku.com/articles/create-a-java-web-application-using-embedded-tomcat > but I haven't seen any

Official documentation for running an embedded Tomcat server

2019-11-23 Thread Behrang Saeedzadeh
Hi all, Are there any official docs for how to run Tomcat as an embedded server? Searching returns some results such as https://devcenter.heroku.com/articles/create-a-java-web-application-using-embedded-tomcat but I haven't seen any official docs. Are there any? Thanks in advance, Behrang

it takes very long for Tomcat Server to start etc

2019-09-25 Thread Karen Goh
Hi experts, Recently, the Tomcat server - version 9.0.24 for Windows 10 is acting very strangely. It takes very very long for it to start. Furthermore, I have problem in using it for debug in Eclipse. Usually, I will start the server before right click on the jsp page that I want to debug

Re: Use relative path in Java code hosted in tomcat server.

2019-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kaushal, On 9/19/19 13:06, Kaushal Shriyan wrote: > I am adding the below absolute path in java code and compiled in a > war file and uploaded in tomcat 9.0.24 servlet/jsp container. > >

Use relative path in Java code hosted in tomcat server.

2019-09-19 Thread Kaushal Shriyan
Hi, I am adding the below absolute path in java code and compiled in a war file and uploaded in tomcat 9.0.24 servlet/jsp container. file=createPDF("/opt/tomcat9/webapps/statementspdf/"+accountId+statementId+".pdf", > statementsEntityATOS); Is there a way to use relative path instead of

Re: Embedded Tomcat server starts but unable to connect via browser on mobile phone.

2019-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Linus, On 9/12/19 09:33, LINUS FERNANDES wrote: > I have set up an embedded Tomcat server program on Arch Linux on > Termux using OpenJDK version 12. What version of Tomcat? > However, I am unable to connect to the server using th

Embedded Tomcat server starts but unable to connect via browser on mobile phone.

2019-09-12 Thread LINUS FERNANDES
I have set up an embedded Tomcat server program on Arch Linux on Termux using OpenJDK version 12. However, I am unable to connect to the server using the browser. The same WAR file with a web.xml works fine on Jetty. Could you point me in the right direction? The Java class is as follows

RE: Tomcat Server Using 100% CPU

2019-08-09 Thread Eric Robinson
Original Message- From: André Warnier (tomcat) Sent: Thursday, August 8, 2019 3:53 PM To: users@tomcat.apache.org Subject: Re: Tomcat Server Using 100% CPU On 08.08.2019 20:08, Eric Robinson wrote: > Utkarsh and John, thank you for your feedback. > > Since everything was originally on

RE: Tomcat Server Using 100% CPU

2019-08-09 Thread Eric Robinson
0 0 0 R 19.1 0.0 159:46.15 > > ksoftirqd/7 > > 3926 root 20 0 208512 22668 4128 S 16.9 0.0 242:45.07 iotop > > 2036 root 20 0 0 0 0 R 13.2 0.0 1:38.31 > > kworker/7:0 > > > > I'll check the localhost_access logs

RE: Tomcat Server Using 100% CPU

2019-08-09 Thread Eric Robinson
. I can write a script to loop and output top and thread dumps. Should I do it for all running instances or just for a selected target instance? --Eric -Original Message- From: Coty Sutherland Sent: Thursday, August 8, 2019 1:22 PM To: Tomcat Users List Subject: Re: Tomcat Server Using

RE: Tomcat Server Using 100% CPU

2019-08-08 Thread Eric Robinson
André, Paul, and Coty, you've all provided some great next steps. I'll investigate further and be back in touch! --Eric -Original Message- From: André Warnier (tomcat) Sent: Thursday, August 8, 2019 3:53 PM To: users@tomcat.apache.org Subject: Re: Tomcat Server Using 100% CPU

Re: Tomcat Server Using 100% CPU

2019-08-08 Thread tomcat
worse : anything unexpected which would match the PID of one of your tomcats ? André --Eric -Original Message- From: Utkarsh Dave Sent: Thursday, August 8, 2019 12:33 PM To: Tomcat Users List Subject: Re: Tomcat Server Using 100% CPU Did you reviewed the localhost_access log fil

Re: Tomcat Server Using 100% CPU

2019-08-08 Thread Paul Carter-Brown
ksoftirqd/7 > > 3926 root 20 0 208512 22668 4128 S 16.9 0.0 242:45.07 iotop > > 2036 root 20 0 0 0 0 R 13.2 0.0 1:38.31 > > kworker/7:0 > > > > I'll check the localhost_access logs and see if something suspicious > > stands

Re: Tomcat Server Using 100% CPU

2019-08-08 Thread Coty Sutherland
:45.07 iotop > 2036 root 20 0 0 0 0 R 13.2 0.0 1:38.31 > kworker/7:0 > > I'll check the localhost_access logs and see if something suspicious > stands out. > > --Eric > > > -----Original Message- > From: Utkarsh Dave > Sent: Thursday, August

RE: Tomcat Server Using 100% CPU

2019-08-08 Thread Eric Robinson
List Subject: Re: Tomcat Server Using 100% CPU Did you reviewed the localhost_access log file. Which web-application is using tomcat the most ? On Thu, Aug 8, 2019 at 9:53 AM Eric Robinson wrote: > We have a farm of VMs, each running multiple instances of tomcat (up > to 80 instances per

Re: Tomcat Server Using 100% CPU

2019-08-08 Thread Utkarsh Dave
Did you reviewed the localhost_access log file. Which web-application is using tomcat the most ? On Thu, Aug 8, 2019 at 9:53 AM Eric Robinson wrote: > We have a farm of VMs, each running multiple instances of tomcat (up to 80 > instances per server). Everything has been running fine for years,

RE: Tomcat Server Using 100% CPU

2019-08-08 Thread John.E.Gregg
Eric, > -Original Message- > From: Eric Robinson > Sent: Thursday, August 08, 2019 11:53 AM > To: users@tomcat.apache.org > Subject: Tomcat Server Using 100% CPU > > We have a farm of VMs, each running multiple instances of tomcat (up to 80 > instances per serv

Tomcat Server Using 100% CPU

2019-08-08 Thread Eric Robinson
We have a farm of VMs, each running multiple instances of tomcat (up to 80 instances per server). Everything has been running fine for years, but recently one server has started nailing the CPU to 100% utilization. We have tried: * Different versions of tomcat and JDK * Doubling the

Re: where to look for $CATALINA_BASE/conf/ in Tomcat Server ?

2019-06-05 Thread Michael Kolenda
on-in-tomcat-example > > > > However, I have difficulty in locating the $Catablina_base in the > external tomcat server I am using in Eclipse. > > > > Also, I went to check out the hosting company side, I can't find > Catalina_base at all also. > > For an explanat

Re: where to look for $CATALINA_BASE/conf/ in Tomcat Server ?

2019-06-05 Thread Mark Thomas
ting the $Catablina_base in the external > tomcat server I am using in Eclipse. > > Also, I went to check out the hosting company side, I can't find > Catalina_base at all also. For an explanation of $CATALINA_BASE http://tomcat.apache.org/tomcat-9.0-doc/RUNNING.txt Unless you have de

where to look for $CATALINA_BASE/conf/ in Tomcat Server ?

2019-06-05 Thread Karen Goh
Hi, I am trying to do JASPIC follows by JACC using Java Servlet and JSP and maybe REST with PostgresQL https://www.byteslounge.com/tutorials/jaas-authentication-in-tomcat-example However, I have difficulty in locating the $Catablina_base in the external tomcat server I am using in Eclipse

Re: Does Tomcat server printout System.out.print infor?

2019-05-14 Thread Christopher Schultz
ver, I am puzzled how things work and would like to check >>> what is the norm out there. They are using httpd apache server >>> and tomcat.>> Basically, I have subscribed a private Tomcat >>> server so I get an instance of Tomcat server - 8.0.27. > >> That v

Re: Does Tomcat server printout System.out.print infor?

2019-05-14 Thread Karen Goh
On Tue, 5/14/19, Christopher Schultz wrote: Subject: Re: Does Tomcat server printout System.out.print infor? To: users@tomcat.apache.org Date: Tuesday, May 14, 2019, 5:37 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karen, On 5

Re: Does Tomcat server printout System.out.print infor?

2019-05-13 Thread Christopher Schultz
re using httpd apache server and tomcat. > > Basically, I have subscribed a private Tomcat server so I get an > instance of Tomcat server - 8.0.27. That version is no longer supported by the "vendor" (Apache). You should tell your hosting company that you want a supported

Re: Does Tomcat server printout System.out.print infor?

2019-05-12 Thread John Dale
d like to check what is the > norm out there. > > They are using httpd apache server and tomcat. > > Basically, I have subscribed a private Tomcat server so I get an instance of > Tomcat server - 8.0.27. > > But, the re-start of server is not in my control. > &g

Re: Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Karen Goh
On Sun, 5/12/19, Jason Wee wrote: Subject: Re: Does Tomcat server printout System.out.print infor? To: "Tomcat Users List" , "Karen Goh" Date: Sunday, May 12, 2019, 10:52 AM default tomcat , when you print,

Re: Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Jason Wee
is the > norm out there. > > They are using httpd apache server and tomcat. > > Basically, I have subscribed a private Tomcat server so I get an instance of > Tomcat server - 8.0.27. > > But, the re-start of server is not in my control. > > I would like to know if this is the normal envir

Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Karen Goh
Hello experts, Currently, I am uploading a new .war file up to my hosting company. However, I am puzzled how things work and would like to check what is the norm out there. They are using httpd apache server and tomcat. Basically, I have subscribed a private Tomcat server so I get

Re: One tomcat server with different webapps on different ports?

2018-11-25 Thread Geraldo Netto
Hello Richard/Friends, Maybe you could check 2 things - the iptables to handle the incoming connections (eg: redirect between ports and, block connections if the ip is accessing for a specific port) - httpd/nginx as reverse proxies for caching and other fancy stuff Please note that I'm

Re: One tomcat server with different webapps on different ports?

2018-11-25 Thread richard
On 2018-11-24 23:25, Geraldo Netto wrote: Hello Richard/Friends, I might be wrong, but I guess the best approach would be to use apache httpd or nginx as a reverse proxy and leave tomcat alone Kind Regards, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On Sun, 25 Nov

Re: One tomcat server with different webapps on different ports?

2018-11-25 Thread Mark Thomas
On November 24, 2018 11:05:33 PM UTC, rich...@xentu.com wrote: >Tomcat/9.0.13 > > >I'd like to have my webapps generally on 443, but the manager and >host-manager on some other port, say 444. > >My reason for doing that would be that I could then use linux's >iptables >to restrict access to 444

Re: One tomcat server with different webapps on different ports?

2018-11-24 Thread Geraldo Netto
Hello Richard/Friends, I might be wrong, but I guess the best approach would be to use apache httpd or nginx as a reverse proxy and leave tomcat alone Kind Regards, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On Sun, 25 Nov 2018 at 00:05, wrote: > > Tomcat/9.0.13 > > >

One tomcat server with different webapps on different ports?

2018-11-24 Thread richard
Tomcat/9.0.13 I'd like to have my webapps generally on 443, but the manager and host-manager on some other port, say 444. My reason for doing that would be that I could then use linux's iptables to restrict access to 444 to a few known addresses, but anyone could access 443. I would of

Re: Any one using Tomcat Server Side Include (SSI) support?

2018-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/26/18 1:48 PM, Mark Thomas wrote: > Hi, > > I'm currently working on an old bug to improve the SSI support in > Tomcat [1]. Note that the original bug dates back to 2010. > > I'm going to fix [1] if I can. SSI support is part of the

Any one using Tomcat Server Side Include (SSI) support?

2018-06-26 Thread Mark Thomas
Hi, I'm currently working on an old bug to improve the SSI support in Tomcat [1]. Note that the original bug dates back to 2010. I'm going to fix [1] if I can. SSI support is part of the current release and the functionality is missing. However, I got to wondering just how many folks are

Re: application goes down after restart the tomcat server 8.29 or restart the OS

2018-06-08 Thread Loai Abdallatif
Thanks Chris, you input appreciated On Fri, Jun 8, 2018 at 10:31 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Loai, > > On 6/7/18 5:26 PM, Loai Abdallatif wrote: > > thanks Chris, yes the apps are dependent on each others

Re: application goes down after restart the tomcat server 8.29 or restart the OS

2018-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Loai, On 6/7/18 5:26 PM, Loai Abdallatif wrote: > thanks Chris, yes the apps are dependent on each others Sounds like you need to loosen that requirement. Try techniques such as "lazy initialization", or even automated-retries if something isn't

Re: application goes down after restart the tomcat server 8.29 or restart the OS

2018-06-07 Thread Loai Abdallatif
thanks Chris, yes the apps are dependent on each others On Thu, Jun 7, 2018 at 5:12 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Loai, > > On 6/6/18 4:32 PM, Loai Abdallatif wrote: > > Dear Colleagues I have HR application

Re: application goes down after restart the tomcat server 8.29 or restart the OS

2018-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Loai, On 6/6/18 4:32 PM, Loai Abdallatif wrote: > Dear Colleagues I have HR application deployed on two tomcat > workers , but when I restart the tomcat instance or restart the OS > , then the application failed to start and just works if I >

Re: application goes down after restart the tomcat server 8.29 or restart the OS

2018-06-06 Thread Suvendu Sekhar Mondal
Loai, On Thu, Jun 7, 2018, 2:03 AM Loai Abdallatif wrote: > Dear Colleagues > I have HR application deployed on two tomcat workers , but when I restart > the tomcat instance or restart the OS , then the application failed to > start and just works if I re-deploy the application again , please

application goes down after restart the tomcat server 8.29 or restart the OS

2018-06-06 Thread Loai Abdallatif
Dear Colleagues I have HR application deployed on two tomcat workers , but when I restart the tomcat instance or restart the OS , then the application failed to start and just works if I re-deploy the application again , please advise

Re: 401 Unauthorized Exception restful webservice Linux OS, Tomcat Server

2018-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prasanna, On 5/26/18 2:09 PM, Prasanna Pati wrote: > We are trying to access the Lithium Rest Api (its a https site) > through Spring Rest Template as below > > `String plainCreds = lswUserName + ":" + lswPassword; > > byte[] plainCredsBytes =

401 Unauthorized Exception restful webservice Linux OS, Tomcat Server

2018-05-26 Thread Prasanna Pati
We are trying to access the Lithium Rest Api (its a https site) through Spring Rest Template as below `String plainCreds = lswUserName + ":" + lswPassword; byte[] plainCredsBytes = plainCreds.getBytes(); byte[] base64CredsBytes = Base64.encodeBase64(plainCredsBytes); String base64Creds

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-04 Thread Mark Thomas
On 05/02/2018 02:14, Indunil Rathnayake wrote: Hi, On 2 February 2018 at 19:55, Christopher Schultz < ch...@christopherschultz.net> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/2/18 5:35 AM, Mark Thomas wrote: On 02/02/18 04:06, Christopher Schultz wrote: It seems

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-04 Thread Indunil Rathnayake
Hi, On 2 February 2018 at 19:55, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 2/2/18 5:35 AM, Mark Thomas wrote: > > On 02/02/18 04:06, Christopher Schultz wrote: > > > > > > > >> It seems reasonable for Tomcat

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/2/18 5:35 AM, Mark Thomas wrote: > On 02/02/18 04:06, Christopher Schultz wrote: > > > >> It seems reasonable for Tomcat to verify that any "critical" >> key-use extensions are respected, and perhaps even some >> non-critical ones. >

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-02 Thread Indunil Rathnayake
Hi Chris, On 2 February 2018 at 09:36, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Indunil, > > On 2/1/18 7:33 AM, Indunil Rathnayake wrote: > > I have configured a tomcat connector for handling requests for a > >

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-02 Thread Mark Thomas
On 02/02/18 04:06, Christopher Schultz wrote: > It seems reasonable for Tomcat to verify that any "critical" key-use > extensions are respected, and perhaps even some non-critical ones. I'd assume that JSSE / OpenSSl do this automatically. Is there any evidence that they do not? Mark

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Indunil, On 2/1/18 7:33 AM, Indunil Rathnayake wrote: > I have configured a tomcat connector for handling requests for a > particular servlet and have configured a trust store for the > connector. Anyone knows whether tomcat handles validation of

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Indunil, On 2/1/18 6:15 PM, Indunil Rathnayake wrote: > Adding Chris There's no need to specifically CC list members. - -chris > On 1 February 2018 at 18:03, Indunil Rathnayake > wrote: > >> Hi, >> >> I have configured

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Indunil Rathnayake
Adding Chris On 1 February 2018 at 18:03, Indunil Rathnayake wrote: > Hi, > > I have configured a tomcat connector for handling requests for a > particular servlet and have configured a trust store for the connector. > Anyone knows whether tomcat handles validation of

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Indunil Rathnayake
Hi Chris, On 1 February 2018 at 20:25, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Indunil, > > On 2/1/18 7:29 AM, Indunil Rathnayake wrote: > > I have configured a tomcat connector for handling requests for a > > particular

  1   2   3   4   5   6   7   8   >