RE: Tomcat 8.0.9 native library not found

2014-08-21 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Tomcat 8.0.9 native library not found I'm not ld master, but I think you might need to reboot in order for changes to ld.conf and friends to change anything. Just run the ldconfig utility (as root) to rebuild the

RE: question on different version of tomcat running on the same pc

2014-08-21 Thread Caldarale, Charles R
From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Subject: Re: question on different version of tomcat running on the same pc Hope this helps. You deserve a medal for the clear and precise descriptions. Would you consider adding this to the Tomcat Wiki, perhaps on this page?

RE: OutOfMemory:PermGen with Tomcat App Server

2014-08-19 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: OutOfMemory:PermGen with Tomcat App Server On 8/18/14, 3:52 AM, Sapna Kumari wrote: my bad, correct way to set JAVA_OPTS is *set JAVA_OPTS=-Xms512M -Xmx1024M* No, the correct way is to use CATALINA_OPTS. Do

RE: Tomcat 8.0.9 native library not found

2014-08-17 Thread Caldarale, Charles R
From: Neil Aggarwal [mailto:n...@jammconsulting.com] Subject: RE: Tomcat 8.0.9 native library not found I downloaded it and built it. /usr/local/apr/lib now contains these items: libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.so.0 libtcnative-1.so.0.1.30

RE: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp Rename C:\apache-tomcat-8.0.9\webapps\external-references\META-INF\context.xml to

RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread Caldarale, Charles R
From: fachhoch [mailto:fachh...@gmail.com] Subject: Re: java.net.SocketTimeoutException: Accept timed out I think my errror is similar to one error reported in https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 I am using jdk 7 64-bit and tomcat 7.0.52, is this fixed in 7.0.55?

RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread Caldarale, Charles R
From: fachhoch [mailto:fachh...@gmail.com] Subject: RE: java.net.SocketTimeoutException: Accept timed out proposed if for 6.0.x. ( the bug was filed for version 6.0.xx and a fix was proposed but did not commit the fix in version 6.0...x ) It was committed in 6.0.42. it will be

RE: Restricting SSL access within webapp

2014-08-01 Thread Caldarale, Charles R
From: John Smith [mailto:tomcat.ran...@gmail.com] Subject: Restricting SSL access within webapp What's the correct way to selectively restrict https to only one area of a webapp? Why would you want to do that? Other than a few extra server CPU cycles, what's the harm in allowing SSL

RE: Programmatically retrieve number of tomcat connections

2014-07-31 Thread Caldarale, Charles R
From: Igal @ getRailo.org [mailto:i...@getrailo.org] Subject: Re: Programmatically retrieve number of tomcat connections 1) you create a class that implements the Filter interface and maintains the count in an AtomicLong object. 2) you increment the AtomicLong before the call to

RE: Programmatically retrieve number of tomcat connections

2014-07-31 Thread Caldarale, Charles R
From: Igal Sapir [mailto:i...@getrailo.org] Subject: RE: Programmatically retrieve number of tomcat connections Isn't Filter.doFilter() called once for each incoming http request? Yes, which is why it has nothing to do with the number of _connections_. - Chuck THIS COMMUNICATION MAY

RE: Help with symbolic links

2014-07-15 Thread Caldarale, Charles R
From: Michael Bauers [mailto:michael.bau...@jdsu.com] Subject: Help with symbolic links We had tomcat 7 installed and were using symbolic links. A developer had apparently allowed this via allowLinking set to true in a context.xml file I am trying to migrate to tomcat 8.0.9 Apparently

RE: installing tomcat7-admin --- I have not /etc/tomcat7 directory

2014-07-12 Thread Caldarale, Charles R
From: Jim Anderson [mailto:jim_ander...@jjajava.com] Subject: installing tomcat7-admin --- I have not /etc/tomcat7 directory I have a problem because tomcat7 is not available for download with the crunchbang distribution. You would need to discuss on whatever support mechanism is available

RE: Embedded Tomcat question

