Re: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread tomcat
Hi. Please do not top-post your responses on this list. See : http://tomcat.apache.org/lists.html#tomcat-users # 6) -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, August 31, 2016 10:53 AM To: users@tomcat.apache.org Subject: Re: Why is Tomcat

Re: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread tomcat
On 31.08.2016 17:50, john.e.gr...@wellsfargo.com wrote: All, I'm using Tomcat 7.0.70 and am having trouble understanding why Tomcat is sending "Connection: close" in the response header as often as it is. With almost no load on the server, I get "Connection: close&quo

Re: Tomcat 8 doesn't listen in https

2016-08-29 Thread tomcat
On 29.08.2016 23:07, Hardibo Pierre-Jean wrote: Hello ! i get this connector for tomcat 8 to listen in port 8443 : but it doesn't work (it works on http) you can see at https://www.hardibopj.com (iptables redirect 443 to 8443) "It doesn't work" is not very in

Re: Trouble setting TOMCAT_USER

2016-08-29 Thread tomcat
Jorge, 1) don't top-post On 29.08.2016 21:50, Jorge Alfonso wrote: In order to setup the users for Tomcat you have to edit the file tomcat-users.xml Once the users are set, and you could have set several users depending your need, shutdown and startup again

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
With apologies for top-posting, I believe that this is now getting a bit confusing, in terms of Java and Tomcat versions, and in terms of where you want to run this on. I suggest that you start by looking at which highest version of Java you can install on your target machine, and then look at

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
On 17.08.2016 16:15, Andrew Davis wrote: Its a redhat .. i don't think tomcat 7 or later will run on this. Why shouldn't it ? As long as there is a java for it, Tomcat will run on it. Check out : http://tomcat.apache.org/whichversion.html But there is a contraduction then between t

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
On 17.08.2016 16:06, Andrew Davis wrote: Thanks for the prompt.. I have been looking at the doc s and have my .jar file for postgres in the lib folder. I do not understand where the https://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html If your version is Tomcat 7

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
. I've been through the JNDI portion of the docs on Tomcat and found it still somewhat confusing. Andy... I am far from an expert on this kind of thing, but have you looked at this : http://tomcat.apache.org/tomcat-8.0-doc/config/globalresources.html Maybe that is the missing link in

Re: Set up postgresql on tomcat7

2016-08-17 Thread tomcat
catalina.out [image: Inline image 1] I do have the jar file located in the following location on the machine.. /usr/share/tomcat7/lib https://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howt o.html#JDBC_Data_Sources is confusing to me. It shouldnt but it is.. at this point.. Andy..

Re: Tomcat8: WARNING: Problem with directory [/usr/share/tomcat8/common

2016-08-15 Thread tomcat
On 15.08.2016 17:12, Wayne Li wrote: Hi, I installed tomcat8 on Ubuntu 16 using sudo apt install tomcat8 I only need one tomcat, no need for CATALINA_BASE. But, I got warnings below. Can I ignore these warnings? Or anything I can do? Any information would be appreciated. Thanks in advance

Re: Tomcat 8.5 NIO w/ SSL Windows CPU issues

2016-08-10 Thread tomcat
On 10.08.2016 17:46, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 8/10/16 6:15 AM, Mike Noordermeer wrote: Hi, After an upgrade to Tomcat 8.5, we are experiencing an issue where Tomcat starts generating a high CPU load (100%), probably after an HTTP

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-10 Thread tomcat
On 10.08.2016 11:34, Jayaram Ponnusamy wrote: Hi André, Kindly please find my answer below: On Tue, Aug 9, 2016 at 11:49 AM, André Warnier (tomcat) wrote: On 09.08.2016 09:48, Jayaram Ponnusamy wrote: Thanks André, Kindly please find my answer below: On Tue, Aug 9, 2016 at 12:02 AM, André

Re: Aw: Re: why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ?

2016-08-09 Thread tomcat
7;s law) see: https://en.wikipedia.org/wiki/Robustness_principle see also : https://michaelfeathers.silvrback.com/the-universality-of-postel-s-law Gesendet: Freitag, 05. August 2016 um 17:03 Uhr Von: "Mark Thomas" An: "Tomcat Users List" Betreff: Re:

