Re: Using tomcat manager to deploy to several services

2018-12-04 Thread tomcat
On 04.12.2018 11:19, Frank Schullerer wrote: Hello, I think this question is independent from the tomcat version but I tried it with Tomcat 9.0.13 on Windows. We have several "service" tags in our server.xml because we have several applications running in one tomcat with several

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread tomcat
the Tcat server or I don't know . That's a little frustrating because I thought it'd be easier. But many thanks for all the answers!!! You may be interested also in this : https://stackoverflow.com/questions/45927603/multiple-tomcat-instances-vs-multiple-tomcat-services There we

Re: Using tomcat manager to deploy to several services

2018-12-05 Thread tomcat
On 05.12.2018 11:53, Jäkel, Guido wrote: Dear Frank, I don't agree that this is "better". It will trigger the same things in the backend in the end. And obviously don't need the Tomcat Connector to be available. This might be important in situation with some malfunction

Re: Using tomcat manager to deploy to several services

2018-12-05 Thread tomcat
On 05.12.2018 16:54, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guido, On 12/5/18 10:46, Jäkel, Guido wrote: Does it really ? If some tomcat code is at that time processing a client POST request, which potentially modifies data on the server (or a back-end

Re: Tomcat 8.5 and Windows 2008 Standar R2

2018-12-20 Thread tomcat
Hi. On 20.12.2018 06:09, Pablo Salazar wrote: Hi to all, I’m planning install Tomcat on Windows 2008 Standar R2, so the first question is: Is supported Tomcat 8.5 into Windows 2008 Estándar R2? Or Where I can to check the Compatibility Matrix about it? I respectfully suggest that you read

Re: Migrating app from Tomcat5.5.17 to Tomcat7, getting Description The origin server did not find a current representation for the target resource

2018-12-20 Thread tomcat
On 20.12.2018 14:04, Bo wrote: there is no 64bit for v5, but i see one for v6 and above That may be the case, but it has nothing to do with your problem. I think that you may be a bit confused as to what tomcat is, and how it runs under Windows. Maybe you should read this first : https

Re: Tomcat 9.0.14 startup fails

2018-12-28 Thread tomcat
On 28.12.2018 10:59, Steve Demy wrote: Another fresh install of 9.0.14 using the longer "TimeoutStopSec=180”. Rebooted the system: sudo systemctl status tomcat ● tomcat.service - Apache Tomcat Web Application Container Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; v

Re: Tomcat and IDE

2019-01-02 Thread tomcat
On 02.01.2019 10:00, r.bott...@afterbit.com wrote: Hello, I apologize in advance if this is not the correct place.. I develop webapp with Netbeans IDE and Tomcat.. everytime that i make a change in my code (javabeans) i stop tomcat, clear its cache, and restart the server.. this is a bit of a

[OT] Re: Need help configuring Apache 2.4 on Windows 10 with PHP

2019-01-27 Thread tomcat
On 27.01.2019 20:57, Hassan Schroeder wrote: On Sun, Jan 27, 2019 at 10:53 AM Barry Kimelman wrote: I am running Apache 2.4 on a 64 bit windows 10 system. This mailing list is for Apache Tomcat, not Apache httpd -- you will likely get better responses on an appropriate list. It'

Re: How to add an header field to all requests unconditionally

2019-03-13 Thread tomcat
On 13.03.2019 10:43, Thomas Meyer wrote: Hi, what would be the easiest way to uncoditionally add an header field to all requests coming from a given connector? Add (or use your existing) front-end Apache httpd server, with the mod_headers module ? http://httpd.apache.org/docs/2.4/mod/mod_hea

Re: How to add an header field to all requests unconditionally

2019-03-13 Thread tomcat
On 13.03.2019 11:44, Jäkel, Guido wrote: Dear Thomas, you may include a filter servlet into the application to modify the response header. A quick search offers e.g. https://gist.github.com/danlangford/3669475 , which states to implement a generic, configurable Response Header Filter. You ma

Re: How to add an header field to all requests unconditionally

2019-03-13 Thread tomcat
Addendum : On 13.03.2019 12:03, André Warnier (tomcat) wrote: On 13.03.2019 11:44, Jäkel, Guido wrote: Dear Thomas, you may include a filter servlet into the application to modify the response header. A quick search offers e.g. https://gist.github.com/danlangford/3669475 , which states to

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:18, Kim, Chang H (JMD) wrote: My OS is AIX 7.2.0.0. I already have tomcat 8.0.35 working. However, I am in the middle of upgrading it to tomcat 9.0.17. I downloaded the latest tomcat, and started to get to the default webapp, and only thing displaying is "white s

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:30, Kim, Chang H (JMD) wrote: Out of these log files, which is the log file that will contain the entries that I need to see? Any one of them that contains something possibly related to your problem. To gain time, I suggest that you do the following : - stop tomcat - start

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:42:33 -0400] "HEAD / HTTP/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:42:34 -0400] "HEAD / HTTP/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:42:38 -0400] "HEAD / HTTP/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:42:39 -0400]

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:57, Kim, Chang H (JMD) wrote: Yes, I see "GET" when I use my old tomcat 8.0.35. However, my newly installed 9.0.17, nothing... Are you using the same browser/client in both cases ? And are the connections to the old and new Tomcats the same also ? (I mean, are th

Re: Issues upgrading to tomcat 9.0.17

2019-04-05 Thread tomcat
On 05.04.2019 19:33, Kim, Chang H (JMD) wrote: Here is what I have so far for Tomcat 9. 1. FiddlerCap shows that the request is not reaching tomcat and that there is no HTTP status provided; it just hangs 2. Running portqry for Tomcat from my workstation shows LISTENING 3. I

Re: Sending post from ajax to servlet

2019-04-06 Thread tomcat
On 06.04.2019 02:32, alejandro.var...@kymsolutions.com wrote: I have a problem, not always, it happens randomly. Sometimes I send some data, ~200KB , using jquery ajax, but when I received the request it came null, but before I debugged in Chrome and the data seemed ok. I am using Tomcat 8.5

Re: [OT] Session Persistence Problems

2019-04-11 Thread tomcat
ing Google for "java sessions" seems to provide quite a few links to enlighten one on the matter. Just looking at the titles, it does not seem to be Tomcat-related or browser-related per se, and more related to Java itself, or more probably to the Java Servlet Specification (which i

Apache httpd / tomcat AJP connector(s?)

2019-04-24 Thread tomcat
Hi. This is somewhat of an arcane question and somewhat straddling httpd and tomcat, so if I'm on the wrong list for this, just let me know. The question is : is there any particular reason why the combination mod_proxy + mod_proxy_ajp (in httpd), does not seem to follo

Re: Problem in ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread tomcat
Hi. 1) this list strips most attachments. If you want to post an image, upload it to some shared site, and provide a link to it. 2) look at the Tomcat logfiles (usually in the directory {tomcat installation directory}/logs). If there is an error, it is certain that something in the logfile