2014-06-29 Thread Caldarale, Charles R
From: John D. Ament [mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? Look in the servlet spec for the

RE: start tomcat 7

2014-06-27 Thread Caldarale, Charles R
From: Francesco Viscomi [mailto:fvisc...@gmail.com] Subject: start tomcat 7 java version 1.7.0_60 Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) and tomcat 7: Apache Tomcat/7.0.35 Server Information Tomcat Version

RE: Deploying a relative docBase outside of appBase

2014-06-26 Thread Caldarale, Charles R
From: Peter Rifel [mailto:pri...@mixpo.com] Subject: Deploying a relative docBase outside of appBase In Tomcat 7 I had a ROOT.xml file in conf/Catalina/hostname/ which contained my Context with a docBase=../../www.war parameter. This was able to reach my www.war directory that lived

RE: Unable to unpack war under webapps

2014-05-06 Thread Caldarale, Charles R
From: Rahul R [mailto:rahul.ra...@gmail.com] Subject: Re: Unable to unpack war under webapps tomcat was running as a different user and I tried to start using root. Do not *ever* run Tomcat as root. Read this: http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_root_privileges.3F

RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-07 Thread Caldarale, Charles R
From: Konstantin Preißer [mailto:kpreis...@apache.org] Subject: RE: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work I wanted to note that I'm also using the ISAPI Connector 1.2.39 (x64) on a Windows Server 2012 R2, but I did not encounter the reported issue. This is my

RE: tomcat randomly undeploys and redeploys the applications

2014-04-02 Thread Caldarale, Charles R
From: Elias Kopsiaftis [mailto:yemi...@gmail.com] Subject: tomcat randomly undeploys and redeploys the applications I deploy the application, then in the log file catalina.out i get many messages from WebappClassLoader clearReferencesThreads saying threads appear to have started but have

RE: Tomcat 7.0.53 no changelog

2014-04-02 Thread Caldarale, Charles R
From: Campbell, Lance [mailto:la...@illinois.edu] Subject: Tomcat 7.0.53 no changelog Tomcat 7.0.53 does not have a changelog.  The last change log is for Tomcat 7.0.52 . It's there when I look at the changelog page: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html You may need to

RE: timeout

2014-03-30 Thread Caldarale, Charles R
From: Vicky B [mailto:vickyb2...@gmail.com] Subject: Re: timeout Below are the inforamtion Not really. OS : Solaris 5 apache httpd : 2.2 tomcat : 7 There are currently over 50 versions of Tomcat 7, plus numerous versions of httpd and Solaris 5, and you didn't provide the JVM

RE: timeout

2014-03-30 Thread Caldarale, Charles R
From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Re: timeout - and if that is not the reason, then find the person responsible for the in-between equipment and ask them why their junk closes the connection before your application has a chance to respond 'junk'?

RE: Tomcat 8.0.0-RC5: asynchron IO and back pressure with ReadListener

2014-03-25 Thread Caldarale, Charles R
From: Yann Simon [mailto:yann.simon...@gmail.com] Subject: Re: Tomcat 8.0.0-RC5: asynchron IO and back pressure with ReadListener Also, have you tried with the 8.0.5 release that is up for vote? I do not see this version anywhere. Is there already an alpha/beta/CR Version I can

RE: PooledConnection.getConnection - Tomcat JDBC Pool

2014-03-25 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: PooledConnection.getConnection - Tomcat JDBC Pool On 3/25/14, 10:53 AM, Pierce, Jonathan D wrote: In the Aries class, the expectation is that XAConnection.getConnection().close() will return the connection to

RE: [Bug 56301] Websockets not working after 8.0.0-RC10

2014-03-24 Thread Caldarale, Charles R
From: Cyril Auburtin [mailto:cyril.aubur...@gmail.com] Subject: Re: [Bug 56301] Websockets not working after 8.0.0-RC10 Tomcat 8.0.0-RC10 is the stable version or is it 8.0.3? No version of Tomcat 8 has been released as stable. Look here: http://tomcat.apache.org/whichversion.html

RE: Concurrency - Servlet created instances accessing static classes

