RE: configuring login for static content and Servlets

2015-10-05 Thread Caldarale, Charles R
> From: Bill Ross [mailto:r...@cgl.ucsf.edu] > Subject: configuring login for static content and Servlets > Is it possible to set up a site so that you have to log in to access the site > at all, > either the static content or the servlet interface? Read the "Specifying Security Constraints"

RE: Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments

2015-09-27 Thread Caldarale, Charles R
> From: Fernando González [mailto:fergo...@gmail.com] > Subject: Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments > I am using Tomcat 7.0.28 and I am deploying a .war with a context.xml > that sets the copyXML attribute to "true". That version is over three years old and does

RE: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Caldarale, Charles R
> From: Troy Robinson [mailto:troy.robin...@sasktel.com] > Subject: Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server Don't top-post on this mailing list. > Sorry, I also ran "%CATALINA_HOME%\bin\service.bat install" and a Windows > Service is there and available in the SERVICES gui.

RE: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Caldarale, Charles R
> From: Troy Robinson [mailto:troy.robin...@sasktel.com] > Subject: Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server > I just : > - downloaded the 7.0.59 version from the http://tomcat.apache.org/ site. Which version? There are three for Windows (ignoring Itanium), plus two other

RE: Tomcat Connection Security

2015-09-21 Thread Caldarale, Charles R
> From: Diego Maciel Gomes [mailto:diego_...@hotmail.com] > Subject: Tomcat Connection Security > I have Tomcat and Weblogic here. > I have an Oracle Database here. > My tomcat and weblogic connect into my oracle database. > For tomcat, in the context.xml file, we can see the username and

RE: Filter Mapping URL Pattern

2015-09-18 Thread Caldarale, Charles R
> From: George Sexton [mailto:geor...@mhsoftware.com] > Subject: Filter Mapping URL Pattern > I'm trying to add a filter mapping with the URL-Pattern > /*.css Which, unfortunately, isn't allowed. You probably just need to remove the leading slash. > Can someone direct me to a a BNF

RE: heap thrashing

2015-09-13 Thread Caldarale, Charles R
> From: Leo Donahue [mailto:donahu...@gmail.com] > Subject: Re: heap thrashing > Why does the jvm decide to collect garbage that fast as opposed to letting > it build and taking care of it later? Because your webapp has filled up one of the divisions of the heap. Read up on how the Java heap

RE: heap thrashing

2015-09-13 Thread Caldarale, Charles R
> From: Leo Donahue [mailto:donahu...@gmail.com] > Subject: Re: heap thrashing > "re-using objects" - do you mean declaring static variables or using thread > locals? Or something else? In an environment that uses thread pooling (e.g., Tomcat), any use of thread locals has to be done very,

RE: heap thrashing

2015-09-11 Thread Caldarale, Charles R
> From: Leo Donahue [mailto:donahu...@gmail.com] > Subject: Re: heap thrashing > I see this topic come up from time to time on the list. Can someone point > me to what heap thrashing looks like? > Is heap thrashing a very "closely spaced" saw tooth pattern? Should have mentioned that "heap

RE: heap thrashing

2015-09-11 Thread Caldarale, Charles R
> From: Leo Donahue [mailto:donahu...@gmail.com] > Subject: Re: heap thrashing > > I see this topic come up from time to time on the list. Can someone point > > me to what heap thrashing looks like? > > Is heap thrashing a very "closely spaced" saw tooth pattern? Very often. > This is about

RE: Multiple JSESSIONID cookies being presented.

2015-09-10 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: Multiple JSESSIONID cookies being presented. > I checked the error.jsp file and it does have session=true set, and if the > icon file > is missing, the error.jsp is definitely being sent. > So it looks like the

RE: Multiple JSESSIONID cookies being presented.

2015-09-08 Thread Caldarale, Charles R
> From: Jose María Zaragoza [mailto:demablo...@gmail.com] > Subject: Re: Multiple JSESSIONID cookies being presented. > > Thanks for the clarification of what's supposed to happen on receipt, Jose. > > However, I am describing what happens on first contact from the client to > > the server. > >

RE: HTTP 400 with Form based authentication

2015-08-31 Thread Caldarale, Charles R
> From: Sreyan Chakravarty [mailto:sreyan.mail...@gmail.com] > Subject: Re: HTTP 400 with Form based authentication > My security constraint is as follow-: > > FORM > > /index.jsp > /index.jsp?error=true > > > This is my understanding