Re: Apache httpd / tomcat AJP connector(s?)

2019-05-07 Thread tomcat
Hi. On 26.04.2019 18:16, Mark Thomas wrote: On 24/04/2019 10:58, André Warnier (tomcat) wrote: Hi. This is somewhat of an arcane question and somewhat straddling httpd and tomcat, so if I'm on the wrong list for this, just let me know. Here is fine. We can always move the thre

Re: Apache 2.4.39 update for Ubuntu 14.04

2019-05-14 Thread tomcat
quot;, a webserver, and that seems to be the one you are mentioning below. See : http://httpd.apache.org/ Mailing lists for Apache httpd can be found here : http://httpd.apache.org/lists.html Another (totally different) one is "Apache Tomcat", a java servlet container. See :

Re: Upgrading to tomcat 8.5.41

2019-05-15 Thread tomcat
n above, I get the same error (and I don't think that was expected behaviour). For now, you will have to apply the "manual" procedure, which generally consist of : - stop tomcat - make a backup of your current tomcat directories (at least "conf") - install the new tomcat in

Re: Upgrading to tomcat 8.5.41

2019-05-15 Thread tomcat
On 15.05.2019 10:16, Mark Thomas wrote: On 15/05/2019 08:56, André Warnier (tomcat) wrote: On 15.05.2019 00:23, Jim Weill wrote: We are currently running 8.5.32 on Server 2012r2. I went to use the upgrade tool before downloading 8.5.41 and the instructions say "If there are no difference

Re: Massive Startup Time after Server Reboot

2019-05-20 Thread tomcat
hat wants to be opened) Checking may be easy or not, depending on your access : disable the virus scanner just the time to start tomcat and check. Jerry On 5/19/2019 5:03 PM, Jerry Malcolm wrote: Rainer, No change with the urandom parm. I am attaching a portion of the Catalina log. The f