2014-03-24 Thread Caldarale, Charles R
From: John Smith [mailto:tomcat.ran...@gmail.com] Subject: Concurrency - Servlet created instances accessing static classes Assume the following: 1. Servlet receives an HTTP POST request. doPost(...) is called. 2. doPost(..) instantiates class X with each request First terminology problem:

RE: Detecting out-of-memory condition

2014-03-24 Thread Caldarale, Charles R
From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Subject: Detecting out-of-memory condition We have noticed that after a certain amount of continuous uptime, Tomcat eventually runs out of memory. Your app has a memory leak. At any rate, is there a good way specific to Tomcat,

RE: filter question

2014-03-13 Thread Caldarale, Charles R
From: Brendan Miller [mailto:catph...@catphive.net] Subject: Re: filter question On Thu, Mar 13, 2014 at 6:20 PM, Martin Gainty mgai...@hotmail.com wrote: you'll need to pass your modified response to service method of servlet which is *in* the filterChain I'm confused by what you mean

RE: filter question

2014-03-13 Thread Caldarale, Charles R
From: Tim Watts [mailto:t...@cliftonfarm.org] Subject: Re: filter question Doing this in a Filter, while intuitively sensible, will always be a highly fragile solution. You would have to set a buffer large enough to accommodate the largest conceivable response size. Once a response is

RE: NIO connector - connections and threads

2014-03-10 Thread Caldarale, Charles R
From: John Smith [mailto:tomcat.ran...@gmail.com] Subject: Re: NIO connector - connections and threads Don't top post. So are the open HTTP connections that use my web application code waiting in line to be processed by the available threads specified in maxThreads? The connections won't

RE: NIO connector - connections and threads

2014-03-10 Thread Caldarale, Charles R
From: John Smith [mailto:tomcat.ran...@gmail.com] Subject: Re: NIO connector - connections and threads If you're implying are 200 people simultaneously, hitting the same page at the same time, or making the same HTTP POST at the same time, the answer is, yes, probably. Collecting some peak

RE: Executor thread pool

2014-03-10 Thread Caldarale, Charles R
From: John Smith [mailto:tomcat.ran...@gmail.com] Subject: Executor thread pool How dumb am I being by not using an Executor with a named thread pool? Currently I just have a Connector in server.xml: Connector port=8080 protocol=org.apache.coyote.http11.Http11NioProtocol

RE: Stable version

2014-03-09 Thread Caldarale, Charles R
From: Gallegos, Alfonso [mailto:agalle...@mesirowfinancial.com] Subject: Stable version What is the latest stable version of tomcat? The website shows 8.03 is beta. What does the chart at http://tomcat.apache.org/whichversion.html say? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: Stable version

2014-03-09 Thread Caldarale, Charles R
From: Gallegos, Alfonso [mailto:agalle...@mesirowfinancial.com] Subject: Re: Stable version I'm not sure but they sure make things confusing. As far as I read the download page should show the latest stable version which shows 8.03. No, the download pages show all available current

RE: Tomcat7w.exe

2014-03-07 Thread Caldarale, Charles R
From: Leo Donahue [mailto:donahu...@gmail.com] Subject: Tomcat7w.exe Did I miss something in the documentation about renaming this if one is running multiple windows services of Tomcat? Besides the doc André pointed out, it's discussed briefly at the end of RUNNING.txt in the Tomcat

RE: Andr? Warnie (was Re: secure reverse proxy to my tomcat server)

2014-03-04 Thread Caldarale, Charles R
From: Jeff Haferman [mailto:j...@haferman.com] Subject: Andr? Warnie (was Re: secure reverse proxy to my tomcat server) Oh geez... really? We're going to have a top-post vs bottom-post flame-war?? No, people who consistently violate the published rules for the list simply get ignored.

RE: retain context.xml across war updates

