Re: Odd NIO connector behavior

2011-12-27 Thread Matthew Tyson
On Tue, Dec 27, 2011 at 1:31 PM, Stefan Mayr wrote: > Am 24.12.2011 00:39, schrieb Matthew Tyson: > > Hello, >> >> We have been having quite a few problems with using long-polling >> connections in Tomcat, via the NIO connector. Upgrading to Tomcat 7.0.23 >> d

Re: Odd NIO connector behavior

2011-12-28 Thread Matthew Tyson
On Wed, Dec 28, 2011 at 8:58 AM, Stefan Mayr wrote: > Am 28.12.2011 10:04, schrieb ma...@apache.org: > > Matthew Tyson> >> wrote: >> >> That's right, there is an f5 load balancer. The valve is used to keep >>> track of whether the request was via

Re: Odd NIO connector behavior

2011-12-29 Thread Matthew Tyson
On Wed, Dec 28, 2011 at 6:22 PM, Matthew Tyson wrote: > On Wed, Dec 28, 2011 at 8:58 AM, Stefan Mayr wrote: > >> Am 28.12.2011 10:04, schrieb ma...@apache.org: >> >> Matthew Tyson> >>> wrote: >>> >>> That's right, there is an f5 load

Re: Odd NIO connector behavior

2011-12-29 Thread Matthew Tyson
On Thu, Dec 29, 2011 at 11:07 AM, Pid wrote: > On 29/12/2011 17:27, Matthew Tyson wrote: > > On Wed, Dec 28, 2011 at 6:22 PM, Matthew Tyson > > wrote: > > > >> On Wed, Dec 28, 2011 at 8:58 AM, Stefan Mayr >wrote: > >> > >>> Am 28.12.2011

Re: Odd NIO connector behavior

2011-12-29 Thread Matthew Tyson
On Thu, Dec 29, 2011 at 12:02 PM, Tim Watts wrote: > On Thu, 2011-12-29 at 11:22 -0800, Matthew Tyson wrote: > > > > > How an empty 200 response could be generated > > without executing the logging statement here is a mystery. > > > > Do you still have tha

Re: single large tomcat or multiple tomcats

2011-12-30 Thread Matthew Tyson
On Fri, Dec 30, 2011 at 11:57 AM, S Ahmed wrote: > I know with other frameworks (like python/rails) people tend to run > multiple instaces of the web server and round robin requests to each using > something like haproxy. > > Is this known in the tomcat community at all? > > If I have a server wi

Re: Odd NIO connector behavior

2011-12-31 Thread Matthew Tyson
On Wed, Dec 28, 2011 at 1:04 AM, wrote: > Matthew Tyson wrote: > > >That's right, there is an f5 load balancer. The valve is used to keep > >track of whether the request was via HTTPS or not. > > What happens if you go direct to Tomcat and bypass the F5? > >

RE: Setting scheme on catalina Requests

2010-06-13 Thread Matthew Peterson
Never mind. I found out how to do it. For anyone else interested, from a catalina.Request object you need to get the underlying coyote.Request object, access it's Scheme object (type MessageByte) and then set it's String value to "https". I still don't understand why the catalina.Request object

RE: Setting scheme on catalina Requests

2010-06-13 Thread Matthew Peterson
homas [mailto:ma...@apache.org] Sent: Monday, 14 June 2010 9:58 AM To: Tomcat Users List Subject: Re: Setting scheme on catalina Requests On 13/06/2010 23:40, Matthew Peterson wrote: > I still don't understand why the catalina.Request object doesn't implement > the convenience method se

RE: Setting scheme on catalina Requests

2010-06-14 Thread Matthew Peterson
I have discovered that the RemoteIPValve which has been shipped with Tomcat since v6.0.24 also performs the tasks am trying to perform with my valve. I had overlooked it previously due to its name. We are using v6.0.26, so I'll give it a whirl! Cheers, Matt. -Original Message- From: Ch

RE: Re: how to calculate a memory tomcat