Re: Language Settings Location

2019-05-29 Thread tomcat
Hi. See at end. On 29.05.2019 11:04, Victor WILLART wrote: Apache Tomcat 8.0 - Windows 64x Hi, I just wanted to know if there is a way to figure out where is the settings file which define the language of a web application using Apache Tomcat 8.0> Here is a part of a code that makes

Re: Language Settings Location

2019-05-29 Thread tomcat
On 29.05.2019 11:58, Victor WILLART wrote: I see, first time trying to understand how a web app works … Quite easy. 1) see http://tomcat.apache.org/tomcat-8.5-doc/appdev/deployment.html 2) short guide ("webapps pour les nuls", copyright the Tomcat PMC) : Under a standard t

Re: AW: Outbound SSL?

2019-05-31 Thread tomcat
bapp tries to connect, it gets java.net.ConnectException: Failed to connect to maps.googleapis.com/2607:f8b0:4009:807:0:0:0:200a:443 And the really weird part is that none of the messages in the resulting stacktrace appear to refer to any of our classes, or to any classes that appear to have anything to do with Tomca

Re: How to stop trailing slash redirects?

2019-06-06 Thread tomcat
On 06.06.2019 13:28, Konstantin Kolinko wrote: чт, 6 июн. 2019 г. в 10:32, Rob Nikander : Hi, I would like requests to a webapp to have paths that look like this: http://server/myapp <http://server/myapp> not: http://server/myapp/ <http://server/myapp/> But for some re

Re: How to stop trailing slash redirects?

2019-06-07 Thread tomcat
On 07.06.2019 08:31, Rob Nikander wrote: On Jun 6, 2019, at 5:19 PM, André Warnier (tomcat) wrote: On 06.06.2019 13:28, Konstantin Kolinko wrote: чт, 6 июн. 2019 г. в 10:32, Rob Nikander : […] 1. Exact version number of Tomcat =? Does it support that attribute? Version 9.0.20. Thank

Re: TC 9.0.21: ContextListener + Servlet app

2019-06-16 Thread tomcat
On 16.06.2019 07:39, Christopher Schultz wrote: [...] Surprisingly, -1 browsers do not use the value for "id" as the "name" when a name is not specified for an tag. Without a "name" attribute, the form element is not sent to the server. :( Not really surprising, see : 1) https://www.w3sc

Re: Tomcat with nginx

2019-06-26 Thread tomcat
On 26.06.2019 06:08, Azim Siddiqui wrote: Hello All, I am trying to install tomcat 9 with nginx with SSL configuration in ubuntu. Can some one please provide me documents to how to install and configure them. Hello Azeem. I believe that you should first read this classic document : http

Re: [OT] error 0 issue

2019-06-26 Thread tomcat
by 1gb. But again that can make system unstable as you are cutting down system address space. We were in this situation and moved to 64-bit architecture 7-8 years ago. If you just want to upgrade, I believe you can use 32-bit version of Java and Tomcat. But if you want more memory power, you have to

Re: JAVA OPTIONS

2019-07-03 Thread tomcat
Hi. It's always a good idea to provide ALL the precise host/versions information in advance : it saves time for the people answering the question, and it helps you getting answers faster. On 03.07.2019 13:36, Mohan T wrote: Hi , We are using tomcat 8 . Which version precisely ? (8.x.y

Re: JAVA OPTIONS

2019-07-04 Thread tomcat
On 03.07.2019 14:47, Mohan T wrote: Hi, Tom cat 0- version 8.5.35 Operating system- RHEL 7.4 Thanks Ok. Note that what you are asking is not a tomcat-specific question, it is more of a standard Java question. You need to find the shell script that starts Tomcat on your system. That is

Re: Tomcat 9 & Port 80

2019-07-10 Thread tomcat
Hi. Apologies for breaking conventions of this list and top-posting.. It seems that the issue below is more of a question for the Ubuntu list, than Tomcat's. The standard /etc/init.d/tomcat9 startup script included in the Ubuntu tomcat9 package, should allow starting tomcat 9 on po

Re: Tomcat 9 & Port 80

2019-07-12 Thread tomcat
On 11.07.2019 21:37, Arbelo, Ralph wrote: Thank you for your reply, André. Unfortunately, the Tomcat 9 Ubuntu package is only available on Ubuntu 18 and 19 (at least that I could find). I'm on 16 at the moment (though I did think about upgrading) which is why I'm using the binary di