2014-03-02 Thread Caldarale, Charles R
From: Jesse Barnum [mailto:jsb_tom...@360works.com] Subject: Re: retain context.xml across war updates http://tomcat.apache.org/tomcat-7.0-doc/config/automatic-deployment.html I can't find any way to navigate to that URL from within the Tomcat documentation. It's reached from the last

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-25 Thread Caldarale, Charles R
From: J. Brian Hall [mailto:jbrianhall...@me.com] Subject: RE: Installing the OWF webapp to an existing Tomcat Instance Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true keystoreFile=certs/keystore.jks keystorePass=changeit clientAuth=want

RE: Installing the OWF webapp to an existing Tomcat Instance

2014-02-24 Thread Caldarale, Charles R
From: J. Brian Hall [mailto:jbrianhall...@me.com] Subject: Installing the OWF webapp to an existing Tomcat Instance if I access OWF through Tomcat's Application Manager, the URL address it follows goes to http://localhost:8080/owf/ when it should go to https://localhost:8443/owf/ That's

RE: Troubles to configure SSL

2014-02-24 Thread Caldarale, Charles R
From: Arseny [mailto:setev...@gmail.com] Subject: Re: Troubles to configure SSL But - we use 5.5 Tomcat. Then you really should not be giving people advice about how to configure supported Tomcat versions - a lot has changed. Moving up to a current version should be a priority for you.

RE: Troubles to configure SSL

2014-02-24 Thread Caldarale, Charles R
From: Petr Nemecek [mailto:p...@cmail.cz] Subject: Troubles to configure SSL After the startup I could navigate to http://localhost:8082/, but https://localhost:8445/ doesn't work. What does doesn't work mean? Did the building catch fire? Is the Windows firewall configured to allow

RE: Unable to shutdown tomcat

2014-02-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Unable to shutdown tomcat The C_GetSlotList() function would normally return immediately, so this one's very strange. If there are additional crypto libraries installed beyond the one that ships with the JVM, it might be

RE: Unable to shutdown tomcat

2014-02-18 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Unable to shutdown tomcat Thread-5 daemon prio=5 tid=7fe82c1f7000 nid=0x10c4bb000 waiting for monitor entry [] java.lang.Thread.State: BLOCKED (on object monitor) This thread might be a problem. Nope

RE: Unable to shutdown tomcat

2014-02-16 Thread Caldarale, Charles R
From: Tim Leung [mailto:timleung1...@gmail.com] Subject: Unable to shutdown tomcat I am unable to shutdown tomcat. When I do ./shutdown.sh, I don't see any error, but the process still seems to be running. Likely one of your webapps started a thread that is still running, preventing the

RE: Unable to shutdown Tomcat

2014-02-14 Thread Caldarale, Charles R
From: Pooja Swamy [mailto:poojasw...@gmail.com] Subject: Unable to shutdown Tomcat Everytime I try to shutdown tomcat, this is the error I get. Feb 14, 2014 6:37:52 PM org.apache.catalina.startup.Catalina stopServer SEVERE: Catalina.stop: java.net.ConnectException: Connection refused

RE: Unable to shutdown Tomcat

2014-02-14 Thread Caldarale, Charles R
From: Leo Medina [mailto:leo.medi...@gmail.com] Subject: RE: Unable to shutdown Tomcat Hello have you tried: ps -ef | grep port number kill -9 port number You must have extremely odd implementations of ps and kill if you expect that to do anything useful. Are you confusing port number

RE: Unable to shutdown Tomcat

2014-02-14 Thread Caldarale, Charles R
From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Subject: Re: Unable to shutdown Tomcat On Feb 14, 2014 8:29 PM, Pooja Swamy poojasw...@gmail.com wrote: Server port=8005 shutdown=SHUTDOWN The above is the shutdown port. Connector port=8080 protocol=HTTP/1.1 So it is port

RE: Unable to shutdown Tomcat

2014-02-14 Thread Caldarale, Charles R
From: Pooja Swamy [mailto:poojasw...@gmail.com] Subject: Re: Unable to shutdown Tomcat I confirmed tomcat is running by doing ps -ef|grep tomcat Have you confirmed that Tomcat is usable by going to http://localhost:8080 with a browser running on the same machine Tomcat is on? You may have