Re: R: jdbc check available database

2016-08-09 Thread tomcat
osoft, contact the Microsoft helpdesk (or the available on-line Microsoft documentation) to help you using it with Tomcat/java/jdbc 2) a) find a working java jdbc driver for SQL Server, install it as indicated in the page b) read the documentation of this driver, to find out how to adapt any of

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-09 Thread tomcat
On 09.08.2016 09:48, Jayaram Ponnusamy wrote: Thanks André, Kindly please find my answer below: On Tue, Aug 9, 2016 at 12:02 AM, André Warnier (tomcat) wrote: On 08.08.2016 11:18, Jayaram Ponnusamy wrote: Thanks André, 1. ANS-Question 1 = Both Tomcat & WebServer installed on diffe

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread tomcat
On 08.08.2016 11:18, Jayaram Ponnusamy wrote: Thanks André, 1. ANS-Question 1 = Both Tomcat & WebServer installed on different Machines, Attached Architecture diagram of our environment. Our Tomcat are configured as Application Clustering, and WebServer1 is pointing to Tomcat1 and WebServer

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread tomcat
On 08.08.2016 17:48, Mark Eggers wrote: Jayaram, Please don't top post (http://tomcat.apache.org/lists.html#tomcat-users item 6). On 8/8/2016 2:18 AM, Jayaram Ponnusamy wrote: Thanks André, 1. ANS-Question 1 = Both Tomcat & WebServer installed on different Machines, Attached Arc

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-08 Thread tomcat
erverName 10.100.0.31" (which is not a proof, but a suggestion that the IP of this machine is 10.100.0.31). And you have this line in workers.properties : worker.prod_live_svr.host=10.100.0.31 which suggest that Tomcat answers to the same address. So why are you saying "different

Re: Connectivity Issue with Tomcat7 and WebServer (AJP Connector)

2016-08-07 Thread tomcat
On 07.08.2016 11:08, Jayaram Ponnusamy wrote: Hi, We are using Tomcat 7.0.42.0, AJP/1.3 with Apache 2.2.21. Connecting Apache to Tomcat as VirtualHost, The Problem is Apache and Tomcat losing its connection every 20-30 Minutes. Either We have to hit the WebServer URL multiple times or Reboot

Re: tomat8.5 write logs with incorret os permission

2016-08-05 Thread tomcat
Hi. On 05.08.2016 08:00, wrote: Definitely a bad idea to relax the default permissions back to where they were. If you want to expose your own system to abuse, you can set umask as documented in the changelog. Is there a way to like config some param to force tomcat write logs in old

Re: Internal Error 500

2016-08-04 Thread tomcat
On 04.08.2016 11:15, Syed Mudassir Ahmed wrote: What are the various reasons for the tomcat server to throw internal server error 500? Nitpicking : tomcat server does not really "throw internal server error 500". The "internall error 500" is a HTTP response that Tomcat se

Re: No binary distribution for mod_jk?

2016-07-23 Thread tomcat
vice Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Revert you changes above (ServerName etc.) and try with just this : ProxyPass / ajp://localhost:8009/MyApp ProxyPassReverse / ajp://localhost:8009/M

Re: No binary distribution for mod_jk?

2016-07-22 Thread tomcat
On 22.07.2016 09:18, Jäkel, Guido wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, July 21, 2016 5:51 PM To: Tomcat Users List Subject: Re: No binary distribution for mod_jk? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul

Re: Tomcat starts but home page cannot open with url http://localhost:8080

2016-07-22 Thread tomcat
On 22.07.2016 05:28, chandra sekhar wrote: Actually, i didn't configure the Apex ORDS yet with DB.As i told you in previous mail chain i just extracted and trying to see the apche tomcat home page first before going to configure Apex ORDS. a) If you are using Internet Explorer, go int