Re: Tomcat 9 & Port 80

2019-07-15 Thread tomcat
pache Tomcat 9.0.21 binary installation. I compiled the JSVC and created a setenv.sh file with some environmental variables. Tested starting Tomcat with daemon.sh and it came up on 8080. Now to get it to work on port 80: Install authbind and configure it o sudo apt install authbind o

Re: Modify web.xml in production war file

2019-07-16 Thread tomcat
On 16.07.2019 19:54, Martynas Jusevičius wrote: Grigor, I think this is a use case that Docker containers at least partially address. I find deploying containers way easier to share/deploy and more platform-independent than WAR files. I’ve created a Tomcat-based image that accepts ENV

Re: WAR file not deploying correctly

2019-07-19 Thread tomcat
On 19.07.2019 11:47, Victor WILLART wrote: Hi everybody, I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file.. I made a new WAR file, named it like the old one, and replaced it in my webapps folder. But the new generated folder for my application is just containing a

Re: tomcat and openjdk as windows service

2019-07-19 Thread tomcat
Hi. For some maybe useful background information, it may be useful to read this : https://cwiki.apache.org/confluence/display/TOMCAT/Windows#Windows-Q11 On 19.07.2019 14:01, Lemke, Michael ST/HZA-ZIC2 wrote: I have tomcat (9.0.22) running as a service on Windows with Oracle's Java 8. I

Re: WAR file not deploying correctly

2019-07-22 Thread tomcat
e you mean Polymer ? I mean Windows, Linux, .. (OS) @Konstantin My back up files are not in any folders from Tomcat. @Christopher This command is really handy, I didn't know about it. But It' returning the entire structure of my app folder so I think my WAR file is good, at least

Re: Component working in Console not as Service

2019-07-31 Thread tomcat
environment and also when running Tomcat in a console window. The moment we run Tomcat as a service this specific component gives and error. Unfortunately the error is non-specific so we cannot troubleshoot the origin. My question is, what would be the difference in running Tomcat as a Service as

Re: Component working in Console not as Service

2019-07-31 Thread tomcat
PDF. This works perfectly in the development environment and also when running Tomcat in a console window. The moment we run Tomcat as a service this specific component gives and error. Unfortunately the error is non-specific so we cannot troubleshoot the origin. My question is, what would be the

Re: Component working in Console not as Service

2019-08-01 Thread tomcat
convert MS Office documents (docx and pptx) to PDF. This works perfectly in the development environment and also when running Tomcat in a console window. The moment we run Tomcat as a service this specific component gives and error. Unfortunately the error is non-specific so we cannot troubleshoot

Re: Apache Tomcat Native Library - compatibility clarification needed?

2019-08-02 Thread tomcat
Hi. Not a full response but an additional source. On 02.08.2019 11:12, Polina Georgieva wrote: Hi all, Would you please clarify the compatibility restrictions (if any) between the Apache Tomcat Native Lib and its dependencies on one hand and between Apache Tomcat server and the native lib

Re: Tomcat Server Using 100% CPU

2019-08-08 Thread tomcat
On 08.08.2019 20:08, Eric Robinson wrote: Utkarsh and John, thank you for your feedback. Since everything was originally on Windows, and we built a new Linux server with fresh tomcat installs, and the only thing we moved over from the old Windows servers was the tomcat application folder

Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread tomcat
Hi. That looks more like an Apache httpd issue, than a Tomcat issue (as you mention, the tomcat logfiles do not show anything, and the rest tends to indicate that Apache httpd is not proxying these calls to tomcat, but trying to resolve them locally). This being said, I cannot find any

Re: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread tomcat
On 27.08.2019 14:05, Patrick Heinen wrote: Hi everyone, In our Apache Tomcat 8.5.31 installation, Tomcat8.exe ist listening on TCP port 12345, and we need to change this to a different port number. Unfortunatley, we cannot find a way to change this since it is not specified in server.xml or

Re: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread tomcat
Addendum : On 27.08.2019 15:23, André Warnier (tomcat) wrote: On 27.08.2019 14:05, Patrick Heinen wrote: Hi everyone, In our Apache Tomcat 8.5.31 installation, Tomcat8.exe ist listening on TCP port 12345, and we need to change this to a different port number. Unfortunatley, we cannot find a

Re: How change tomcat8.exe listening port 0.0.0.0:12345 to a different port