RE: Unable to shutdown Tomcat

2014-02-14 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Unable to shutdown Tomcat On 2/14/14, 1:52 PM, Leo Medina wrote: Hello have you tried: ps -ef | grep port number kill -9 port number That should be kill -9 pid, though I'm interested to see what happens if

RE: Tomcat 7 and manager issues on VirtualHost environnement

2014-02-07 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat 7 and manager issues on VirtualHost environnement Host name=tomcat appBase=webapps/admin/ Host name=development.domain.tld appBase=webapps/development/ The appBase of the two virtual hosts overlap. Do they, really ?

RE: Tomcat7 on VMWare Windows High Memory Issue

2014-02-07 Thread Caldarale, Charles R
From: Jain, Shailesh [mailto:shj...@suncor.com] Subject: Tomcat7 on VMWare Windows High Memory Issue There is a high memory utilization issue on tomcat7 version , can you please assist here Not without information. http://www.catb.org/~esr/faqs/smart-questions.html also please let me

RE: Tomcat classloader memory leak when an object is stored into session

2014-02-06 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] Subject: Re: Tomcat classloader memory leak when an object is stored into session When an application stores an object into the session and then the application is reloaded using Tomcat Web Application Manager, the classloader

RE: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-02-02 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS) Our web application contains both .war as well as .jar's file. Not possible. It's either/or, not both - if the webapp is built

RE: Manager Doesn't Recognize context = /

2014-01-31 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Manager Doesn't Recognize context = / Tomcat's position is that web applications are supposed to be self-contained. To be clear: this is not Tomcat's position, it's a requirement of the servlet spec. Tomcat

RE: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-01-31 Thread Caldarale, Charles R
From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS) We are running so many application's in Apache tomcat 7.0.40 server. Once i stop my server it will take more then an hour to startup. Tomcat

RE: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-01-31 Thread Caldarale, Charles R
From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS) If Apache-tomact have a feature like war deployment which is not required to stop and start the server same way in jar deployment it will

RE: Manager Doesn't Recognize context = /

2014-01-30 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Manager Doesn't Recognize context = / The WEB-INF folder is in the root. I don't know exactly what that means, but it's probably a big mistake. You should probably switch deployment strategies. It will save you

RE: Manager Doesn't Recognize context = /

2014-01-30 Thread Caldarale, Charles R
From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] Subject: Re: Manager Doesn't Recognize context = / Other than bug fixes and possibly improved stability, is there anything in 7.0.50 that is an absolute must-have? Depends on how willing you are to have your site exposed to published

RE: Manager Doesn't Recognize context = /