Re: Tomcat starts but home page cannot open with url http://localhost:8080

2016-07-21 Thread tomcat
On 21.07.2016 21:51, chandra sekhar wrote: Hi All, Can anybody,please help me or give me advice why i am not getting home page of tomcat after extraction or installation of apache-tomcat-7.0.55. Appreciated your help. Maybe, if you provide some more information. Platform ? Where did you get

Re: Need help setting up SSL on Tomcat 8

2016-07-18 Thread tomcat
On 18.07.2016 16:33, Sean Son wrote: On Thu, Jul 14, 2016 at 8:15 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: Sean, On 13.7.2016 21:56, Sean Son wrote: Thank you for your answer guys. Is there anywhere in the Tomcat config files that I would need to specify the DN

Re: cosign

2016-07-16 Thread tomcat
On 15.07.2016 16:30, MICHELLE RENEE LARSON wrote: I am running an application called iDashboards on a windows server our university uses a thing called Cosign for authentication, I am wondering if anyone has had any luck getting a tomcat on windows app to work with cosing? Hi. To answer your

question on Java / Tomcat / GC

2016-07-14 Thread tomcat
x27;m looking at, wondering if this might have something to do with Java/Tomcat running out of memory, and perhaps doing excessive GC's, I set up GC logging. Below I am pasting that small Java GC log. This is running tomcat 6 still, the java versions and tomcat JVM relevant switches are shown in

Re: A complex issue concerning the application lifecycle, MBeans and Spring