RE: Webapp killing entire Tomcat process

2015-08-30 Thread Caldarale, Charles R
From: Jerry Malcolm [mailto:techst...@malcolms.com] Subject: Webapp killing entire Tomcat process But in my opinion, no matter what happens in the code, TC shouldn't completely die, correct? Nope, it's all one process, and any thread can take it out. Running with a security manager

RE: Tomcat 8.0.23, Apache Commons 2.2: Object pool shared across Tomcat servers/clusters?

2015-08-25 Thread Caldarale, Charles R
From: Prarthana Agwania [mailto:prarthana.agwa...@gmail.com] Subject: Tomcat 8.0.23, Apache Commons 2.2: Object pool shared across Tomcat servers/clusters? Currently in our project, we have multiple Tomcat servers running on a single physical server each having its own connection pool. We

RE: Please help

2015-07-17 Thread Caldarale, Charles R
From: uzair rashid [mailto:uzairrashi...@gmail.com] Subject: Re: Please help Jul 16, 2015 5:09:52 PM org.apache.coyote.AbstractProtocol init SEVERE: Failed to initialize end point associated with ProtocolHandler [http-apr-8443] This is a completely different problem, so you should start a

RE: Cannot get ExecCGI to work with userdir apache 2.4.6

2015-07-17 Thread Caldarale, Charles R
From: Tucker, Doug [mailto:tuck...@lyle.smu.edu] Subject: Cannot get ExecCGI to work with userdir apache 2.4.6 I'm at my wits end. Apparently so, since you picked the wrong mailing list. This one is for Apache Tomcat, not Apache httpd, which is what you appear to be concerned with. -

RE: Please help

2015-07-16 Thread Caldarale, Charles R
From: uzair rashid [mailto:uzairrashi...@gmail.com] Subject: Please help Please help as a subject line is not terribly useful, is it? I am using Apache Tomcat 7.0.57.. Good to know; many people forget to mention the version they're using. I have configured my server.xml as follows:

RE: Tomcat 8 - Manager Deploy

2015-07-14 Thread Caldarale, Charles R
From: theo.swe...@avios.com [mailto:theo.swe...@avios.com] Subject: Re: Tomcat 8 - Manager Deploy Don't top post. I did search for the version tag but was unable to identify it in the Tomcat 8 documentation. Would you mind pointing me toward it please? Look here:

RE: Spring Scheduled Task is triggered multiple times

2015-07-03 Thread Caldarale, Charles R
From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Subject: Re: Spring Scheduled Task is triggered multiple times On 3 Jul 2015 08:42, Zoran Avtarovski zo...@sparecreative.com wrote: I went through the logs in much greater detail today and I noticed when the server starts I get

RE: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Caldarale, Charles R
From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? I know for sure I am not using websockets in my application, but stack trace shows me wsfilter used by tomcat getting called for some reason, As it should be. Just for understanding

RE: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? But maybe the solution consists simply in renaming that filter, so that it does not give the mistaken impression that the WebSocket protocol is necessarily being used ? That can't be

RE: Distinct servlets for different domains in one web application

2015-06-28 Thread Caldarale, Charles R
From: Christian [mailto:cm...@famiru.de] Subject: Distinct servlets for different domains in one web application is it somehow possible to create a web application with multiple servlets that are registered to different domains for the same url paths using tomcat 8? It sounds like you

RE: [OT] Random Form Resubmissions

2015-06-17 Thread Caldarale, Charles R
From: Jerry Malcolm [mailto:techst...@malcolms.com] Subject: OT: Random Form Resubmissions I have written defensive code in my webapp to detect this situation and handle it. So it's not a critical problem now. But it just frustrates me that I have no clue what is going on. And I'm

RE: Brand new to Tomcat

2015-06-16 Thread Caldarale, Charles R
From: Cohen, Laurence [mailto:lco...@novetta.com] Subject: Re: Brand new to Tomcat Sorry, I sent that last post before I sent this one. I'm assuming this is what you were meaning about top posting? I should just post after all previous posts? Yes, but trimming out the fluff (e.g.,

RE: Brand new to Tomcat