2010-06-14 Thread Matthew Peterson
Lambda Probe is stale. It has been forked to Psi Probe which has regular activity: http://code.google.com/p/psi-probe/ -Original Message- From: Myk Bova [mailto:syste...@narod.ru] Sent: Tuesday, 15 June 2010 2:07 AM To: Tomcat Users List Subject: Re: Re: how to calculate a memory tomcat

RE: how to calculate a memory tomcat

2010-06-15 Thread Matthew Peterson
/2010 6:42 PM, Matthew Peterson wrote: > Lambda Probe is stale. It has been forked to Psi Probe which has regular > activity: http://code.google.com/p/psi-probe/ Is Lambda Probe stale? It may not have gotten any updates for a while, but is it really lacking anything? - -chris -BEGIN PGP SIG

RE: HTTP connector to be aware of proxied SSL requests

2010-06-17 Thread Matthew Peterson
"This is *open* source..." Thx Capt. Obvious - very helpful ;-) OK, so I now understand why it was chosen to perform the redirection in the Connector rather than in a Valve; to remove unnecessary processing keeping the redirect response as efficient as possible. I might lodge an enhancemen

RE: HTTP connector to be aware of proxied SSL requests

2010-06-17 Thread Matthew Peterson
. -Original Message- From: Cyrille Le Clerc [mailto:clecl...@xebia.fr] Sent: Friday, 18 June 2010 8:30 AM To: Tomcat Users List; Matthew Peterson Subject: Re: HTTP connector to be aware of proxied SSL requests Hello Matt, I think the RemoteIpValve does what you need : it looks at http headers filled

Question about BASIC Authentication

2010-06-29 Thread Matthew Mauriello
Hello, I am having a minor problem related to Tomcat's BASIC Authentication setup. A user access my custom web application in the 'webapps' folder which is accessible to everyone in a separate sub folder. I have another 'webapps' sub folder for SOLR which is secured with BASIC Authentication. I h

Re: Question about BASIC Authentication

2010-06-29 Thread Matthew Mauriello
ets the needs of the very few users on the website. Hope this clears things up. Thanks, ~Matt > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matt, > > On 6/29/2010 5:57 PM, Matthew Mauriello wrote: >> I am having a minor problem related to Tomcat's BASI

Re: Question about BASIC Authentication

2010-06-30 Thread Matthew Mauriello
MESSAGE- > Hash: SHA1 > > Matthew, > > On 6/30/2010 12:07 AM, Matthew Mauriello wrote: >> I have two directories in 'webapps' other than ROOT. ROOT redirects >> users >> to webappA. WebappA does not use tomcat's basic authentication but if >>

Re: Question about BASIC Authentication

2010-06-30 Thread Matthew Mauriello
method, how do websites grant access to public sites and secure certain sections? Or is this a problem because I have two separate applications deployed and I am trying to navigate between both? Thanks again, ~Matt > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthew, > &

Re: Question about BASIC Authentication

2010-06-30 Thread Matthew Mauriello
---BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthew, > > On 6/30/2010 8:20 PM, Matthew Mauriello wrote: >> The behavior seems rather strange to me in fact, I've seen other >> websites >> run on what looks to be BASIC Authentication without popping the

Re: Question about BASIC Authentication

2010-07-01 Thread Matthew Mauriello
e header.jsp file might be trying to send headers, > unfortunately I am not in the same location as the server so I will have > to check this out tomorrow. > > I'll keep you posted, > > ~Matt > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >>

Configuring Tomcat 6 to only start the default "manager" webapp

2012-02-10 Thread Matthew Marleau
Hi, I was wondering if anyone knew how to configure Tomcat (6.0.26) to only start the default app when the Tomcat service starts. I have many webapps deployed so that they are accessible when I need them and I don't have to re-deploy/configure them later, but I don't like that they all start up

Known Tomcat 6.0 and JDK 1.7.0_02 issues?

2012-02-14 Thread Matthew Doucette
.0.33, downloaded separately from Eclipse * Eclipse = Eclipse Java EE IDE for Web Developers., Version: Indigo Release, Eclipse Platform, Version: 3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f, Build id: I20110613-1736. * 64-bit Windows 7 machine Thank you, -- Matthew Doucette