2016-07-13 Thread tomcat
ying, and indeed it would be better to correct the real problem, rather than looking for (temporary) workarounds. I was just trying to be pragmatic, and offer some ideas for a possible temporary solution, in case this stops you from deploying a more recent version of tomcat (and in case this really

Re: [OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-13 Thread tomcat
On 13.07.2016 16:34, Anthony Biacco wrote: On Mon, Jul 11, 2016 at 5:39 PM, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above

Re: A complex issue concerning the application lifecycle, MBeans and Spring

2016-07-13 Thread tomcat
On 13.07.2016 15:51, Jäkel, Guido wrote: So it would appear that if the Connectors are disabled, the monitoring system is not able to reach Tomcat, and the problem does not occur then. So would it not be possible to create some little piece of software, which would temporarily "suspen

Re: A complex issue concerning the application lifecycle, MBeans and Spring

2016-07-13 Thread tomcat
On 13.07.2016 15:20, Jäkel, Guido wrote: Dear Developers, I have an elaborate issue migrating from Tomcat 6.0.41 to 8.0.36 (currently using java 8.0.66 on Gentoo Linux, but this is not of importance I think): It is related to the build-in manager application used as a jmxproxy. And to

Re: Facing issue while configuring SSL

2016-07-13 Thread tomcat
ound somewhere, where it isn't) Thanks, Devendra On Tue, Jul 12, 2016 at 9:10 PM, André Warnier (tomcat) wrote: On 12.07.2016 16:33, Harrie Robins wrote: java.lang.Exception: Unable to load certificate key conf/localhost-key.pem (error:02001003:system library:fopen:No such process If

Re: mod_jk errors

2016-07-13 Thread tomcat
On 12.07.2016 19:44, Wayne Li wrote: Hi, I have a servlet/jsp application running on tomcat 7.0.47. There are no static html files. Now I am try to use apache 2.4.7 (Ubuntu) as the front and forward eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working

Re: Facing issue while configuring SSL

2016-07-12 Thread tomcat
i, This is regarding the configuration of Tomcat SSL using the APR library on Java 6. While starting the server I am getting the below error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"] java.lang.Exception: Unable to load certificate

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" Yes. It

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
pre></blockquote></blockquote></blockquote><pre style="margin: 0em;"> "> http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js</a> </pre></blockquote></blockquote></blockquote><pre style="margin: 0em;"&

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
files directly from that external host, it does not ask Apache/Tomcat to get them. This has nothing to do with your Apache httpd/Tomcat setup, they are not even involved. Maybe the host *on which you are running the browser* cannot access this external server, for some reason. Try entering th

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread tomcat
, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" On Mon, Jul 11, 2016 at 9:28 AM, André Warnier (tomcat) wrote: On 11.07.2016 15:57, Wayne Li

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-11 Thread tomcat
). I have a servlet/jsp application running on tomcat 7.0.47. There are no static html files. Now I am try to use apache 2.4.7 (Ubuntu) as the front and forwad eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working: I type "localhost" on my browe

Re: Share data between applications

2016-07-07 Thread tomcat
On 07.07.2016 17:48, Nathan Quirynen wrote: We have several applications deployed in Tomcat and want to add 1 application to handle authentication for all of the other applications. All applications are defined as different host elements in Tomcat configuration (server.xml) like following

Re: Remote Address/Host Filter per connector ..

2016-07-07 Thread tomcat
see "addConnectorPort" attribute of the valve, http://tomcat.apache.org/tomcat-8.0-doc/config/valve.html#Remote_Address_Filter Yes, but what the OP wants to do, finally, is to filter accesses to some /applications/. - To unsub

Re: Remote Address/Host Filter per connector ..

2016-07-07 Thread tomcat
On 07.07.2016 14:27, Amit Pande wrote: Thanks for the reply André. Sorry I missed to mention the version but I am using Tomcat 8.0.30. Does the address component of the standard connector attribute take multiple entries ? E.g.address = ³127.0.0.1, localhost ³ ? I think my requirement is a

Re: Remote Address/Host Filter per connector ..

2016-07-07 Thread tomcat
orts (12345) are allowed only via localhost ? And requests to other port (54321) are allowed from everywhere. You do not indicate your Tomcat version, but what about : http://tomcat.apache.org/tomcat-8.0-doc/config/http.html#Common_Attributes -> Standard Implementation -> address ? If y

Re: Fedora 23 ROOT##000 just hangs on startup.

2016-07-06 Thread tomcat
sure the WAR had the same owner and group as all the other tomcat artifacts. Windows startup allows "/" in the 'path' but Fedora startup gave a warning so I changed path to "". Which stopped the warning on startup. On the windows workstation I could pull up the

Re: SSL/TLS 8.5.3 upgrade from 8.0.32 using NIO2 url encoding issues

2016-07-06 Thread tomcat
On 06.07.2016 21:43, Mekkelsen Madden, Steve wrote: I've attached a screenshot showing the request if that helps. Unfortunately, as you may notice, this list strips most attachments. It would thus be better if you uploaded that screenshot somewhere, and provided a link to it. ---

Re: How to configure SPNEGO authentication with fallback to FORM auth?

2016-06-26 Thread tomcat
On 24.06.2016 17:45, ken edward wrote: On Fri, Jun 24, 2016 at 11:26 AM, Mark Thomas wrote: On 24/06/2016 16:17, ken edward wrote: On Fri, Jun 24, 2016 at 10:46 AM, Mark Thomas wrote: On 24 June 2016 14:22:32 BST, ken edward wrote: Hello, I have tomcat 8 on linux, configured with

Re: Fail secure state

2016-06-23 Thread tomcat
know that tomcat is a computer program, right ? On Thu, Jun 23, 2016 at 3:33 PM, Mark Thomas wrote: On 23/06/2016 20:21, Jason Ricles wrote: Does tomcat have a secure state if system initialization fails, shutdown fails, or aborts fail? Define "secure state", "system initiali

Re: Need help with URL redirecting

2016-06-20 Thread tomcat
appends the remaining portion of the url to what the users typed. -Original Message- From: Sean Son [mailto:linuxmailinglistsem...@gmail.com] Sent: Monday, June 20, 2016 12:42 PM To: Tomcat Users List ; a...@ice-sa.com Subject: Re: Need help with URL redirecting On Fri, Jun 17, 2016 at 3

Re: mod JK ho to rout all content to tomcat except for a few static folders

2016-06-20 Thread tomcat
k 1.2.41, which is later than mod_jk 1.2.6. So where is the problem ? 2) The urls that get sent to Tomcat are unkown. This is a dynamic content driven site. Yes, but the ones which are /not/ to be sent to Tomcat are known, as per your explanation. (some "specific" static

Re: Tomcat 8.5 slowdown with Resources element

2016-06-20 Thread tomcat
On 20.06.2016 12:06, Mike Noordermeer wrote: Hi, I'm experiencing a very weird issue, and do not really have an idea where to start looking for the solution, hopefully someone here has an idea. As the Tomcat 8.5 Cache.getResource() call added some logging about the cache being too small

Re: Need help with URL redirecting

2016-06-17 Thread tomcat
Hi. Another tip : on his list,mit is preferred if you respond in or below the previous text. That's why I moved your previous answer. It makes it easier to follow the conversation without having to scroll back and forth all the time. > On Fri, Jun 17, 2016 at 12:03 PM, André Warnier

Re: Need help with URL redirecting

2016-06-17 Thread tomcat
On 17.06.2016 17:03, Sean Son wrote: Hello all I am new to the list. This is what i am trying to do but need help on: I have a webapp running on tomcat 8: https://myapp.example.com:8443/myapp I am going to set up a DNS record myapp.example.com which will point to the IP address of the

Re: how to create log files user level

2016-06-16 Thread tomcat
Thanks. The rest below, as preferred on this mailing list. Thanks, Vijay G On Thu, Jun 16, 2016 at 12:40 PM, André Warnier (tomcat) wrote: On 16.06.2016 08:50, Vijay Kumar wrote: Hi Team, We have a requirement to create a log either at User level or at User session level. Please provide

Re: how to create log files user level

2016-06-16 Thread tomcat
file at server/client side? Our application is built with Struts 1.2. Webserver used is Tomcat. Currently using Tomcat JULI Logging. Tomcat version ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Remove Port from Https URL || SSL Port Issue || Important

2016-06-10 Thread tomcat
On 10.06.2016 12:14, varun gulati wrote: Hello Gurus, We are using Tomcat to serve our User Base (we are not using Apache http Server but only Tomcat). We have recently enabled SSL in our Project and everything runs just fine. We raised the CSR using keytool, got the Certificates, So both of

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
On 31.05.2016 18:54, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. I see two errors: SEVERE: Servle

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
Now really ? What do you not understand in > java.lang.OutOfMemoryError: Java heap space ? On 31.05.2016 15:35, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet ComponentDi

Re: diAdmin/launch/logon.do missing

2016-05-30 Thread tomcat
usable details about what you are talking about, such as : - is this a Tomcat webserver which you are trying to access ? - if yes, - which version of Tomcat - which version of Java - which OS platform and what is "Data Integrator Management Co

Re: Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread tomcat
On 25.05.2016 18:09, sebastien.boulia...@cpu.ca wrote: Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0

Re: Secured connection between Apache Httpd and Tomcat over AJP protocol

2016-05-25 Thread tomcat
On 25.05.2016 16:21, Mohanavelu Subramanian wrote: Hi All, Good Morning. I have Httpd process and Tomcat instances both running on 2 different machines. The communication between them happens through AJP protocol (mod_jk) which doesnt support encryption. But we are using some features of

Re: Problem with monitoring with JMX

2016-05-24 Thread tomcat
or shutdown.bat/sh, but should define these options in a bin/setenv.bat/sh file, that you create if it is not there yet. This "bin/setenv.sh/bat" file, if it exists, is called and executed *before* the JVM that starts (or stops) Tomcat is started, and thus these options will be set

Re: The connection was reset.

2016-05-24 Thread tomcat
On 24.05.2016 09:55, Bjørn T Johansen wrote: On Mon, 23 May 2016 15:25:54 +0200 André Warnier (tomcat) wrote: On 23.05.2016 15:08, Bjørn T Johansen wrote: On Mon, 23 May 2016 14:54:14 +0200 André Warnier (tomcat) wrote: On 23.05.2016 14:48, Bjørn T Johansen wrote: On Mon, 23 May 2016 14

Re: The connection was reset.

2016-05-23 Thread tomcat
On 23.05.2016 15:08, Bjørn T Johansen wrote: On Mon, 23 May 2016 14:54:14 +0200 André Warnier (tomcat) wrote: On 23.05.2016 14:48, Bjørn T Johansen wrote: On Mon, 23 May 2016 14:39:25 +0200 André Warnier (tomcat) wrote: On 23.05.2016 14:25, Bjørn T Johansen wrote: On Fri, 20 May 2016 13

Re: The connection was reset.

2016-05-23 Thread tomcat
On 23.05.2016 14:48, Bjørn T Johansen wrote: On Mon, 23 May 2016 14:39:25 +0200 André Warnier (tomcat) wrote: On 23.05.2016 14:25, Bjørn T Johansen wrote: On Fri, 20 May 2016 13:49:35 +0200 André Warnier (tomcat) wrote: On 20.05.2016 12:54, Bjørn T Johansen wrote: When I access the

Re: The connection was reset.

2016-05-23 Thread tomcat
On 23.05.2016 14:25, Bjørn T Johansen wrote: On Fri, 20 May 2016 13:49:35 +0200 André Warnier (tomcat) wrote: On 20.05.2016 12:54, Bjørn T Johansen wrote: When I access the status page everything works fine but when I try to access the manager page, I get the following error: This site

Re: Tomcat 8 disable parts

2016-05-20 Thread tomcat
On 20.05.2016 15:41, Campbell, Lance wrote: Tomcat 8.0.35 I love Tomcat. I have been using it before it was Tomcat. Thanks for the great work! Our group only uses Tomcat with Apache for serving up content through servlets. We never use JSPs, tag libs, etc. I know Tomcat is taking on a lot

Re: The connection was reset.

2016-05-20 Thread tomcat
the firewall ERR_CONNECTION_RESET I can not find any reasons for this in the default config, what am I missing? And in the Tomcat logfiles ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Tomcat Cors on 40x requests.

2016-05-20 Thread tomcat
On 20.05.2016 12:06, André Warnier (tomcat) wrote: On 20.05.2016 11:34, Sjir Bagmeijer wrote: Hello, We have some issues with getting cors to work for requests within the 40x status code range. What is interesting, is that https://www.w3.org/TR/cors/ says absolutely nothing about &quo

Re: Tomcat Cors on 40x requests.

2016-05-20 Thread tomcat
On 20.05.2016 11:34, Sjir Bagmeijer wrote: Hello, We have some issues with getting cors to work for requests within the 40x status code range. What is interesting, is that https://www.w3.org/TR/cors/ says absolutely nothing about "not exist", "not found", 404 status etc. (It does say a lot

Re: Tomcat 7, startup problems

2016-05-17 Thread tomcat
On 17.05.2016 18:14, Mark Thomas wrote: On 17/05/2016 16:49, André Warnier (tomcat) wrote: Hello experts. What does the following mean, The constant values are from the Java virtual machine specification and related to new features added in Java 7. Those errors mean that the byte scanning

Tomcat 7, startup problems

2016-05-17 Thread tomcat
Hello experts. What does the following mean, and/or (better) what do we have to do to get rid of these ? Note : below is only a small sample, there are hundreds of these in-between (about 2.3 MB of logfile worth of them). INFO: Starting Servlet Engine: Apache Tomcat/7.0.28 May 11, 2016 2

Re: using filter on web.xml

2016-05-15 Thread tomcat
On 15.05.2016 13:58, Francesco Viscomi wrote: Hi all, I've declared a filter in web.xm as: ShibbolethHeaderReaderFilter ShibbolethHeaderReaderFilter IdPC it.loset.idpcp.ri.filters.ShibbolethHeaderReaderFilterIdpc configura

Re: Question regarding parseRequestLine

2016-05-10 Thread tomcat
On 10.05.2016 23:00, Thomas Meyer wrote: Hi, I noticed that I can block tomcat 8 by opening 200 connection to the http 1.1 connector and send 512 bytes of zero in each connection. Tomcat 8 seems to block in parseRequestLine() method for 20 seconds (connectionTimeout) and times out after that

Re: Apache redirect

2016-05-09 Thread tomcat
th that). (I'm just guessing heavily here, I don't know mod_wsgi at all). But again, this is the Tomcat Users list, and we don't want to be using their bandwidth for dealing with issues for which the Apache httpd guys and the mod_wsgi guys are certainly more up to par. The comments