2015-06-16 Thread Caldarale, Charles R
From: Cohen, Laurence [mailto:lco...@novetta.com] Subject: Re: Brand new to Tomcat I apologize everyone. No apology needed - you're doing much better than many. Are there some instructions that I'm supposed to have read through. I'd be happy to review anything that will provide

RE: Fwd: Apache Tomcat 7 -Parameters lost

2015-06-12 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Fwd: Apache Tomcat 7 -Parameters lost Are you 100% sure that there is nothing in these requests which could prevent a correct parsing of these parameters ? And/or are you sure that when you compare the tcpdump log and the

RE: HOW TO APPLY TOMCAT UPGRADE

2015-06-10 Thread Caldarale, Charles R
From: Salami Kehinde Rasheed [mailto:kennysal...@gmail.com] Subject: HOW TO APPLY TOMCAT UPGRADE I need step-by-step to upgrade to apache v7.0.40, what to download and how to apply this on production environment. Kindly state all necessary caution to take on WINDOW SERVER 2008 R2 and

RE: [OT] jar files - where - please explain

2015-06-04 Thread Caldarale, Charles R
From: Ray Holme [mailto:rayho...@yahoo.com.INVALID] Subject: Re: [OT] jar files - where - please explain I may be off base here, but IMHO Windoze does not support symbolic links Yes, you're off base. Windows symlinks have been available since Vista. GIYF. For example:

RE: 7.0.54 Memory Errors

2015-06-02 Thread Caldarale, Charles R
From: Lunsford, David [mailto:david.lunsf...@vistronix.com] Subject: 7.0.54 Memory Errors I am noticing in my tomcat logs Atlassian Crowd throws errors relating to memory. Does anyone have any ideas of what's causing? SEVERE: The web application [/crowd] created a Threadlocal with a key

RE: Tomcat 7.0.55 support details

2015-06-01 Thread Caldarale, Charles R
From: Mittal, Paran (Infosys) [mailto:paran.mit...@astrazeneca.com] Subject: Tomcat 7.0.55 support details We could not find details on apache page for supporting cycle of tomcat. Not at all clear what you expect from support. Tomcat is a free, open-source product, written and maintained

RE: Problem specifying cipher suites in tomcat6

2015-05-28 Thread Caldarale, Charles R
From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some light on what I did wrong? Using a version of

RE: native API - to make Apache/Tomcat faster

2015-05-26 Thread Caldarale, Charles R
From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: Re: native API - to make Apache/Tomcat faster That sounds like you have a resource leak of some kind, which is tying up server resources (memory, probably). This sounds a bit like that but I'm not sure. Please stick to

RE: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Caldarale, Charles R
From: Daniel Mikusa [mailto:dmik...@pivotal.io] Subject: Re: Try to deploy war and keep access to my webapp in browser without entering context root name Rename mywebapp.war to ROOT.war (case is important) and deploy. +1 - That will be the easiest solution and then you can probably

RE: Setting Access Logs in Tomcat

2015-05-19 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Setting Access Logs in Tomcat On 5/19/15 3:04 PM, Jins Raju Abraham wrote: Where do we define the files to be retained in apache. Sorry... what? What files? Retained where? Apache what? The OP should

RE: CVE-2015-0204 - FREAK vulnerability on tomcat 7.

2015-05-15 Thread Caldarale, Charles R
From: Penubothu, Srinivasa M [mailto:srinivasa.penubo...@bankofamerica.com] Subject: RE: CVE-2015-0204 - FREAK vulnerability on tomcat 7. Title: SSL/TLS Server Accepts RSA_EXPORT Cipher Suites (FREAK) CVE ID: CVE-2015-0204 That particular CVE number is only for the OpenSSL client side of

RE: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-14 Thread Caldarale, Charles R
From: Troy Robinson [mailto:troy.robin...@sasktel.com] Subject: Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service I had installed 32 bit Apache Tomcat 7.0.59 ... and 64-bit Java 7. It's interesting ... that Tomcat starts up

RE: Tomcat 7 JNDI Realm credential password update availability

2015-05-14 Thread Caldarale, Charles R
From: John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) [mailto:jbeau...@cisco.com] Subject: RE: Tomcat 7 JNDI Realm credential password update availability So you're saying the change via JMX would update in-memory representation of the server.xml conf, and be

RE: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Caldarale, Charles R
From: Troy Robinson [mailto:troy.robin...@sasktel.com] Subject: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service Windows Server 2012 Standard Apache Tomcat 7.0.59 Java jre 7 Thanks for specifying the above; many people forget. I'm