Re: Odd NIO connector behavior

2012-02-23 Thread Matthew Tyson
Just a heads up to the Tomcat team - I switched all our comet handling to Jetty, and these issues are resolved. Something is definitely amiss in the NIO connector. Regards, Matt Tyson On Sat, Dec 31, 2011 at 10:23 AM, Mark Thomas wrote: > On 31/12/2011 16:35, Matthew Tyson wrote: > &g

Re: [OT] Re: Tomcat Linux/Windows Performance Question

2012-10-29 Thread Matthew Gillen
On 10/29/2012 03:16 PM, verlag.preis...@t-online.de wrote: >> 3. Bizarre observations when using high-resolution (or even ms-res) >> clocks and timers... seems like you can't get more than about 0.1-sec >> resolution or so reliably -- or at least plausibly -- on a win32 box. > > Hmm, I think this

RE: SEVERE message from DeltaManager

2010-07-25 Thread Matthew Peterson
Thankyou very much for your diagnosis here, Mark. I will investigate the proposed solution and let you know how it goes. Cheers, Matt. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, 20 July 2010 3:07 AM To: Tomcat Users List Subject: Re: SEVERE message fro

newbie question re mod_jk

2010-08-12 Thread Matthew Fleming
port 8009. I can load my servlet from http://localhost:8080/Client_Access, but I can't load it from http://localhost/Client_Access so mod_jk isn't working. What could it be? Thanks, Matthew Fleming PS, here is my whole mod_jk.conf file: LoadModule jk_module /usr/lib/apache2/modules/mod

newbie question re mod_jk

2010-08-12 Thread Matthew Fleming
I appreciate all the suggestions and have implemented them all, but its still not working. Any other suggestions? Matthew Fleming

newbie question re mod_jk

2010-08-12 Thread Matthew Fleming
Working now. Thanks again for all your advice. The original recommendations were all that was necessary (plus I had two apache Includes in the wrong order, and there was a little matter of a typo...) Thanks so much for all your help. Matthew Fleming

Apache / Tomcat consultant needed?

2014-03-24 Thread Matthew Turany
Hi, Apologies if this is the wrong place to post this and if so it would be great if you could let me know where I should direct it. We're a software developer located in Australia, one of our products uses Apache as a reverse proxy to multiple tomcat instances each supporting numerous customers.

Is it possible to send a 'keep-alive' packet back to client session every x seconds?

2014-03-26 Thread Matthew Turany
Hi, Trying to figure out if this is possible; apache reverse-proxy sitting in front of a server running tomcat serving a web app. Due to the amount of data in the backend DB, when a user generated report is requested, it can take several minutes (3-4) for the report to be presented to the browser

Re: Is it possible to send a 'keep-alive' packet back to client session every x seconds?

2014-03-27 Thread Matthew Turany
net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 3/27/14, 5:38 AM, Mark Thomas wrote: > > On 27/03/2014 03:08, Matthew Turany wrote: > >> Is it possible to configure either apache or tomcat to send a > >> packet every x

SSL Root Cert install

2014-11-05 Thread Matthew Smith
I'm running Apache Tomcat 7 on Windows Server 2008 R2 with Java jdk 1.8.0_25. I was able to use the keytool.exe command with the -genkey switch to create a keystore. I then used keytool.exe to create a CSR which I submitted to an issuer and received a certificate. I have to use keytool.exe to impor

Android 5.0 SSL handshake failure

2015-01-18 Thread Matthew Mah
I have setup a Tomcat server using spring-boot with SSL/TLS for secure websockets. This works for Android 4.4, iOS, Firefox, and Chrome clients. Android 5.0 clients (Nexus 5) fail the SSL handshake. Has anyone successfully setup secure websockets with Android 5? I know there are SSL/TLS change

Re: Android 5.0 SSL handshake failure

2015-01-21 Thread Matthew Mah
On 01/20/2015 10:08 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthew, On 1/18/15 1:54 PM, Matthew Mah wrote: I have setup a Tomcat server using spring-boot with SSL/TLS for secure websockets. Tomcat version? JVM version? Any relevant configuration