Re: Apache redirect

2016-05-09 Thread tomcat
your webserver. And that it is this proxy which does not forward the calls correctly. So it is probably the proxy server people you would need to talk to first. On Mon, May 9, 2016 at 11:37 AM, André Warnier (tomcat) wrote: On 09.05.2016 17:11, Temp Temp wrote: Hi All Need help to

Re: Apache redirect

2016-05-09 Thread tomcat
On 09.05.2016 17:11, Temp Temp wrote: Hi All Need help to trace how the redirect is happening We have some static pages and dynamic pages (Using Python) and we are using apache 2.2.15 (Unix Environment). Then you are asking for help on the wrong list. This one is for Apache Tomcat, which is

Re: setting jvm parameters to optimize production performance

2016-05-06 Thread tomcat
On 06.05.2016 14:11, Stefan Frei wrote: Tomcat 8.0.33 Debain jessie java 8 Hello i cannot find any resources how to set configure the setenv.sh for a production environment. Does somebody have some tips? You have not been looking very hard. How about this for a start : http

Re: Auto-bounce a host or webapp?

2016-05-06 Thread tomcat
start the web apps. But I have 20 web apps. And the manager makes me start each web app one at a time and wait for the page to reload before going to next app. Cumbersome at best. The Manager also has a "program-friendly text interface", see : http://tomcat.apache.org/tomcat-8.0-d