RE: Tomcat Vulnerabilities for 6.x and 7.x version

2015-05-12 Thread Caldarale, Charles R
From: Mittal, Paran (Infosys) [mailto:paran.mit...@astrazeneca.com] Subject: Tomcat Vulnerabilities for 6.x and 7.x version We need to understand the fix for tomcat Vulnerabilities for 6.0.29 and 7.0 version. We came across a CVE Reference: CVE-2014-0230 which says Could you please

RE: Tomcat 7.0.57 - Deployment Issue

2015-05-12 Thread Caldarale, Charles R
From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: Tomcat 7.0.57 - Deployment Issue for some reasons it's not going well. Its getting deployed as single app www.mywebapp1.com\mywebapp2\ rather than 2 seperate sites. Which is exactly what you configured it to do. mywebapp1 is deployed

RE: Tomcat Vulnerabilities for 6.x and 7.x version

2015-05-12 Thread Caldarale, Charles R
From: Mittal, Paran (Infosys) [mailto:paran.mit...@astrazeneca.com] Subject: RE: Tomcat Vulnerabilities for 6.x and 7.x version We have checked the link but are unable to find the exact file name where changes need to be deploy or steps to follow to apply the fix. To repeat: use the

RE: High cpu on Tomcat 8

2015-05-05 Thread Caldarale, Charles R
From: Greg Huber [mailto:gregh3...@gmail.com] Subject: Re: High cpu on Tomcat 8 Have you set a pollerThreadCount? I have had a look and I cannot find where this is set. Is there any documentation on this? The pollerThreadCount applies only to the HTTP version of the Connector, not the

RE: High cpu on Tomcat 8

2015-05-04 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: High cpu on Tomcat 8 Car analogy: it's the distributor cap of all the bytes flying around the container. You're dating yourself :-) Haven't seen a distributor on a car in many years. - Chuck THIS COMMUNICATION

RE: High cpu on Tomcat 8

2015-05-03 Thread Caldarale, Charles R
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Subject: Re: High cpu on Tomcat 8 I believe java 8 combines the permgen into the heap space Not the whole story. A small part of what was in PermGen is now allocated in the Java heap, but the majority is moved to areas of

RE: FarmWarDeployer via tomcat web manager

2015-04-13 Thread Caldarale, Charles R
From: Keiichi Fujino [mailto:kfuj...@apache.org] Subject: Re: FarmWarDeployer via tomcat web manager I changed war-listen path to webapps, and everything works fine untils I restart my Tomcat 1 (master node). After restarting tomcat my war file goes empty in webapps folder. ( file size

RE: Rendering JSP files through Apache

2015-04-09 Thread Caldarale, Charles R
From: George Sexton [mailto:geor...@mhsoftware.com] Subject: Re: Rendering JSP files through Apache My reading of it says that any request that matches a known context path must be routed to the web application. It seems pretty cut and dried to me. That's true only when the request is

RE: Rendering JSP files through Apache

2015-04-09 Thread Caldarale, Charles R
From: George Sexton [mailto:geor...@mhsoftware.com] Subject: Re: Rendering JSP files through Apache The problem is then that as a system, the container isn't compliant. What you're in essence saying is that the compliance of the system isn't a concern. My belief is that as a system, the

RE: Fedora 20 Yum and tomcat setup

2015-04-08 Thread Caldarale, Charles R
From: Salam Y. Elias [mailto:salamli...@free.fr] Subject: Re: Fedora 20 Yum and tomcat setup However, I am trying to replace the Root with my application. That's ROOT (case sensitive), also known as the default webapp. I delete the Root directory and create something like this

RE: Fedora 20 Yum and tomcat setup

2015-04-07 Thread Caldarale, Charles R
From: Salam Y. Elias [mailto:salamli...@free.fr] Subject: Fedora 20 Yum and tomcat setup I used Yum to setup which installed Apache Tomcat/7.0.52. You should probably stop right there and undo that. The 3rd-party mangled versions of Tomcat tend to scatter files all over the place to the

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Caldarale, Charles R
From: Pavel Yermolenko [mailto:py.oh...@sunrise.ch] Subject: How to enable cookies in Apache Tomcat Trying to test jsp page in Apache Tomcat 8.0, I've met problems - opened page displays suggestions how to enable cookies in different browsers. Is there some option, allowing to setup/enable

RE: SSI Exec Command

2015-03-27 Thread Caldarale, Charles R
From: Bem Lozano [mailto:bemloz...@gmail.com] Subject: SSI Exec Command I'm having problem running SSI in Tomcat using the exec command. Already did the needed configurations for this but it's giving me an error. Exactly what did you configure? Anything other than changing conf/web.xml?

RE: can't access to Manager Application in Eclipse

2015-03-27 Thread Caldarale, Charles R
From: Pavel Yermolenko [mailto:py.oh...@sunrise.ch] Subject: can't access to Manager Application in Eclipse After activating of management accounts in tomcat-users.xml I still can't access to Manager App page (please see extract from tomcat-users.xml below). Care to tell us the _exact_

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Caldarale, Charles R
From: Pavel Yermolenko [mailto:py.oh...@sunrise.ch] Subject: RE: How to enable cookies in Apache Tomcat In the meantime I've tried to access to Manager App page from main page This is a different issue, so should be discussed in a different thread. Read this first:

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28) Really? The Tomcat ROOT web application is taking up 3 times as much heap space in Tomcat 6 as Tomcat 7? Just remember that the

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Caldarale, Charles R
From: Rainer Jung [mailto:rainer.j...@kippdata.de] Subject: Re: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28) Also interesting is cat /proc/PID/maps but here one would need to calculate sizes per line from the two hex addresses given at the start of