2014-01-30 Thread Caldarale, Charles R
From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] Subject: Re: Manager Doesn't Recognize context = / I have a directory structure: c:\domains\myhost\webapps\aWebApp\ In server.xml, I've defined the host with appRoot of c:\domains\myhost\webapps Do you mean appBase? (Precision

RE: Manager Doesn't Recognize context = /

2014-01-30 Thread Caldarale, Charles R
From: Mark Eggers [mailto:its_toas...@yahoo.com] Subject: Re: Manager Doesn't Recognize context = / In the meantime, I've got lots of webapps from my earlier, currently working config that use a context path that is different from the appBase folder name. You mean docBase (I think).

RE: class from jar in tomcat/lib not found

2014-01-28 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: class from jar in tomcat/lib not found Caused by: java.lang.NoClassDefFoundError Have you put both JAR files in lib/ at once? Or one in Tomcat's lib directory and another in the app's WEB-INF/lib. Having the

RE: Tomcat 5 Repository

2014-01-28 Thread Caldarale, Charles R
From: Pavneet singh Kochhar [mailto:kochha...@gmail.com] Subject: Fwd: Tomcat 5 Repository I searched the source code of Tomcat5 (git or svn repository) but could not find it in the archives. At least you've got the right mailing list this time. No idea where you were looking, but the 5.0

RE: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Caldarale, Charles R
From: Арсений Зинченко [mailto:setev...@gmail.com] Subject: Re: JAVA_OPTS vs CATALINA_OPTS in setenv.bat - must be used CATALINA_OPTS or JAVA_OPTS? Dan already explained this: Again, you could put memory settings in CATALINA_OPTS or in JAVA_OPTS. Setting them in CATALINA_OPTS is generally a

RE: [OT] Out of memory exception - top posting

2014-01-24 Thread Caldarale, Charles R
From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham Subject: Re: [OT] Out of memory exception - top posting As long as you can visually distinguish the reply from the original, does it really matter if that reply is above or below the original? Always

RE: [OT] Out of memory exception - top posting

2014-01-23 Thread Caldarale, Charles R
From: Ray Holme [mailto:rayho...@yahoo.com] Subject: Re: [OT] Out of memory exception - top posting Unfortunately that will mean that all folks who use yahoo need to copy and paste all messages. It appears that Mark E has no trouble with in-line posting from yahoo; perhaps he can share

RE: Weird issue setting up SSL on a WinDoze box

2014-01-22 Thread Caldarale, Charles R
From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Subject: Weird issue setting up SSL on a WinDoze box Caused by: java.lang.Exception: Connector attribute SSLCertificateFile must be defined when using SSL with APR The relevant connector tag in server.xml is, on this

RE: Cannot connect from outside using Tomcat 7/APR/SSL on AWS Windows system

2014-01-21 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Cannot connect from outside using Tomcat 7/APR/SSL on AWS Windows system Ready guys? Really surprised no one mentioned it. It was Windows F-ing Firewall! Do you mean when Konstantin said this yesterday:

RE: META-INF/Context.xml path question

2014-01-13 Thread Caldarale, Charles R
From: Bob DeRemer [mailto:bob.dere...@thingworx.com] Subject: META-INF/Context.xml path question We're trying to determine if it's possible to build a WAR with an embedded META-INF/Context.xml that defines the webapp path to be different then the WAR file name. Short answer: no. Let's

RE: exception-message header reveals path to document root in 404 response.

2014-01-11 Thread Caldarale, Charles R
From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject: Re: exception-message header reveals path to document root in 404 response. Wow, when I saw this last night, I shook my head and said to myself, Server: Apache-Coyote/1.1 this may be one of the reasons why my

RE: Getting 404 before the container starts all servlets

2014-01-10 Thread Caldarale, Charles R
From: Adrian Tarau [mailto:mailingl...@adrian.tarau.org] Subject: Re: Getting 404 before the container starts all servlets I tried with bindOnInit=false and bindOnInit=true, it makes no difference. I'm using tomcat 7.0.34, would this option be available in 7.0.34? It should be. Note

RE: exception-message header reveals path to document root in 404 response.

2014-01-10 Thread Caldarale, Charles R
From: August Kleimo [mailto:aug...@kleimo.com] Subject: exception-message header reveals path to document root in 404 response. I'm failing a PCI compliance scan because my Tomcat Version 7.0.20 server is revealing the path to the document web root in an exception-message header when a

RE: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Caldarale, Charles R
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: Re: Menu is not working for since Tomcat 7.0.42 On Jan 9, 2014, at 5:11 AM, Chinmoy Chakraborty cch...@gmail.com wrote: The application was working fine till Tomcat 7.0.41. But since 7.0.42 it stopped working. We are using jdk

RE: Getting 404 before the container starts all servlets

2014-01-09 Thread Caldarale, Charles R
From: Adrian Tarau [mailto:mailingl...@adrian.tarau.org] Subject: Getting 404 before the container starts all servlets After upgrading Tomcat from 6.X to 7.X, our AJAX client receives 404 for 10-15 seconds right after startup. I presume the request is accepted and processed before all

RE: Some questions

2014-01-08 Thread Caldarale, Charles R
From: CyTG [mailto:cytg@gmail.com] Subject: Some questions The darned thing is i cant find anything on configuring the loader .. I assume they mean ClassLoader and by the loader I assume it is a built-in ClassLoader .. such as WebappClassLoader .. but I cant find anything on cofiguring

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread Caldarale, Charles R
From: David kerber [mailto:dcker...@verizon.net] Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Sorry for asking u same thing again and again, i have tried many things from above document, but nothing works for me, also no errors in the log Connector port=8443

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Connector port=8443 protocol=org.apache.coyote.http11.Http11AprProtocol maxThreads=200 clientAuth=false

RE: rc-10 bug?

2014-01-03 Thread Caldarale, Charles R
From: Peter [mailto:peterdni...@yahoo.com] Subject: rc-10 bug? In RC-10, testcase 2 seems to work, but every few seconds the contains restarts with the following message: Jan 03, 2014 12:39:16 PM org.apache.catalina.loader.WebappClassLoader modified INFO: One of more JARs have been added

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread Caldarale, Charles R
From: Sanaullah [mailto:sanaulla...@gmail.com] Subject: Fwd: TLS is not working in 6.0.37, 7.0.42, 7.0.47 The Document which you were referring http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support_-_APR/Native, is clearly stated that only SSLv2, SSLv3, TLSv1 is support by

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Also attached TCP dump logs Actually, you only attached the TCP headers, not the full capture. The headers can't tell us anything. I am again getting following error on FF26

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Did you get wireshark filtered output ? Everybody on this list is a volunteer, with their own real jobs to take care of. If you want immediate attention, you bloody well need to

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-03 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Again, we have to submit this as a bug.TLS 1.2 is not working in Tomcat The only evidence you have provided is that your single chosen cipher is not implemented by the version

RE: All worker threads of my tomcat have been occupied!

2014-01-02 Thread Caldarale, Charles R
From: Benimaur Gao [mailto:benim...@gmail.com] Subject: All worker threads of my tomcat have been occupied! I tried jstack to get some info, and then I found a lot of thread call stack like: http-8082-154 daemon prio=10 tid=0x7f711c21f800 nid=0x5b0a waiting on condition

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-02 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: TLS is not working in 6.0.37, 7.0.42, 7.0.47 I need TLSv1.2 support for tomcat That's available by default with current OpenSSL versions. Also what will be the preferable connector settings ? Whatever you need them to be. The

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-02 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Don't top post - it makes it really hard to follow the conversation. is there any way to restrict the cipher suite in the connector configuration? You were already told how:

RE: All worker threads of my tomcat have been occupied!

2014-01-02 Thread Caldarale, Charles R
From: Benimaur Gao [mailto:benim...@gmail.com] Subject: Re: All worker threads of my tomcat have been occupied! Don't top post - it makes the conversation very difficult to follow. that's very strange. I failed to find any thread stack relevant to tomcat reloading. Perhaps you could post

RE: TLS is not working in 6.0.37, 7.0.42, 7.0.47

2014-01-02 Thread Caldarale, Charles R
From: Mudassir Aftab [mailto:withmudas...@gmail.com] Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47 Should i use following APR connector attribute ? Connector port=8443 protocol=org.apache.coyote.http11.Http11AprProtocol maxThreads=200

RE: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Caldarale, Charles R
From: Peter [mailto:nex@gmail.com] Subject: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache if I enter *http://client1.host.com http://client1.host.com* on browser, then tomcat should forward it to webapp client1

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Caldarale, Charles R
From: Frank Lugalla [mailto:frank.luga...@amdocs.com] Subject: Start the Tomcat server in the server view and go to http://localhost:8080/ (Please ignore Martin G's gibberish; it is, as usual, totally irrelevant.) Can someone please tell me how to Start the Tomcat server in the server

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Caldarale, Charles R
From: Frank Lugalla [mailto:frank.luga...@amdocs.com] Subject: RE: Start the Tomcat server in the server view and go to http://localhost:8080/ I am using Tomcat 7 integrated with Eclipse Kepler Release 1 with JVM=1.7_u45.All run on window platform.What I want is to start my

RE: slim and trim tomcat - which java is needed

2013-12-15 Thread Caldarale, Charles R
From: Ray Holme [mailto:rayho...@yahoo.com] Subject: slim and trim tomcat - which java is needed So do we need the JRE or the JDK or can Tomcat work without either on a non-sofware development box??? Read the RUNNING.txt file in the standard Tomcat distribution. If you're using a

RE: LDPA Authentication Failure

2013-12-13 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: LDPA Authentication Failure That's because you have : Realm className=org.apache.catalina.realm.JNDIRealm ... text ... /Realm So in fact Realm has one attribute (className), but not the other ones that you thought it has. And

RE: What if my database is unavailable at startup?

2013-12-13 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: What if my database is unavailable at startup? I've never heard of these or seen these attributes either. What are they for? maxOpenPreparedStatements=0 accessToUnderlyingConnectionAllowed=false You could look in the doc:

RE: Unreachable URL at Tomcat doc webpage

2013-12-12 Thread Caldarale, Charles R
From: Junek Leoš [mailto:ju...@oksystem.cz] Subject: Unreachable URL at Tomcat doc webpage At http://tomcat.apache.org/connectors-doc-archive/jk2/proxy.html I found 2 invalid URLs - the last two links at Source and Configuration section: I´m getting 404 error. Could you fix it, please?

RE: Tomcat 7 SEVERE: Invalid message received with signature

2013-12-05 Thread Caldarale, Charles R
From: John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) [mailto:jbeau...@cisco.com] Subject: Tomcat 7 SEVERE: Invalid message received with signature Apache is not running and in fact has been uninstalled. Presumably you mean Apache httpd, not Apache Tomcat (both

RE: wifi access to tomcat on wired mc

2013-12-03 Thread Caldarale, Charles R
From: Leo Donahue - OETX [mailto:leodona...@mail.maricopa.gov] Subject: RE: wifi access to tomcat on wired mc Have you tried disabling the windows firewall altogether to rule it out as the problem? The OP may well have more than one firewall active on the Windows box, if I interpreted his

RE: SSL question

2013-11-30 Thread Caldarale, Charles R
From: Joan Balagueró Ventus Proxy [mailto:joan.balagu...@ventusproxy.com] Subject: SSL question When I shutdown Tomcat, I see this message in catalina.out (ssl debug enabled): main, called close() main, called closeInternal(true) main, SEND TLSv1 ALERT: warning, description =

RE: org.apache.catalina.filters.CorsFilter

2013-11-30 Thread Caldarale, Charles R
From: spr...@gmx.eu [mailto:spr...@gmx.eu] Subject: RE: org.apache.catalina.filters.CorsFilter There aren't any. Without the details of how you configured the filter, where you put the class file and the stack trace of the exception we can't help you. Class is in WEB-INF/classes of

RE: wifi access to tomcat on wired mc

2013-11-30 Thread Caldarale, Charles R
From: Dave Pawson [mailto:dave.paw...@gmail.com] Subject: Re: wifi access to tomcat on wired mc Am I right in thinking that tomcat (as installed) only allows access to localhost, using server.xml / Valve / options? No, you are incorrect. Out of the box, Tomcat allows access from any

RE: Another Non-blocking IO Question

2013-11-25 Thread Caldarale, Charles R
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Subject: Another Non-blocking IO Question Most of the time it works, but in one case I'm seeing requests hang. You know the ritual: 1) Tomcat version? 2) JDK version? 3) Thread dump? in this case onWritePossible (i.e. my WriteListener) is

RE: maxThread not set in Tomcat 7

2013-11-25 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: maxThread not set in Tomcat 7 I haven't tried it, but perhaps Tomcat is case-sensitive when it comes to XML attribute names. No perhaps about it - it's always case sensitive. - Chuck THIS COMMUNICATION MAY

RE: maxThread not set in Tomcat 7

2013-11-25 Thread Caldarale, Charles R
From: Saurabh Makol [mailto:saurabh.ma...@gmail.com] Subject: Re: maxThread not set in Tomcat 7 Even setting it as lower case doesn't make any difference: You already had it in lower case. Read the doc (and the responses) more carefully; the attribute name is _not_ maxthreads.

<    1   2   3   4   5   6   7   8   9   10   >