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: 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-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: 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: 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: 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: 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: 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: 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
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: 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: 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: 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: 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: 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-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: 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: 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-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: 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: 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: 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-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: 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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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: [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

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: 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: 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-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: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
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: 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: 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
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

[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: 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

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: 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 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: 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: 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-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-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: not able to setup tomcat 7 to use port 8443

2018-12-01 Thread tomcat
On 01.12.2018 06:26, masber masber wrote: ok, forcing NIO implementation makes tomcat service to listen port 8443 but now I do a test using curl and the client does not get response from the server. $ curl -I 'https://X:8443/authentication' -H 'Authorization: Basic

Re: help installing mod_jk on Centos 7 on a Google Cloud server

2018-11-28 Thread tomcat
, but they both lead to a page asking me to install something on my laptop, which of course I am not going to do. 2) according to the paths which you show below, it does not look like there is an overlap between the httpd DocumentRoot and the tomcat webapps directory. (Of course that does not sh

Re: Translations update

2018-11-27 Thread tomcat
On 27.11.2018 15:21, Mark Thomas wrote: On 27/11/2018 13:19, Rémy Maucherat wrote: Yes, I agree: it's not possible for non english speakers to use Tomcat, so it did seem pointless. Mark still wanted to do the experiment, and since the tool was easy and I had some time I did that French

Re: Translations update

2018-11-27 Thread tomcat
have some reservations about this whole translation project. And that is because most of the original messages which I have seen, are really "technical" and not at all oriented to a general public which may be using applications built on tomcat, but rather to a public having to deal specifi

Re: Translations update

2018-11-27 Thread tomcat
André, On 11/26/18 08:35, André Warnier (tomcat) wrote: On 26.11.2018 13:29, Rémy Maucherat wrote: On Sat, Nov 24, 2018 at 9:48 AM Ludovic Pénet wrote: Le vendredi 23 novembre 2018 à 23:51 +0100, Rémy Maucherat a écrit : On Wed, Nov 21, 2018 at 10:58 AM Mark Thomas wrote: - French has inc

[OT] Re: Connection pool and parallel deployment problem

2018-11-27 Thread tomcat
do you use JMX for ? Thanks again Regards Gilles -Message d'origine- De : HeeGu Lee [mailto:elfhazardw...@gmail.com] Envoyé : mardi 27 novembre 2018 08:36 À : Tomcat Users List Objet : Re: Connection pool and parallel deployment problem Dear Gilles, I apologize for the delay i

[slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread tomcat
On 27.11.2018 01:49, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andi, On 11/26/18 15:08, Andi Meister wrote: Tomorrow I will try it on an other machine with no previous Tomcat installed. But my problem is that I have to get it to run on this machine. What could

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 17:01, Christopher Schultz wrote: We were super serious, like for Apache Matou:) :) I like that as a (silly) name (Apache Dead?), but didn't get the actual joke.:( "matou" is the litteral French translation of "tomcat". (Evokes a big tough male macho

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 15:38, Rémy Maucherat wrote: > >- "dispatch"/"dispatcher" (for the Servlet request dispatcher): ? > > > >dépêcher / dépêcheur ? > That "répartiteur" from Emmanuel sounds better in theory, will have to see in context. +1 for "répartiteur". ---

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 15:01, Ludovic Pénet wrote: - "endpoint" (for websockets, and for the Tomcat connectors, so >possibly >>two different terms): "point d'entrée" ? > >That sounds like exactly the opposite of "endpoint" to me. >Although I must

Re: Translations update

2018-11-26 Thread tomcat
the search feature Common ones we have right now: - "socket" (usually untranslated or cleverly omitted): ? - "endpoint" (for websockets, and for the Tomcat connectors, so possibly two different terms): "point d'entrée" ? That sounds like exactly the opposite o

Re: help installing mod_jk on Centos 7 on a Google Cloud server

2018-11-25 Thread tomcat
On 25.11.2018 21:43, Lou Wallace wrote: Whew. Just read that link Warning: If Apache and Tomcat are configured to serve content from the same file system location then care must be taken to ensure that Apache is not able to serve inappropriate content such as the contents of the WEB-INF

Re: help installing mod_jk on Centos 7 on a Google Cloud server

2018-11-25 Thread tomcat
t, to serve a request URL from a browser, it /can/ access a directory and files which really belong to Tomcat, then all kinds of weird and dangerous things will happen. Such as JSP pages being served 'as is', and browsers being able to access directories and files which Tomcat would normal

Re: Translation help wanted

2018-11-13 Thread tomcat
t; and not a "rtexprvalue"." On 13.11.2018 18:54, André Warnier (tomcat) wrote: On 13.11.2018 18:12, Mark Thomas wrote: Removing the [OT] marker as I think this is very much on topic. On 13/11/2018 15:33, André Warnier (tomcat) wrote: Holy Smoke (Fumée Sacrée | Sagrado Humo | Heilig

Re: Translation help wanted

2018-11-13 Thread tomcat
On 13.11.2018 18:12, Mark Thomas wrote: Removing the [OT] marker as I think this is very much on topic. On 13/11/2018 15:33, André Warnier (tomcat) wrote: Holy Smoke (Fumée Sacrée | Sagrado Humo | Heilige Rauch) ! How many messages are in that code ? Currently there are 2747 unique terms

Re: Translation help wanted

2018-11-13 Thread tomcat
On 13.11.2018 13:32, Rémy Maucherat wrote: On Mon, Nov 12, 2018 at 12:49 PM Mark Thomas wrote: I'm aiming to export the translations on a regular basis to the Tomcat source code. How regularly will depend on the rate of new/updated translations but as a minimum, I'm aiming to get a

[OT] Re: Translation help wanted

2018-11-13 Thread tomcat
x27;m aiming to export the translations on a regular basis to the Tomcat source code. How regularly will depend on the rate of new/updated translations but as a minimum, I'm aiming to get any updates into the next Tomcat 9 release. Ok. Could you remove "French (MC)" ? No idea where

Re: Translation help wanted

2018-11-12 Thread tomcat
and the count is increasing as I type this. I've updated my query a few times to get some different views and every time I do that, the total translation count is up. Please do spread the word about this opportunity to contribute to Apache Tomcat. I've been quite busy in French in the

Re: reinstall TC service after java upgrade?

2018-11-07 Thread tomcat
On 07.11.2018 13:33, Berneburg, Cris J. - US wrote: Thanks Mark cjb> I upgraded Java from 8u181 to 8u191 on our dev (JDK) and test (JRE) cjb> Windows 2012 servers today. After doing so, the Tomcat 8.5(.32) cjb> Windows services would no longer start. Removing and re-adding cjb>

Re: Number of Web Applications in one Tomcat: THANKS!

2018-11-01 Thread tomcat
On 01.11.2018 14:51, Christopher Schultz wrote: We assign each dev a number and each application a number. Each pair of dev+app yields an actual port number. This works great in development so nobody ever steps on anyone's toes. In other environments (test, prod, etc.) there is only ever one "dev

Re: RemoteAddrValve | IP Subnet

2018-11-01 Thread tomcat
On 01.11.2018 13:34, Mark Thomas wrote: On 01/11/2018 12:23, André Warnier (tomcat) wrote: On 01.11.2018 12:35, Madhur Khurana wrote: Hi, I am using tomcat8 and would like to configure ip address with subnet in RemoteAddrValve for IP whitelisting (Example: 0.0.0.0/0). Can anyone help in how

Re: RemoteAddrValve | IP Subnet

2018-11-01 Thread tomcat
On 01.11.2018 12:35, Madhur Khurana wrote: Hi, I am using tomcat8 and would like to configure ip address with subnet in RemoteAddrValve for IP whitelisting (Example: 0.0.0.0/0). Can anyone help in how to configure subnet in allow field. The page at http://tomcat.apache.org/tomcat-8.5-doc

[OT] Re: Number of Web Applications in one Tomcat: THANKS!

2018-10-30 Thread tomcat
On 30.10.2018 08:13, Ahmed, Tarek wrote: Thanks for your input! To summarize: Most of us seem to prefer not to have too many web applications running in one tomcat instance. If, however, it is possible to run a tomcat with many applications in a stable way it reduces administrative overhead to

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-15 Thread tomcat
Hi. I put this question to the tomcat devs in a previous post, but it was somewhat lost in the volume I guess, so here it goes again : @ tomcat devs : If a HTTP request to Tomcat 8.0/8.5, in an unsollicited way (meaning without a previous 401 response), were to provide a "Authoriz

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-14 Thread tomcat
On 14.10.2018 18:44, Tony Esposito wrote: Hello André, As always I appreciate your detailed response. The web server is indeed setup in this simplified, "basic" configuration (i.e. the tomcat-users.xml file and server.xml file are configured as you described). The password

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-14 Thread tomcat
On 14.10.2018 02:29, Tony Esposito wrote: Hello André, It's routed through a server... A co-worker noticed a Tomcat valve that might do the trick... https://github.com/lokechenlin/tomcat-auto-login-valve Your thoughts? They are as follows : If that works, fine. But as per Occam&#x

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-13 Thread tomcat
On 13.10.2018 18:54, Tony Esposito wrote: Hello André, Thank you for taking the time to put together this excellent explanation. I do not have control over the server that is passing me the Basic Auth header, unfortunately. Ok, so to make things clearer : when Tomcat receives a request for

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-13 Thread tomcat
e box - as is'", but what box ? The standard Tomcats 8.0 or 8.5 do not have an active Connector for port 8088. So it does not look as if it is so 'out of the box - as is'. Where does that Tomcat come from, really ? It was installed by the previous admin -- I inherited it. Of c

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-12 Thread tomcat
On 13.10.2018 00:04, Tony Esposito wrote: Addendum: The user "myuser" attempts to authenticate once, fails, and on the second attempt the WARNING is thrown (i.e. user locked) which is to be expected. I want the user "myuser" not to authenticate at all by having the Tomc

Re: Tomcat 8 and authenticating Basic Auth users

2018-10-12 Thread tomcat
Hi. On 12.10.2018 16:38, Tony Esposito wrote: Hello, Using Tomcat 8.0.22 on Linux CentOS 6.10: Trying to setup Tomcat to authenticate users that use Basic Auth. I could (possibly) enter these users into the tomcat-users.xml file but we are

[OT] Re: Tomcat Binary Connector

2018-09-23 Thread tomcat
In reply to Anthony's : "Tomcat itself is a fixed requirement for the container architecture. Just having a process listening on a port is not considered to be enterprisy enough." On 23.09.2018 00:19, Leon Rosenberg wrote: Hey Anthony, your last comment seems to indicate that yo

Re: Connection refused: connect

2018-09-21 Thread tomcat
Hi. Sorry, forget my answer below, I was probably talking nonsense here. The stack trace that you show does not even mention any Tomcat class, so the "connect" mentioned below probably has nothing to do with the HTTP CONNECT method. It looks like something in Eclipse itself, but sinc

Re: Connection refused: connect

2018-09-21 Thread tomcat
On 21.09.2018 10:54, Karen Goh wrote: Hi, I am repeatedly getting the following exceptions and am stuck here like forever. Hope someone can tell me what's wrong with my tomcat server version: 8.5.24 with Eclipse java.net.ConnectException: Connection refused: connect

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-20 Thread tomcat
Hi. Glad if I could be of even limited help. It would be nice if you sent to the list a complete layout of your solution, to put into the Tomcat FAQ (e.g. like here : https://wiki.apache.org/tomcat/HowTo, in section 3 Configuration) That may help someone else in the future. On 20.09.2018 15

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread tomcat
Hi. Much better.. I don't know if I will be able to help you, considering my little knowledge of Kerberos, but I'm sure that someone else now will be. On 19.09.2018 16:08, Thomas Delaney wrote: Here is more detail into what I went through for setting up Apache Tomcat.: I confi

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread tomcat
On 19.09.2018 13:57, André Warnier (tomcat) wrote: On 18.09.2018 23:24, Thomas Delaney wrote: Hello All, I have recently configured Apache Tomcat on a SuSe Enterprise 12 SP3 server to get Kerberos SSO working with a web client application. I have also in addition configured Apache HTTPD 2.4.29

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread tomcat
On 18.09.2018 23:24, Thomas Delaney wrote: Hello All, I have recently configured Apache Tomcat on a SuSe Enterprise 12 SP3 server to get Kerberos SSO working with a web client application. I have also in addition configured Apache HTTPD 2.4.29 on the same machine.When I reach that website I am

Re: Apache 2.4 tomcat 8 setup problem

2018-08-27 Thread tomcat
Hi. .. hmm, where to begin ? ... Maybe first : In your case, it looks like you may be more familiar with the configuration of Apache httpd, than with the configuration of mod_jk and of tomcat. So just as a possible tip : there is an alternative, at the Apache httpd level, to mod_jk. See here

Re: [OT] Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-09 Thread tomcat
On 09.08.2018 20:05, Louis Zipes wrote: Oh! André, if you aren't using JMX in production, you are missing-out on a wealth of monitoring information about your JVM(s). OK, fine, I accept that. I was just saying "IF you don't need it in production". So, scratch the idea of

Re: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-09 Thread tomcat
Maybe it is time here to quote Arthur Clarke's 3rd law : "Any sufficiently advanced technology is indistinguishable from magic" (See : https://en.wikipedia.org/wiki/Clarke%27s_three_laws) The process by which Tomcat is started and/or stopped - particularly under Windows and as

Re: Domain name change in Tomcat

2018-08-08 Thread tomcat
er* responded with "this page cannot be displayed" ? - did you look at the tomcat logfiles, when you got the error ? Maybe it provides some useful clue. - about >companytest.lbpondemand.com : is that hostname registered in the DNS ? (in other words : can you do &

<    1   2   3   4   5   6   7   8   9   >