RE: Java Heap Space / Thread Dump Numbers

2015-03-20 Thread Caldarale, Charles R
From: Eric Robinson [mailto:eric.robin...@psmnv.com] Subject: RE: Java Heap Space / Thread Dump Numbers If you have the option, you might want to run a 32-bit JVM; it will probably run leaner and faster than a 64-bit JVM will. What do you mean my faster and leaner? Mostly leaner - a

RE: Java Heap Space / Thread Dump Numbers

2015-03-20 Thread Caldarale, Charles R
From: Eric Robinson [mailto:eric.robin...@psmnv.com] Subject: RE: Java Heap Space / Thread Dump Numbers Would the heap dump provide more actionable intel as far as tuning my memory parameters? It would provide information about what types of objects are consuming the heap space. From

RE: Java Heap Space / Thread Dump Numbers

2015-03-18 Thread Caldarale, Charles R
From: Eric Robinson [mailto:eric.robin...@psmnv.com] Subject: Java Heap Space / Thread Dump Numbers PSYoungGen total 95808K, used 22323K [0x2aaac377, 0x2aaaca21, 0x2aaaca21) eden space 82432K, 10% used

RE: threads vs. servlets

2015-03-10 Thread Caldarale, Charles R
From: Carl Dreher [mailto:focus...@arn.net] Subject: Re: threads vs. servlets If I write a servlet such as the above, is there ever only once instance of it running? Don't confuse objects with threads. There is one instance of a particular servlet, but many threads may be

RE: restricting access to images

2015-03-09 Thread Caldarale, Charles R
From: Carl Dreher [mailto:focus...@arn.net] Subject: restricting access to images I need to restrict access to a website's images, to people that have logged on, have authorization etc. I've searched though the Tomcat user's mailing list archives and didn't find a discussion that

RE: [URGENT] Content-Encoding: gzip not set

2015-03-09 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [URGENT] Content-Encoding: gzip not set If there's something that drives me absolutely nuts it's people that say read the documentation when you ask them for help. It's a pity in a way. I'm sure that your response would have

RE: Is org.apache.naming.resources package have been removed in tomcat 8.0.20?

2015-03-07 Thread Caldarale, Charles R
From: Thusitha Thilina Dayaratne [mailto:thusit...@wso2.com] Subject: Re: Is org.apache.naming.resources package have been removed in tomcat 8.0.20? Don't top post. Read the mailing list rules: http://tomcat.apache.org/lists.html#tomcat-users I'm trying to bundle the tomcat as a OSGI

RE: How to force Tomcat to use the system clock?

2015-03-06 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: How to force Tomcat to use the system clock? Tomcat absolutely does not use any internal clock of its own. The JRE almost certainly does not, either. Don't be quite so sure about the JRE in this case. This is HP's