2019-08-27 Thread tomcat
e "web.xml" files within "webapps". Logfiles do not show such entry either. We therefore have to get in touch with the software vendor in order to address this. Thanks again. -Original Message----- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Dienstag, 2

Re: Access denied (403) for external requests

2019-08-28 Thread tomcat
Hi. (While not saying yet that this is the problem in your case) It would help a lot if you specified the version of Tomcat, the JVM, and the platform on which you are running this. (Such as maybe a bug in a past version of RemoteAddrValve which would explain this). On 28.08.2019 11:17, Jörg

Re: Lost my CCS and resources with mod_proxy and Tomcat

2019-08-29 Thread tomcat
/login ProxyPassReverse /me http://localhost:8084/menuapp/login The app doesnt have any css or javascritp code Any cluees about this ? Maybe but not with the minimal information that you provide above. First of all, when you are posting a question here about tomcat, provide

Re: Tomcat Bandwidth Utilization Tool

2019-08-30 Thread tomcat
Hi. If what you are after is really the full byte traffic at the lowest level, and if you are under Linux, how about this : 1) cat /etc/network/interfaces and look for the name of the interface which matches the address tomcat is listening on. e.g. (in my case, real addresses scrambled

Re: SSO fails on Tomcat 9

2019-09-03 Thread tomcat
Hello Heidi. Thank you for the complete information provided in your post below. I do not have any experience with the Tomcat SPNEGO Valve per se, but quite a bit of experience with Windows Integrated Authentication. To me, the symptoms that you describe below, do not really look like a

Re: SSO fails on Tomcat 9

2019-09-03 Thread tomcat
Hi. See below. On 03.09.2019 11:56, Heidi Leerink - Duverger wrote: Hello Alex, Thank you for the extensive answer. Q1: Are you sure that it is *exactly* the same ? Yes the installation is done on the same PC with the same user principal for the Tomcat service to log in . The Tomcat 8

Re: Fw: Tomcat 7.0 how to check if overloaded with requests or were requests received by tomcat on a specific day and time

2019-09-04 Thread tomcat
On 04.09.2019 08:11, ford royal wrote: Dear Experts Please guide me I am trying to investigate we use TOMCAT 7.0 1. how to check if TOMCAT is overloaded with incoming requests ? 2. were the requests received by TOMCAT on a specific day and time from SAP ECC ? How to find ? Precise tomcat

Re: SSO fails on Tomcat 9

2019-09-06 Thread tomcat
Hi Heidi. We have kind of a conundrum here : - Mark (who is one of the main tomcat developers) tested the SPNEGO (Kerberos) authentication under both tomcat8 and tomcat9, using the standard instructions provided in the respective on-line tomcat documentation pages, and reported that it works

Re: Reg : Parameter Filters

2019-09-06 Thread tomcat
On 05.09.2019 20:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Praveen, On 9/5/19 05:07, praveen kumar wrote: Hello, I am working with an application called geoserver which works on Apache Tomcat server. Just for an idea for those who donot know, geoserver is

Re: Tomcat 8.5.45 service error 1067

2019-09-08 Thread tomcat
Hello Jason. Have a look at the archives of this mailing list, for the last 30 days or so. I think that there have been some issues with the tomcat(x).exe wrapper recently. And I believe (but don't trust me entirely on this) that one quick workaround was to copy the previous tomcat8.exe pr

Re: POST request fails if content is ignored?

2019-09-09 Thread tomcat
Hi. Did you check : https://tomcat.apache.org/tomcat-8.5-doc/config/http.html#Common_Attributes --> maxPostSize Note : normally, the browser will encode (Base64 or similar) the content of a file and send the encoded content, which tends to be significantly larger (in bytes) than the origi

Re: POST request fails if content is ignored?

2019-09-09 Thread tomcat
On 09.09.2019 15:21, Leon Atherton wrote: Thank you for the suggestion. I have just tried playing with this value. Setting it to -1, and setting it to 100x larger than the default. In both cases, the behaviour seems unchanged. Without touching this value, Tomcat will accept multipart POST

Re: SSO fails on Tomcat 9

2019-09-10 Thread tomcat
of hduverge I get HTTP/nlsl-decadetst.u4agr.com@U$AGR.COM The Tomcat Authenticator takes care of validating the user. In the configuration you provided the JAASRealm is - effectively - (re-)validating the contents of the keytab file. That is why you see the keytab principal as the authenticated

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread tomcat
On 07.10.2019 13:45, Mark Thomas wrote: On 07/10/2019 12:22, Martin Knoblauch wrote: Dear fellow Tomcat users, recently we migrated our application from Tomcat7 to Tomcat9. Most things work great so far, but we observed on issue. Basically serving static pages has stopped for us. Our

Re: user and certificate info is not passed to tomcat

2019-10-07 Thread tomcat
On 07.10.2019 17:36, Magosányi Árpád wrote: Magosányi, How are you getting the attributes from the request? This is the filter code: String user = httpRequest.getRemoteUser(); Object cert = httpRequest.getAttribute("javax.servlet.request.X509Certificate"); this.context.log("user:"+user);

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-07 Thread tomcat
Hi. see at end. On 07.10.2019 16:26, Martin Knoblauch wrote: On Mon, Oct 7, 2019 at 3:31 PM Konstantin Kolinko wrote: пн, 7 окт. 2019 г. в 15:44, Martin Knoblauch : Hi Konstantin, On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko < knst.koli...@gmail.com> wrote: 2. For Tomcat to

Re: user and certificate info is not passed to tomcat

2019-10-07 Thread tomcat
On 07.10.2019 23:24, Magosányi Árpád wrote: On 10/7/19 8:20 PM, André Warnier (tomcat) wrote: Forgot the atribute 'tomcatAuthentication="false"' in the Connector ? Yes, I did, however adding it back did not improve the situation. Ok. I just mentioned that, because it

Re: user and certificate info is not passed to tomcat

2019-10-07 Thread tomcat
Adding to my own previous post : A posteriori, I saw a question here : https://stackoverflow.com/questions/58240796/pass-username-and-client-certificate-from-apache-to-tomcat-using-mod-jk that may be related to your question on this list. Examining the above, you problem may be in the httpd

Re: user and certificate info is not passed to tomcat

2019-10-07 Thread tomcat
On 08.10.2019 00:50, Magosányi Árpád wrote: On 10/7/19 11:29 PM, André Warnier (tomcat) wrote: DirectoryIndex off RewriteEngine Off AuthType openid-connect AllowOverride None AuthzDBDQuery "a correct database query" Require dbd-group allrepo LogL

Re: Acessing static content - Tomcat 7 vs. Tomcat9

2019-10-08 Thread tomcat
On 08.10.2019 13:41, Martin Knoblauch wrote: Hi Andre, thanks for the extensive response. this is really appreciated. See below for comments On Mon, Oct 7, 2019 at 10:27 PM André Warnier (tomcat) wrote: Hi. see at end. Then the browser tells me that "The page isn’t redirecting pro

Re: Any tutorials or hints about JSP using javax.script engines instead of Java?

2019-10-08 Thread tomcat
On 08.10.2019 17:11, Rony G. Flatscher (Apache) wrote: Does anyone know of any tutorials that would demonstrate how to use any javax.script language in JSPs instead of Java (e.g. using Jython or JavaScript instead)? If not, any advice/hint how to realize/create such a functionality (for then c

Re: tomcat with SiteMinder

2019-10-11 Thread tomcat
On 11.10.2019 05:11, Bauer, Margaret M (Peggy) wrote: Has anyone used tomcat with SiteMinder without having a webserver in front of it? If so, where can I find the how to? In the SiteMinder documentation ? (No kidding. As I recall, they do provide examples with multiple webservers.) thank

Re: Any tutorials or hints about JSP using javax.script engines instead of Java?

2019-10-13 Thread tomcat
Hi. On 12.10.2019 02:17, George S. wrote: I'm a little confused. What would one hope to gain by doing this? I'm not that much of an expert on Tomcat or its "ecological niche", but in a general overall point of view, I would tend to say that anything that "

[OT] Re: Question about DirResourceSet?

2019-10-14 Thread tomcat
t;not nice", so I thought we should also from time to time give kudos when it is). On 14.10.2019 16:37, Robert Olofsson wrote: Hi! Some background: We are currently running tomcat (9.0.26) and we serve data to both html/webapp and to our java application. The java application uses a lot

Re: tomcat 8 post call lost in process

2019-10-18 Thread tomcat
Hi. It is unfortunately a bit difficult to make sense of the description and information that you provide below. But one thing is quite certain : By the time tomcat (if I understand correctly, the one that you call the "slave") writes a line to its access log, with a result code &q

Re: Cannot add dependency job for unit systemd-console-setup.service

2019-10-20 Thread tomcat
On 20.10.2019 10:07, Emefile Francis Nwajie wrote: Hello All, Top of the day to you. I have a VPS with CentOs 7. I am trying to start-up Tomcat 9.0.27 using "systemctl start tomcat". And I got the error message - "Cannot add dependency job for unit systemd-console-setup.

Re: tomcat service app

2019-10-31 Thread tomcat
em in single quotes... From: George Stanchev Sent: Wednesday, October 30, 2019 1:33 PM To: Tomcat Users List Subject: tomcat service app I am trying to troubleshoot an issue where when I call tomcat8.exe with following parameters it writes [2] to the registry (newline where the semicolon was) and

Re: Session stickiness with mod_proxy_balancer

2021-12-22 Thread tomcat/perl
modules and configuration sections and if after that you really understand what is going on, come back to me to explain, because after 20+ years of configuring Apache httpd, I'm still not sure sometimes. On 22.12.2021 18:04, Christopher Schultz wrote: All, I'm setting up mod_proxy_balanc

Re: tomcat logging

2022-06-09 Thread tomcat-lists
Hi Alan, On 09.06.22 12:56, Alan F wrote: > Tomcat logging > > I would like to add a delimiter or characters " " around {user-agent} for > logging, I wanted it in double quotes for example "Mozilla 5.0.." but can't > seem to make it work. Or even

Re: OT: Question about TomcatX.exe files

2022-09-29 Thread tomcat/perl
See also : https://cwiki.apache.org/confluence/display/TOMCAT/Windows#Windows-Q11 On 28.09.2022 21:41, jonmcalexan...@wellsfargo.com.INVALID wrote: Thank you Mark. I mainly wanted to have answers for when I will be invariably questioned about it. :-). I knew about the naming, but understand

gostCat patch

2020-03-23 Thread tomcat/perl
Hello tomcat developers. Re : current : https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html#Standard_Implementations quote secretRequired If this attribute is true, the AJP Connector will only start if the secret attribute is configured with a non-null, non-zero length value. This

Re: Does Tomcat/Java get around the problem of 64K maximum client source ports?

2020-03-27 Thread tomcat/perl
On 26.03.2020 20:42, Eric Robinson wrote: -Original Message- From: Olaf Kock Sent: Thursday, March 26, 2020 2:06 PM To: users@tomcat.apache.org Subject: Re: Does Tomcat/Java get around the problem of 64K maximum client source ports? Hi Eric, On 26.03.20 18:58, Eric Robinson wrote

Re: Does Tomcat/Java get around the problem of 64K maximum client source ports?

2020-03-27 Thread tomcat/perl
On 27.03.2020 14:27, André Warnier (tomcat/perl) wrote: On 26.03.2020 20:42, Eric Robinson wrote: -Original Message- From: Olaf Kock Sent: Thursday, March 26, 2020 2:06 PM To: users@tomcat.apache.org Subject: Re: Does Tomcat/Java get around the problem of 64K maximum client source

Re: Does Tomcat/Java get around the problem of 64K maximum client source ports?

2020-03-28 Thread tomcat/perl
On 27.03.2020 21:39, Eric Robinson wrote: FYI, I don't have 1800 tomcat instances on one server. I have about 100 instances on each of 18 servers. When one of these (attempted) connections fails, do you not get some error message which gives a clue as to what the failure is due to ? (s

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread tomcat/perl
On 31.03.2020 14:20, Mark Thomas wrote: On 31/03/2020 11:20, Aditya Kumar wrote: Tomcat 9.0.30 on Windows Server 2012 / Java 1.8 I've noticed on a freshly installed version of tomcat 9, upon startup there are several connections to and from localhost on different ports For example

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread tomcat/perl
On 31.03.2020 15:30, Mark Thomas wrote: On 31/03/2020 13:29, André Warnier (tomcat/perl) wrote: On 31.03.2020 14:20, Mark Thomas wrote: On 31/03/2020 11:20, Aditya Kumar wrote: Tomcat 9.0.30 on Windows Server 2012 / Java 1.8 I've noticed on a freshly installed version of tomcat 9,

Re: Losing session between calls from mobile phone

2020-04-28 Thread tomcat/perl
rov wrote: Hi, On Tue, Apr 28, 2020 at 2:23 AM AJ Chen wrote: My web application using tomcat 6 can track user session (cookie by default) for mobile and PC users in dev environment. But when deployed on cloud server, it fails to track session for some mobile users. meaning, servlet alw

Re: Upgrading from 9.0.20 to 9.0.34 AJP connector issue

2020-04-30 Thread tomcat/perl
get a 404 error. Ah, here may be a clue : the 404 error page returned by Apache httpd looks significantly different from the 404 error page returned by Tomcat (in look). Which one are you getting ? If you get the Apache httpd version, then the problem is that Apache httpd/mod_jk is not even

Re: Upgrading from 9.0.20 to 9.0.34 AJP connector issue

2020-05-01 Thread tomcat/perl
On 01.05.2020 20:32, Darryl Philip Baker wrote: Continuing the investigation: I have the two tomcat installation in /opt/tomcat. Apache HTTPD references the worker file using a path that has a symbolic link that "latest" I can switch to point to either installation of tomcat. The wo

Re: Changing the Java using by Tomcat

2020-05-06 Thread tomcat/perl
On 06.05.2020 10:55, Reddy, Tippana Krishnanandan wrote: Hi All, We are using tomcat 9.0.6 and we want to change existing JAVA used by tomcat and replace it Adopt openJDK without uninstalling the tomcat. Is this possible? if so can anyone please send us details how to approach this. I

Re: Does Tomcat 9 still support AJP connections, REMOTE_USER, and tomcatAuthentication="false"?

2020-05-15 Thread tomcat/perl
Let me give my 5 cent. In the tomcat AJP Connector Tomcat, you use the tomcatAuthentication attribute : This setting has the effect that tomcat will "believe" the authenticated user-id that Apache is passing to it in the AJP protocol messages that Apache sends to tomcat, and not

Re: Does Tomcat 9 still support AJP connections, REMOTE_USER, and tomcatAuthentication="false"?

2020-05-15 Thread tomcat/perl
d. So the problem I having is trying to figure out how to "integrate" that with Tomcat. Then you would need an Apache add-on module which grabs the content of this header, and sets the Apache R->user variable (where R is the Apache request object). And in Tomcat, your Conn

Re: Does Tomcat 9 still support AJP connections, REMOTE_USER, and tomcatAuthentication="false"?

2020-05-16 Thread tomcat/perl
In summary, yes, I think you're right in your final conclusion below. If the tomcat access log shows the authenticated user, it means that tomcat got it, and I see no other way than from Apache and through that "tomcatAuthentication=false" option of the tomcat AJP connector. A

NullPointerException on statrup - possible bug in Tomcat

2020-06-24 Thread tomcat-subs
I have a web application which is failing in RestEasy initialization with an NPE. It worked for many years until I added a large number of jar dependencies because of a new development effort. I've debugged the code by stepping through the Tomcat source to the point I've found w

Re: NullPointerException on statrup - possible bug in Tomcat

2020-06-24 Thread tomcat-subs
jar > > dependencies because of a new development effort. I've debugged the code by > > stepping through the Tomcat source to the point I've found where it is > > failing. It seems to be a Tomcat bug but of course I'm not convinced since > > it is highly mo

Re: Tomcat 9.0.36 - JDK 13/14

2020-07-02 Thread tomcat/perl
On 02.07.2020 10:23, Utkarsh Bhargav wrote: Please i have resolved my issue Kindly stop sending mails Hi. You receive these emails because you subscribed to the email list "users@tomcat.apache.org". To not receive these emails anymore, you should unsubscribe from the list, be sending an em

Re: Tomcat Handling close_waits

2020-08-17 Thread tomcat/perl
52.24.48.141:60660 CLOSE_WAIT tcp6 202 0 192.168.1.50:443199.189.191.86:51716CLOSE_WAIT tcp6 202 0 192.168.1.50:443199.189.191.86:1386 CLOSE_WAIT Try forcing a Java Garbage Collection in Tomcat, and check if these CLOSE_WAIT sockets are still there

Re: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-09-30 Thread tomcat/perl
1000 requests per second , the heap of 20GB got filled in 2 minutes . How long does it typically take (at the beginning of the test) for tomcat to *process* one of these requests ? With 200 users the memory is cleared in the G1 mixed GC itself , but with 1000 users the memory is not cleared in

Re: Exit code 6 on shutting down Tomcat service

2020-09-30 Thread tomcat/perl
Hi. On 30.09.2020 14:40, Jakub Moravec wrote: Hello Tomcat team, we are having an issue that we were not able to resolve ourselves or using the existing documentation, so I'd like to ask you for help. Description: During Tomcat service shutdown (using command /bin/to

<    2   3   4   5   6   7   8   9   >