Re: Tomcat connection reset

2016-05-02 Thread tomcat
know if anyone has seen a similar issue. I have seen earlier posts for connection resets and the validation query from select dual is not helping either. Running tomcat 6 with sun jdk 6 on rhel 6.7. Precise Tomcat version (6.y.z) would be more helpful. Configuration details of whatever is

Re: Any experience with Tuckey UrlRewrite servlet filter?

2016-04-29 Thread tomcat
On 29.04.2016 12:52, Lyallex wrote: On 29 April 2016 at 08:44, André Warnier (tomcat) wrote: On 29.04.2016 08:59, Lyallex wrote: The problem is despite setting the to-type to permanent-redirect I'm actually getting a 302 temporary-redirect. I know this is probably off topic but if a

Re: Any experience with Tuckey UrlRewrite servlet filter?

2016-04-29 Thread tomcat
ache httpd, a simple solution would be to create 2 VirtualHost's, - one of which listens only to port 80, and always returns a 301 to HTTPS - the other one listening only to port 443, and holding your application There should be a way to do the same with Tomcat. If not, then thinking a bit la

Re: Apache Tomcat Vulnerabilities

2016-04-28 Thread tomcat
On 28.04.2016 21:48, Taylor, Larry wrote: Hello, I am using Tomcat Version: apache-tomcat-7.0.50 That version dates back to 2014. The latest version in that branch is 7.0.69 See : http://tomcat.apache.org/download-70.cgi OS: Red Hat Enterprise Linux Server release 6.5 (Santiago) 64bit

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 13:57, Stéphane Thibaudeau wrote: Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> importan

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 13:57, Stéphane Thibaudeau wrote: Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> importan

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See below. On 27.04.2016 12:03, Stéphane Thib

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 10:27, Stéphane Thibaudeau wrote: Hi, I'm trying to deploy a webapp on Tomcat 8.0.33 running as a windows service.. The webapp is based on Spring Boot (not sure if relevant). The webapp calls external SOAP web services that have been published on another machine (by Nav