RE: Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Caldarale, Charles R
From: Owens, Stephen (ITD) [mailto:stephen.ow...@state.ma.us] Subject: Question on Http11AprProcessor Error parsing HTTP request header error messages 2015-03-05 13:41:20,977 [http-apr-50881-exec-6] DEBUG org.apache.coyote.http11.Http11AprProcessor- Error parsing HTTP request header

RE: Issue with Apache Tomcat /4.0.3

2015-03-05 Thread Caldarale, Charles R
From: Sailaja Gadireddy [mailto:sailaja.gadire...@gmail.com] Subject: Issue with Apache Tomcat /4.0.3 We have a below setup for one of our application which was developed long back. And irresponsibly not updated. Tomcat 4.0.3 That's over thirteen years old. It's simply inexcusable to

RE: Potential IndexOutBounds in AbstractServletInputStream::readLine() ?

2015-03-04 Thread Caldarale, Charles R
From: Oswaldo Olivo [mailto:ozzy...@gmail.com] Subject: Potential IndexOutBounds in AbstractServletInputStream::readLine() ? I was wondering if there is an unintentional potential index of out bounds exception in AbstractServletInputStream::readLine() ? It's not unintentional. It seems

RE: when idle tomcat runs on 3.9% CPU

2015-02-27 Thread Caldarale, Charles R
From: Peter Irbizon [mailto:peterirbi...@gmail.com] Subject: Re: when idle tomcat runs on 3.9% CPU 1. It is the latest Debian on Raspberry Pi (aka Raspbian). Hardware is Raspberry Pi. That would seem to fit Chris' postulation pretty much exactly: There is also the question of 3.9% of

RE: 1st time user

2015-02-27 Thread Caldarale, Charles R
From: Brian V. Casteel [mailto:brian.cast...@ilhcgh.org] Subject: RE: 1st time user I have a bit of javascipt I want to run on a page hosted from my IIS server. Javascript runs in a _browser_, not on the server; it's just text as far as the server is concerned. You don't need Tomcat for

RE: Reg. getRealPath(/) _ How does the result of this method differ in Tomcat 7 and Tomcat 8

2015-02-10 Thread Caldarale, Charles R
From: Sasikumar Muralikrishnan [mailto:sasiku...@pointelsolutions.com] Subject: RE: Reg. getRealPath(/) _ How does the result of this method differ in Tomcat 7 and Tomcat 8 But here, I am not writing anything inside the web application. 1. I have a flat file in the web application and it

RE: URL rewrite in tomcat 7

2015-02-07 Thread Caldarale, Charles R
From: Baran Topal [mailto:jazziiil...@gmail.com] Subject: URL rewrite in tomcat 7 I have a tomcat 7 instance in which i need use alias for my domain. Essentially, the alias http://test1/ would replace the http:/myaddress.com and its sub addresses It is not a redirect, rather rewrite of

RE: Tomcat 7.0.55 System Down

2015-02-05 Thread Caldarale, Charles R
From: 토로치 [mailto:http7...@gmail.com] Subject: Re: Tomcat 7.0.55 System Down That is a very old JVM. You should also try updating that to the latest 7.0.x release and see if the bug reoccurs. This solution is extremely dependent on JAVA version. Then your solution is seriously broken.

RE: Issues with log4j.core.async.AsyncLoggerContextSelector when upgrading from 8.0.15 to 8.0.18

2015-02-04 Thread Caldarale, Charles R
From: Evil Bit [mailto:evil...@zoho.com] Subject: Issues with log4j.core.async.AsyncLoggerContextSelector when upgrading from 8.0.15 to 8.0.18 When running tomcat with -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector (defined in setenv.sh) to

RE: How to add PROPPATCH to webdav supported app

2015-02-03 Thread Caldarale, Charles R
From: manish.m.pa...@kp.org [mailto:manish.m.pa...@kp.org] Subject: How to add PROPPATCH to webdav supported app HTTP method: PROPPATCH Reference: WebDav is bundle with Apache Tomcat 8.0* If my web application myWebAppUsingWebDav uses WebdavServlet, how to configure myWebAppUsingWebDav

RE: “Virtual hosting” with port removed?

2015-02-01 Thread Caldarale, Charles R
From: Zala Pierre GOUPIL [mailto:goupilpie...@gmail.com] Subject: Re: “Virtual hosting” with port removed? If you use Tomcat alone (without Apache or any other web servers), you'll have to find a way to have it listen on the port 80 (there a some of them available on the web). Better than