Re: Android 5.0 SSL handshake failure

2015-01-21 Thread Matthew Mah
On 01/21/2015 11:26 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 1/21/15 11:13 AM, Matthew Mah wrote: On 01/20/2015 10:08 AM, Christopher Schultz wrote: Matthew, On 1/18/15 1:54 PM, Matthew Mah wrote: I have setup a Tomcat server using spring-boot

Re: Android 5.0 SSL handshake failure

2015-01-21 Thread Matthew Mah
On 01/21/2015 03:24 PM, Christopher Schultz wrote: Have you tried a plain-old HTTPS connection? No Websocket? I just tried HTTPS using HttpsURLConnection urlConnection = (HttpsURLConnection) url.openConnection(); try { try { InputStream in = new BufferedInputStream(urlConnection.

Re: Android 5.0 SSL handshake failure

2015-01-22 Thread Matthew Mah
On 01/22/2015 04:19 AM, Mark Thomas wrote: On 22/01/2015 00:12, Matthew Mah wrote: On 01/21/2015 03:24 PM, Christopher Schultz wrote: Have you tried a plain-old HTTPS connection? No Websocket? I just tried HTTPS using HttpsURLConnection urlConnection = (HttpsURLConnection) url.openConnection

Do I need a keystore?

2016-05-05 Thread Matthew Herzog
when I run the startup script /usr/bin/java -Djava.security.egd=file:/dev/./urandom -Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base

Re: Do I need a keystore?

2016-05-05 Thread Matthew Herzog
o port 443. Bad assumption on my part. On Thu, May 5, 2016 at 5:28 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthew, > > On 5/5/16 5:05 PM, Matthew Herzog wrote: > > when I run the startup scr

Re: Do I need a keystore?

2016-05-07 Thread Matthew Herzog
erschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthew, > > On 5/5/16 9:09 PM, Matthew Herzog wrote: > > You said, "the http-bio-8443 endpoint is an HTTP connector, not an > > AJP13 connector." > > > > This is confusin

Re: (Cross-Posted) Does anybody have any experience with Tomcat 8 on an IBM Midrange (AS/400, iSeries, whatever they're calling it this week) box?

2016-07-27 Thread Matthew Herzog
HAHAHAHAHAHA On Wed, Jul 27, 2016 at 7:06 PM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > Ladies and Gentlemen of both Lists: > > Does anybody in either the Tomcat List or the Java 400 List have > experience running Tomcat 8 on an IBM Midrange box? > > And (just for the Java 400 list

tomcat maven plugin sni

2016-07-28 Thread Matthew Broadhead
is this the right place to ask about tomcat7-maven-plugin v2.2? i am trying to run mvn tomcat:deploy to /manager/text on a host which is proxy passed from behind httpd. several virtual hosts are deployed on the server. SNI works fine through the browser and using openssl s_client server-name

API requests overloading Tomcat?

2015-08-25 Thread Matthew Madey
I use an application called Spacewalk to manage RHEL systems in an enterprise environment. The application provides an API that I use for automation purposes. While load starts to increase on the application server, we reach a breaking point where the application becomes unresponsive, and throws 50

Re: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-28 Thread Erik Matthew Brakke
Hi, Someone asked that I try Firefox to see if it was a certificate issue with MSIE. I'm still having the same issue with Firefox: no response at all from Tomcat 5.5.17 over the HTTPS connector. HTTP is fine. Netstat shows established connection by TCP/IP, just no response from TC. I've t

Re: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-28 Thread Erik Matthew Brakke
RE: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat Can you include your definition so we can take a look? Jay http://www.vtgroup.com/ -Original Message----- From: Erik Matthew Brakke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 1:48 PM To: Tomcat Users List Subject:

Re: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-28 Thread Erik Matthew Brakke
ny logging or not. Jay http://www.vtgroup.com/ -Original Message- From: Erik Matthew Brakke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 2:12 PM To: Tomcat Users List Subject: Re: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat Hi, its the default conne

Re: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-29 Thread Erik Matthew Brakke
Have you checked Bugzilla to see if there's an outstanding issue with SSL and this version of Tomcat? Unfortunately, we're using TC 5.0.19, so I don't have any experience with TC 5.5. Good luck. And maybe someone else will jump in with some guidance. Jay http://www.vtgroup.

Filter Help!

2006-04-04 Thread Matthew J. Vincent
Hello everyone, If this is not the right place to post this could you please let me know where. I have searched the forums and Google and cannot find an answer. I have a Servlet filter that checks to see the content length of the request. long contentLength = request.getContentLength(); I

Re: Virtual Host with Different IP Address

2007-10-26 Thread Matthew A. Bockol
You could run both apps under the same domain but still on different hosts, such that: app1 is at mydomain.com app2 is at mydomain.com/app2 If you run tomcat behind apache httpd this is pretty simple to set up (via mod_proxy_ajp or mod_jk or ... ) For sub.mydomain.com you need to make a DNS c

server mapping behaviour when directory structure mirrors mappings

2007-12-10 Thread Matthew Thomas Broadhead
Recently upgraded Tomcat from version 4.1.31 to 6.0.14. In my webapp I mapped servlets to paths without extensions e.g. Sales /sales Then in the root of the webapp there is a directory with the same name (e.g. sales) in which all the resources for that servlet are stored.

JK - welcome file displays text when mapped to servlet

2007-12-10 Thread Matthew Thomas Broadhead
Recently upgraded Tomcat from version 4.1.31 to 6.0.14. In my web.xml - index.htm is set as the welcome file - index.htm is mapped to a servlet which produces html and there is a blank index.htm in the root of the webapp. This worked fine for 4.1.31 on port 8080 and through AJP1.3 connector. On

Re: Tomcat5.5 Ubuntu startup error

2007-06-08 Thread Matthew Whittaker-Williams
> > > Will > > enable multiverse and install sun-java6-jdk Where did you place these options? and did you set it in JAVA_OPTS or CATALINA_OPTS? Here is my line which works fine: /etc/default/tomcat/tomcat-5.5 JAVA_OPTS="-Xmx4g

Re: Stop a webapp from being started when tomcat starts

2007-07-31 Thread Matthew Whittaker-Williams
On Tuesday 31 July 2007 11:02, ben short wrote: > Hi, > > Is it possible to configure tomcat to not start a specific webapp when > it starts up? > > Ben > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe

Configuring Embedded Tomcat for SSL

2013-10-31 Thread Matthew Westwood-Hill
ly being started. When I try browsing to the above port using Chrome/IE all it does not connect. I thought I was following the correct process base don information I located on Google, however, it would appear I am still doing something incorrect. I have confirmed the existence of the private key in the keystore (using Keystore Explorer), so all that is fine. Please, any help would be greatly appreciated. Cheers, Matthew *Matthew Westwood-Hill ** *

Setting unloadDelay within embedded Tomcat

2013-12-09 Thread Matthew Westwood-Hill
*unloadDelay* property programmatically in the above example? Cheers, Matthew

Configure Tomcat Logging Programmatically

2013-12-09 Thread Matthew Westwood-Hill
I am running Tomcat programmatically (embedded) and I wanted to configure its logging so I can track inbound request. I start Tomcat as follows: tomcat = new Tomcat(); tomcat.setBaseDir(DEFAULT_BASE_DIR); tomcat.getService().addConnector(defaultConnector); tomcat.setConnector(defaultConnec

RE: Proxy Apache https to Tomcat http

2016-10-06 Thread Matthew X. Economou
allow unencrypted access to this application: I redirect all HTTP requests to the HTTPS site, and I set a HSTS header that signals browsers to remember this for future connection attempts. Best wishes, Matthew P.S. If you haven't already, please review https://wiki.mozilla.org/Security/Serv

Corrupt files in 6.0.29 distribution?

2010-08-25 Thread Clifton, Matthew R (AS)
Hello, Just performed a download on the 6.0.29 version of the software, and after performing a Sophos Anti-virus scan found the following four files to be corrupt: dso-dlfcn.o, locks.o, replace.o, signals.o. These files were found within the commons-daemon-native.tar.gz for the apache-tomcat-6.0.

<    1   2