Re: OT if/else or not if/else

2016-04-25 Thread tomcat
On 25.04.2016 17:21, Dougherty, Gregory T., M.S. wrote: On 4/25/16, 9:38 AM, "Leon Rosenberg" wrote: The other thing that made me wonder is that most people on the list (or all except me) actually considered if-else-if-else more readable. It not only creates a more complex structure (visually

Re: OT if/else or not if/else

2016-04-25 Thread tomcat
On 25.04.2016 16:38, Leon Rosenberg wrote: On Mon, Apr 25, 2016 at 4:13 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leon, On 4/22/16 12:24 PM, Leon Rosenberg wrote: Hi guys, I would always choose the case with the elses. Fi

Re: OT if/else or not if/else

2016-04-23 Thread tomcat
Since it is still week-end.. On 22.04.2016 21:57, Olaf Kock wrote: Optimize for the maintainer, not for the compiler. The maintainer might buy you a beer, the compiler for sure will not. With permission, I will borrow that paragraph for my upcoming "Programming for Dummies" book. This is pro

Re: Determine jdbc driver loaded in running Tomcat instance

2016-04-21 Thread tomcat
On 21.04.2016 18:17, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, Is there a method to determine what jdbc driver a running Tomcat instance loaded and is running? Since I suppose that this must be possible using JMX, here is a reminder for a nifty

Re: Fwd: bug

2016-04-20 Thread tomcat
On 20.04.2016 09:31, Cristian Lorenzetto wrote: i sincronized the method for sending message but error is the same when ubuntu is suspended. The connections are not restored correctly when tomcat websocket process is wakeup Ach so .. You are talking about running Tomcat on an Ubuntu laptop

Re: Fwd: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 16:47, Cristian Lorenzetto wrote: it sounds a good response for me :) It would be appreciated a task assignment for solving that bug. There might still be a small misunderstanding. I believe that Mark means : *your* application has a bug, not Tomcat. -- Forwarded