RE: How-to disable SSL V3 on Tomcat 6.0.18.0

2015-01-29 Thread Caldarale, Charles R
From: Jammy Chen [mailto:jamm...@gmail.com] Subject: How-to disable SSL V3 on Tomcat 6.0.18.0 Do everybody knows how-to disable SSL v3 in older tomcat version Server version: Apache Tomcat/6.0.18 Server built: Jul 22 2008 02:00:36 Yes - move up to a current level and read the docs.

RE: Need Help!

2015-01-28 Thread Caldarale, Charles R
From: Tim Watts [mailto:t...@cliftonfarm.org] Subject: Re: Need Help! It sounds like you're trying to force your notion of what a web app's current folder should be onto Tomcat. Code that depends on the current directory setting is naïve at best. The Servlet Spec makes no guarantee as to

RE: AJP connector address vs. IPv4/6

2015-01-28 Thread Caldarale, Charles R
From: Wang, Andy [mailto:aw...@ptc.com] Subject: Re: AJP connector address vs. IPv4/6 The two connectors idea is an interesting one, but that has the unfortunate aspect of now maintaining 2 separate thread pools Not true - use an Executor:

RE: Tomcat 7.0.57 and application META-INF/context.xml

2015-01-26 Thread Caldarale, Charles R
From: Jose Monreal [mailto:jmonr...@gmail.com] Subject: Tomcat 7.0.57 and application META-INF/context.xml When I deploy my application myApp-1.2.war to Tomcat, instead of taking the context /my/app/context/1.2 that's specified in META-INF/context.xml under the path attribute of Context

RE: Tomcat 7.0.57 and application META-INF/context.xml

2015-01-26 Thread Caldarale, Charles R
From: Jose Monreal [mailto:jmonr...@gmail.com] Subject: Re: Tomcat 7.0.57 and application META-INF/context.xml So from what you and documentation are saying, there's no way for tomcat to use the path described in the META-INF/context.xml of my application. Correct. The simplest thing to do

RE: [OT] Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-24 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [OT] Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header German has its own confusing quirks. I always liked Schmetterling; the sound is so counter-indicative of the actual entity.

RE: FarmWarDeployer not checking watchDir

2015-01-20 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: FarmWarDeployer not checking watchDir So you can get a list of names, but you can't get any other information about the files, like anything returned by stat(). Correct; stat() retrieves metadata that's stored in

RE: FarmWarDeployer not checking watchDir

2015-01-20 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: FarmWarDeployer not checking watchDir I'm actually really surprised that File.list() returns a list of files for the directory that does not have execute permissions. That's per the POSIX standard: you only need

RE: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Caldarale, Charles R
From: Rajesh Biswas [mailto:rajesh...@gmail.com] Subject: Re: Facing SSL Exception in Tomcat 7.57 using Java Would you please pin point the issue why it is not working in JDK5, where can I set the TLS property. Note that JRE/JDK 5 has not been supported in some years; the last public

RE: Tomcat 8.0.14 - Using the Wrong Webapp Directory?

2015-01-19 Thread Caldarale, Charles R
From: Barnes, Mark (CORP) [mailto:mark.bar...@adp.com] Subject: Tomcat 8.0.14 - Using the Wrong Webapp Directory? In my server.xml, in my Host element, I have name='wapp1_001 and appBase=. Does the name attribute match that in the Engine, or do you have multiple Host elements?

RE: -Djava.awt.headless=true JVM parameter

2015-01-11 Thread Caldarale, Charles R
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Subject: Re: -Djava.awt.headless=true JVM parameter |-Djava.awt.headless=true| JVM parameter or X-Server may be missing. *You can continue the setup, but image processing will be disabled.* Is this an issue that I can

RE: -Djava.awt.headless=true JVM parameter

2015-01-11 Thread Caldarale, Charles R
From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: Re: -Djava.awt.headless=true JVM parameter Interesting would be though, what headless exactly means and what it has to do with graphics. Basically, it means there is no graphics display on the same machine as the JVM.

RE: Moving tomcat Ver 6.0

2015-01-08 Thread Caldarale, Charles R
From: Nick Wall [mailto:nick.w...@mvtcanada.com] Subject: RE: Moving tomcat Ver 6.0 You mention - Install the java sdk, set the %JAVA_HOME% system environment variable? Which SDK should I use ? and from where from? I downloaded the latest SDK from the oracle site jave_ee_sdk-7u1 is

RE: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread Caldarale, Charles R
From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections I found the link below from 2008. It looks like a minor change to the Catalina WebAppLoader class might solve the problem and let

RE: Help! Tomcat crashing on takeoff

2014-12-12 Thread Caldarale, Charles R
From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Subject: Help! Tomcat crashing on takeoff I'm trying to bring up Tomcat on a customer's AS/400. Don't suppose you'd want to give us a clue as to _exactly_ which version of Tomcat you're trying to run? - Chuck THIS COMMUNICATION

RE: Release calendar of Apache Tomcat versions

2014-11-20 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Release calendar of Apache Tomcat versions On 20/11/2014 17:52, jieryn wrote: Wow, all I've seen are examples that are likely the least efficient way to do things. Just use the version control system itself: Tag date != release

RE: Tomcat 7 deployments context

2014-11-05 Thread Caldarale, Charles R
From: Jose Monreal [mailto:jmonr...@gmail.com] Subject: Tomcat 7 deployments context Using Tomcat 7.0.56 I'm trying to deploy my applications (WAR) using the context in the META-INF/context.xml, without luck. What exactly have you set in your context.xml? What exactly does or does not

RE: Moving tomcat Ver 6.0

2014-11-05 Thread Caldarale, Charles R
From: Nick Wall [mailto:nick.w...@mvtcanada.com] Subject: RE: Moving tomcat Ver 6.0 Can I just copy the folder/files you mention and put in the new installation on the 2008 server ? Never, never, never copy configuration files from one version of Tomcat to another. The properties change

RE: so many thread are blocked

2014-11-04 Thread Caldarale, Charles R
From: bo zhao [mailto:somany...@gmail.com] Subject: so many thread are blocked I used command jstack to dump threads of tomcat, and I found that 183 threads are blocked, why? They're waiting for something to do. When a request arrives, a waiting thread will be activated to process it.

RE: Parallel deployment and failed to stop a thread.

2014-10-27 Thread Caldarale, Charles R
From: Bjørn T Johansen [mailto:b...@havleik.no] Subject: Parallel deployment and failed to stop a thread. The web application [##02] appears to have started a thread named [Mojarra-WebResourceMonitor-1-thread-1] but has failed to stop it. Is this a problem with Tomcat 8.0.14 or JSF

RE: Help with Apache Tomcat/7.0.53 SSL issue

2014-10-22 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Help with Apache Tomcat/7.0.53 SSL issue Is 2g a valid value for -Xmx? Yes, at least with the Sun/Oracle JVM. However, on 32-bit systems, that large a heap size will usually fail. - Chuck THIS COMMUNICATION MAY

RE: Tomcat windows authentication domain login issue

2014-10-14 Thread Caldarale, Charles R
From: tantaryu [mailto:ming...@outlook.com] Subject: Re: Tomcat windows authentication domain login issue Let me know if you can read it still. I didn't checked the Message is in HTML Format option. It didn't help. Don't use Nabble - post to the user's list directly from an e-mail

RE: Quite a few TCP connection established on start of Tomcat

2014-10-10 Thread Caldarale, Charles R
From: Gangadhar Tumkur [mailto:rajmc...@gmail.com] Subject: Re: Quite a few TCP connection established on start of Tomcat The text of the image: TCP127.0.0.1:57945ACNU34794GD:57946 ESTABLISHED [java.exe] TCP127.0.0.1:57946ACNU34794GD:57945 ESTABLISHED

RE: Tomcat JVM Crash

2014-10-03 Thread Caldarale, Charles R
From: Igal @ getRailo.org [mailto:i...@getrailo.org] Subject: Re: Tomcat JVM Crash fair enough, but first we need to ensure that this is not a Tomcat issue, right? By definition, it *cannot* be a Tomcat problem. The JVM must not crash due to any bugs in pure Java code. (The JVM can be

RE: Need info on CVE-2014-0050

2014-09-28 Thread Caldarale, Charles R
From: Aditi Sinha [mailto:adisinha0...@gmail.com] Subject: Need info on CVE-2014-0050 We are using Tomcat 7.0.40 as web server. How can we confirm if our application is vulnerable or not to CVE-2014-0050? Read the relevant security pages: http://tomcat.apache.org/security-7.html

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