Re: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 16:00, Cristian Lorenzetto wrote: Sincerely in the doc is written that tomcat websocket is a 'single thread model' so it is already sincronized. I dont think it is that. I think that this is not the point. The point is : by leaving your PC and letting it go to sleep,

Re: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 15:41, Cristian Lorenzetto wrote: 17-Apr-2016 10:50:23.751 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:Apache Tomcat/9.0.0.M1 17-Apr-2016 10:50:23.752 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built

Re: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 15:19, Cristian Lorenzetto wrote: Hi I m using tomcat in ubuntu system. Tomcat version ? Java version ? http://lmgtfy.com/?q=BINARY_PARTIAL_WRITING When i leave my pc for 10 mins system is suspended. When i return to work i have this exception

Re: Tomcat Files and Tools

2016-04-14 Thread tomcat
On 14.04.2016 16:48, King Kenneth wrote: All, I have a few questions listed below please provided insight. Where do I find the tomcat-user.xml file? Where do I find the logging properties for Tomcat? Where is the java security manager, is this component installed by default? Hello. I

Re: Tomcat 8 uses high CPU

2016-04-13 Thread tomcat
On 14.04.2016 03:21, David Kerber wrote: On 4/13/2016 6:04 PM, Josep M Beleta wrote: Following André suggestion I replaced the connector protocols, both for HTTP and AJP ports, to force NIO.2. Now Tomcat is working for seven hours without any problem. My findings until now are: 1. It is

Re: Tomcat 8 uses high CPU

2016-04-13 Thread tomcat
On 13.04.2016 13:55, Josep M Beleta wrote: > >Could I find a workaround? Maybe for the meantime, you could try another Connector protocol ? http://tomcat.apache.org/tomcat-8.5-doc/config/http.html#Common_Attributes -> protocol Note: I am not an expert, and not sure that in this p

Re: Replacing default servlet using url-mapping

2016-04-13 Thread tomcat
Maybe also read this for details : http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application.3F I have read the answers on these two links: http://stackoverflow.com/questions/4140448/difference-between-and-in-servlet-mapping-url-pattern

<    1   2   3   4   5   6   7   8   9   >