RE: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread Caldarale, Charles R
> From: msyber [mailto:msy...@gmail.com] > Subject: Re: Apache Tomcat Native library was not found on the > java.library.path Don't top post - it's obnoxious and makes the conversation much harder to follow. > Tomcat: 6.0.13 Sadly out of date - over six years old. > JDK: 1.5.0_22 Not suppor

RE: TomCat Request Processing

2013-05-14 Thread Caldarale, Charles R
> From: yogesh hingmire [mailto:yogesh.hingm...@gmail.com] > Subject: Re: TomCat Request Processing > Sure, i tried looking at the sequence diagram on the apache tomcat site, > was not able to understand from there. Basically what i want to understand > is, how does the connector handle multiple

RE: Port still busy after removing connector in Embedded Tomcat 7.0.30

2013-05-13 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Port still busy after removing connector in Embedded Tomcat > 7.0.30 > > How long are you waiting? Can you give us the specifics of your > > connector configuration? I wonder if the connector is remaining open > > for

RE: Port still busy after removing connector in Embedded Tomcat 7.0.30

2013-05-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Port still busy after removing connector in Embedded Tomcat > 7.0.30 > > If I am calling the removeConnector, shouldn't it cleanup the > > context and the free the port? > In theory, yes, but ... > How long are yo

RE: Delayed WAR expansion, timeout on context startup?

2013-05-13 Thread Caldarale, Charles R
> From: Stefan Mayr [mailto:ste...@mayr-stefan.de] > Subject: Delayed WAR expansion, timeout on context startup? > Are there any parameters to adjust deployment timeouts for these > contexts with large WAR files? Want to give us a hint about what Tomcat version, JVM level, and platform you're

RE: DRIVER ERROR

2013-05-10 Thread Caldarale, Charles R
From: Jeny V [mailto:v_je...@yahoo.in] Subject: DRIVER ERROR I just copied a jakarta folder named "jakarta-tomcat-3.3.1a" Stop right there. That version of Tomcat is over ten years old and has not been supported for more than half that time. It is absolutely unconscionable to attempt to use

RE: Tomcat thread dump analysis

2013-05-08 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat thread dump analysis > > It would appear that logic in your application threads has either > > created a deadlock, or failed to unlock something before > > returning, > That's a tall order unless native code

RE: Remove default files, example JSPs and Servlets from the Tomcat Servlet/JSP container.

2013-05-08 Thread Caldarale, Charles R
> From: suresh babu yella [mailto:suresh.b.ye...@gmail.com] > Subject: Remove default files, example JSPs and Servlets from the Tomcat > Servlet/JSP container. > We are using tomcat 6.0.18 If you actually had any concern for security, you would not be using a version that's nearly five years o

RE: Tomcat thread dump analysis

2013-05-08 Thread Caldarale, Charles R
> From: Charles Richard [mailto:charle...@thelearningbar.com] > Subject: Re: Tomcat thread dump analysis > Top-posting is a post after another one I'm assuming? No, it's doing what you keep on doing - posting the response before the query it applies to (you could have looked it up). It's obnox

RE: server jvm

2013-05-07 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: server jvm > now that there is a separate download for a server jre at 7u21, should we > be using that instead? It looks like the "Server JRE" is somewhere in between a JDK and traditional JRE. It is 64-bit only, b

RE: NoSuchMethodError loading class in webapp from common class loader

2013-05-03 Thread Caldarale, Charles R
> From: Denise K. Erwin [mailto:dkerwi...@gmail.com] > Subject: RE: NoSuchMethodError loading class in webapp from common class > loader > Not to say this affects your specific problem, but I see you referencing > the Servlet 2.4 Specification. > Tomcat 7 is based on Servlet Specification v3.0:

RE: Monitoring Tomcat - Delta Values

2013-05-03 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Monitoring Tomcat - Delta Values > I was wondering if anyone could recommend an existing tool to capture > that data, compute the deltas, etc. or if folks just roll their own? I believe moskito does this already. http:

RE: NoSuchMethodError loading class in webapp from common class loader

2013-05-03 Thread Caldarale, Charles R
> From: Bryan Baugher [mailto:bjb...@gmail.com] > Subject: Re: NoSuchMethodError loading class in webapp from common class > loader > One of the arguments comes from another dependency jar that exists > in both the webapp and tomcat/lib Never, never, never put the same class in the webapp and

RE: context.xml vs ROOT.xml

2013-04-30 Thread Caldarale, Charles R
> From: Jason Aleski [mailto:jason.ale...@gmail.com] > Subject: Re: context.xml vs ROOT.xml Don't top post. > I believe it is being ignored because it doesn't see the database > connection when it is in the META-INF/context.xml. I believe you must be doing something else that's causing the DB

RE: Which version of tomcat for apache 2.2.24 and JDK 1.6.0

2013-04-30 Thread Caldarale, Charles R
> From: Dariusz Dolecki [mailto:dariusz.dole...@gmail.com] > Subject: Re: Which version of tomcat for apache 2.2.24 and JDK 1.6.0 Don't top post. > Does it matter if we are using AJP connector? No. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL an

RE: context.xml vs ROOT.xml

2013-04-30 Thread Caldarale, Charles R
> From: Jason Aleski [mailto:jason.ale...@gmail.com] > Subject: context.xml vs ROOT.xml > I've got my configurations stored in the META-INF/context.xml > file, but because I'm not deploying my application as a WAR, > the context.xml is ignored. Why do you think it's ignored? > I can copy my ap

RE: Which version of tomcat for apache 2.2.24 and JDK 1.6.0

2013-04-30 Thread Caldarale, Charles R
> From: Carrillo, Dan [mailto:dcarri...@idanalytics.com] > Subject: RE: Which version of tomcat for apache 2.2.24 and JDK 1.6.0 > If you want to utilize Servlet spec 3.0 or JSP spec 2.2 then use Tomcat > version > 7.0.39. This is compatible with Java 1.6. > If you prefer or are constrained to

RE: Java Applet can not communicate with Java Servlet

2013-04-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Java Applet can not communicate with Java Servlet > The servlet spec says that all servlets need to be in a package. No, it doesn't - but it's still a good idea. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTI

RE: Question on servlet determination

2013-04-25 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Question on servlet determination > http://localhost:8080/examples/servlets/servlet/RequestInfoExample > I get the example page with pathInfo=null > http://localhost:8217/examples/servlets/servlet/RequestInfoExample

RE: Tomcat 7.0.39 windows service setenv not used

2013-04-24 Thread Caldarale, Charles R
> From: Satyendra Singh [mailto:satya...@gmail.com] > Subject: Tomcat 7.0.39 windows service setenv not used > running service1 does not seem to use these values, it only use those that > i can see at tomcat7w.exe on this service. Services do not use _any_ .bat scripts, nor any environment vari

RE: tomcat reload problem

2013-04-23 Thread Caldarale, Charles R
> From: naouguh_tomcat [mailto:908245...@qq.com] > Subject: tomcat reload problem > When I reload one application in tomcat html manager console in tomcat > 1.6.0_33 No such Tomcat version exists; it appears you're referring to the JVM level. > "SEVERE: The web application [/service-internal]

RE: Question on servlet determination

2013-04-23 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: Question on servlet determination >   /Servlet1 >   /Servlet2 What happens if you try this instead: /Servlet1/* /Servlet2/* - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIE

RE: Tomcat security vulnerability/ or security config issue

2013-04-18 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Re: Tomcat security vulnerability/ or security config issue > If things are configured properly, web users won't be able to see > anything outside your app hierarchy, so something clearly isn't set up > properly. This has little to

RE: server.xml shutdown port command string

2013-04-17 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: server.xml shutdown port command string > If I am the only person deploying web apps (that I have developed), should I > still consider changing this command string value to something more complex? Only if untrus

RE: server.xml shutdown port command string

2013-04-17 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: server.xml shutdown port command string > Is the "command string" what is being called the password on the > security-howto page? Yes, they're the same thing; the text should be more consistent. Note that the shutd

RE: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-17 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: Tomcat access log reveals hack attempt: "HEAD /manager/html > HTTP/1.0" 404 > So you are saying it could be possible to know in advance that certain > requests are for repeated requests of nothing or being made b

RE: path attribute from Context.xml is not working

2013-04-14 Thread Caldarale, Charles R
> From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] > Subject: Re: path attribute from Context.xml is not working > I believe asterisks are formated by the mailing list software after bolding > a selection of text ... so we should safely ignore them ;) Which is another reason to use plain

RE: path attribute from Context.xml is not working

2013-04-14 Thread Caldarale, Charles R
> From: Jakub 1983 [mailto:jjaku...@gmail.com] > Subject: path attribute from Context.xml is not working > in file *someConf*.xml under directory > C:\test\catalina_base\conf\Catalina\localhost > I define path: > /> (For curiosity's sake, what are those silly asterisks doing in your config?)

RE: java.net.SocketTimeoutException: Read timed out

2013-04-12 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: java.net.SocketTimeoutException: Read timed out > The stack trace below is the exception that occurred today. Does this look > like a tomcat or google calendar issue? It has nothing to do with Tomcat; it's your webapp that o

RE: Errors when trying to configure SSL for Apache Tomcat 7

2013-04-12 Thread Caldarale, Charles R
> From: James Snider [mailto:james.sni...@hbcs.org] > Subject: Errors when trying to configure SSL for Apache Tomcat 7 > I am have generated the 2 certs and a private key and added them to > the server.xml SSL HTTPS/1.1 Connector on port 443 configuration with > the following code: > SSLCertif

RE: RE : Tomcat 6.0.35 Crashed again

2013-04-12 Thread Caldarale, Charles R
> From: saumil shah [mailto:saumil...@hotmail.com] > Subject: RE: RE : Tomcat 6.0.35 Crashed again > Is there any concerns over Tomcat bootup and shutdown times , if the > heap size is bumped to 4096m ? Not really. You could probably measure the impact in microseconds, but not any coarser gra

RE: RE : Tomcat 6.0.35 Crashed again

2013-04-11 Thread Caldarale, Charles R
> From: saumil shah [mailto:saumil...@hotmail.com] > Subject: RE : Tomcat 6.0.35 Crashed again > It would be "prefered" to make Min and Max heap size same Usually that is the case. > is -XX:+UseParallelGC recommended , since I have 8 core machine or would > there be penalty to that ? You very

RE: Tomcat version expiry date

2013-04-10 Thread Caldarale, Charles R
> From: Kosuru, Satish [mailto:skos...@templeton.com] > Subject: Tomcat version expiry date > Server version: Apache Tomcat/6.0.13 > Server built: May 5 2007 03:39:58 That's nearly six years old and you should be embarrassed - and scared - about still using it. Many, many critical fixes have

RE: Tomcat access log reveals hack attempt: "HEAD /manager/html HTTP/1.0" 404

2013-04-10 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Tomcat access log reveals hack attempt: "HEAD /manager/html > HTTP/1.0" 404 > a few minutes ago, I saw the following in the log: > 113.11.200.30 - - [09/Apr/2013:19:26:58 -0400] "HEAD /manager/html HTTP/1.0" > 404 - > Thi

RE: websockets holding on to threads.

2013-04-08 Thread Caldarale, Charles R
> From: Anton Piatek1 [mailto:anton.pia...@uk.ibm.com] > Subject: Re: websockets holding on to threads. > My thinking about it being a bug is that to support N clients with > websockets, you need N threads available on tomcat, even though they are > only getting updates every x seconds. I don

RE: Buggy java native call kills tomcat

2013-04-03 Thread Caldarale, Charles R
> From: Dale Ogilvie [mailto:dale_ogil...@trimble.com] > Subject: Buggy java native call kills tomcat > My question: can we protect ourselves from total instance failure, i.e. > restrict the damage to the death of just the app calling the native > library? Is there a way to make the tomcat VM sur

RE: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-02 Thread Caldarale, Charles R
> From: saumil shah [mailto:saumil...@hotmail.com] > Subject: Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit) Don't top post - it's annoying and confusing. > can we deploy 32 bit web applications on 64 bit tomcat? The point being made is that your question doesn't make any sense. There's no s

RE: Can't get name based virtual hosts to work (Windows)

2013-03-31 Thread Caldarale, Charles R
> From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] > Subject: Re: Can't get name based virtual hosts to work (Windows) Don't top post. It's annoying and confusing. > Thanks but I had already tried variations on the URL in Host name that > before posting. Right now it's going to defaultHo

RE: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: RE: Tomcat how to set -Xms and -Xmx > Add a "call setenv.bat" (with path as necessary) to startup.bat, or just > add the relevant SET statements directly to startup.bat. That's completely unnecessary, and inappropriate.

RE: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Caldarale, Charles R
> From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] > Subject: Re: Tomcat how to set -Xms and -Xmx > I found the answer. In catilina.bat change That's the wrong answer. > Such a common operation should not be so obscure and difficult to figure out It's not, but you're doing it the hard w

RE: Setting up tomcat to run on port 443 on ubuntu system

2013-03-29 Thread Caldarale, Charles R
> From: Shyam Yadav [mailto:shyam.ya...@mobicule.com] > Subject: Re: Setting up tomcat to run on port 443 on ubuntu system > Hi Ognjen, Don't top-post; it's extremely difficult to figure out exactly what you're replying to when you do so. > But I have an requirement where tomcat should be runn

RE: AW: AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-28 Thread Caldarale, Charles R
> From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] > Subject: AW: AW: AW: [tomcat 5.5.26] why are not all log4j.properties files > parsed > are you in fact saying that we can use the latest Tomcat on OpenVMS Itanium > 8.4 > given this OpenVMS has yet a oracle/hp java jdk 1.6.

RE: Tomcat JDBC Connection Pool - Deadlock

2013-03-28 Thread Caldarale, Charles R
> From: amit shah [mailto:amits...@gmail.com] > Subject: Re: Tomcat JDBC Connection Pool - Deadlock > I copied the dev group too since it involved technical details (thread > dumps, source code etc). Sorry if that sounds incorrect. It was incorrect, as is your top-posting. Don't do either. > T

RE: Tomcat JDBC Connection Pool - Deadlock

2013-03-28 Thread Caldarale, Charles R
> From: amit shah [mailto:amits...@gmail.com] > To: Tomcat Users List; d...@tomcat.apache.org Do not cross-post. This belongs only on the users list. Read (and follow) the mailing list usage rules. > Subject: Tomcat JDBC Connection Pool - Deadlock > The two threads involved in the deadlock h

RE: Internationalizing a TC webapp

2013-03-26 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Internationalizing a TC webapp > I need to add language translations to my webapp, and am wondering what > the standard or preferred way to store and retrieve the phrases is. Is > it typically done in a database, a resource file, or

RE: [totally OT] Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-22 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [totally OT] Tomcat Behavior on Multiple HTTP requests from same > browser > > > Or swallows and coconuts. > > Someone had to bring that up. African or European? > > I think we can remove the "not" from the subj

RE: [a bit, but not totally OT] Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-22 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: [a bit, but not totally OT] Tomcat Behavior on Multiple HTTP > requests from same browser > > You would need a fairly large, and well-disciplined team of pigeons to > > do that though. I don't think that this was a good m

RE: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-22 Thread Caldarale, Charles R
> From: Julien Martin [mailto:bal...@gmail.com] > Subject: Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 > to crash silently > "http-bio-8080-exec-10" daemon prio=10 tid=0x7f68840a2800 nid=0x41b5 in > Object.wait() [0x7f690cc57000] >java.lang.Thread.State: WAIT

RE: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Caldarale, Charles R
> From: Julien Martin [mailto:bal...@gmail.com] > Subject: Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 > to crash silently > The 9th method invocation causes Tomcat to hang. When you issue > requests after that, they also "hang". That's quite different from a crash. Ca

RE: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Caldarale, Charles R
> From: Daniel Mikusa [mailto:dmik...@vmware.com] > Subject: Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 > to crash silently > Can you define "crash" a little better? Is the Tomcat process still > running? If so, is it answering any requests? If so, what happens > i

RE: virtual directory

2013-03-21 Thread Caldarale, Charles R
> From: Tommy Pham [mailto:tommy...@gmail.com] > Subject: Re: virtual directory > I'm still getting the 404 error with this wwwroot.xml: > > > In addition to the questions André asked, one very critical one: where is that wwwroot.xml file located? - Chuck THIS COMMUNICATION MAY CONTAIN

RE: Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-20 Thread Caldarale, Charles R
> From: Saurabh Agrawal [mailto:sagra...@sapient.com] > Subject: RE: Tomcat Behavior on Multiple HTTP requests from same browser > We have not set the "keep alive" explicitly in tomcat's server.xml. It's on by default. > s defined; are the requests coming in over both or just one of them? Th

RE: Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-19 Thread Caldarale, Charles R
> From: Saurabh Agrawal [mailto:sagra...@sapient.com] > Subject: Tomcat Behavior on Multiple HTTP requests from same browser > Let's say I hit http://localhost:9001/homepage.html. Upon hitting the URL, > tomcat will assign one of the worker threads (say Thread 1) from the pool > to the HTTP requ

RE: small question on Connection

2013-03-19 Thread Caldarale, Charles R
> From: Muralidhar Yaragalla [mailto:java.yaraga...@gmail.com] > Subject: small question on Connection > I am using tomcat connection pool. When using datasource (jdbc) do i > have to manually close the connection using Connection.close(); Short answer: yes. Long (and much more comprehensive) a

RE: help on websockets

2013-03-19 Thread Caldarale, Charles R
> From: Muralidhar Yaragalla [mailto:java.yaraga...@gmail.com] > Subject: Re: help on websockets > sorry, I use gmail and i am not sure how to avoid top-posting. Write your response _below_ the point you are replying to. (This has nothing to do with gmail.) - Chuck THIS COMMUNICATION MAY C

RE: Procrun and Tomcat service/OS shutdown on Windows

2013-03-14 Thread Caldarale, Charles R
> From: Thomas, Steve [mailto:stho...@vocollect.com] > Subject: Procrun and Tomcat service/OS shutdown on Windows > Can we guarantee that Windows won't just kill our Tomcat process and > potentially > corrupt our database? If the integrity of your database depends on an orderly shutdown sequen

RE: tomcat 6.0.35 in production maintaince

2013-03-13 Thread Caldarale, Charles R
> From: fachhoch [mailto:fachh...@gmail.com] > Subject: Re: tomcat 6.0.35 in production maintaince > how can I figure this out ? Use the manager app, as suggested. > are there any suggested ways to use threadlocal when deployed in tomcat ? Using ThreadLocal when the threads belong to a pool i

RE: tomcat 6.0.35 in production maintaince

2013-03-12 Thread Caldarale, Charles R
> From: fachhoch [mailto:fachh...@gmail.com] > Subject: tomcat 6.0.35 in production maintaince > How can I detect in advance that my app is using up all available memory ? Monitor the JVM with any of a myriad of tools, such as VisualVM. http://wiki.apache.org/tomcat/FAQ/Memory http://wiki.apach

RE: Tomcat as a service: system tray?

2013-03-12 Thread Caldarale, Charles R
> From: Sam Takoy [mailto:sam.ta...@yahoo.com] > Subject: Re: Tomcat as a service: system tray? Don't top-post. > I installed the service using the "service install" command. So now I'm > wondering, > given my current situation, how to activate the system tray option. Read the doc: http://co

RE: how to bind localhost

2013-03-07 Thread Caldarale, Charles R
> From: vicky [mailto:vicky007aggar...@yahoo.co.in] > Subject: how to bind localhost > Is there a way to bind the tomcat https port to localhost(127.0.0.1)  only. Someday, you really should try reading the Tomcat documentation. http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Standard_I

RE: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Caldarale, Charles R
> From: Ben Stringer [mailto:b...@burbong.com] > Subject: Re: mod_jk 1.2.37 never send ping rq > In your properties file above, you have set it to "1", but it should be > set to "True". True (or anything starting with t) and 1 are equivalent: http://marc.info/?l=tomcat-dev&m=136258408431762&w=2

RE: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Cannot access my app after Tomcat 7.0.28 > > Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% > > CPU. > Take several thread dumps and see what's looping. > http:/

RE: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Caldarale, Charles R
> From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Subject: Re: Cannot access my app after Tomcat 7.0.28 > Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% > CPU. Take several thread dumps and see what's looping. http://wiki.apache.org/tomcat/HowTo#How_do_I_

RE: Multiple JSESSIONID

2013-02-28 Thread Caldarale, Charles R
> From: Nick Williams [mailto:nicho...@nicholaswilliams.net] > Subject: Re: Multiple JSESSIONID > > That's interesting. I would recommend a servlet filter that captures > > addCookie and friends to see where that "extra" one is being added. > The two JSESSIONIDs immediately above are in the requ

RE: Tomcat 7 doesn't start on Windows

2013-02-28 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Re: Tomcat 7 doesn't start on Windows > I just searched google for: > windows registry tomcat ogs\commons > and I saw the following (and more): > Chapter 4 Using Object Grouping Services [1] > [1] > http://www.cisco.com/

RE: Tomcat 7 doesn't start on Windows

2013-02-27 Thread Caldarale, Charles R
> From: Rune Stilling [mailto:s...@rdfined.dk] > Subject: Re: Tomcat 7 doesn't start on Windows > Hi André Stop top-posting. Be considerate of others. I have duplicated the service not starting problem on my Windows 7 box; it's looking like a procrun parameter parsing problem, but I'm still c

RE: JAVA_OPTS catalina.bat vs tomcat7w.exe

2013-02-25 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Re: JAVA_OPTS catalina.bat vs tomcat7w.exe > can you please clarify 'the server is open to abuse from pretty much anyone > who can reach it'? The key phrase is "anyone who can reach it". If everyone within your firewall is

RE: JAVA_OPTS catalina.bat vs tomcat7w.exe

2013-02-25 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: JAVA_OPTS catalina.bat vs tomcat7w.exe > If running Tomcat 7.0.37 as a windows service, and using the tomcat7w.exe > to set the options, are these wrong? > -Dcatalina.base=C:\ApacheTomcat\apache-tomcat-7.0.37 > -

RE: JAVA_OPTS catalina.bat vs tomcat7w.exe

2013-02-25 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: JAVA_OPTS catalina.bat vs tomcat7w.exe > What is the difference between setting Java_OPTS in catalina.bat vs using > the tomcat7w.exe with -D options in the Java Tab if you installed Tomcat > as a windows service? T

RE: PermGen space errors

2013-02-23 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: PermGen space errors You should start a new thread for a new topic, which this clearly is. > nothing in the logs out of the ordinary. Except for this in catalina. > What are these? Are these attempts to log into

RE: PermGen space errors

2013-02-23 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: PermGen space errors > Deploying a third party app is causing Out of Memory errors on > our web server. > Will increasing these: -Xms1024m -Xmx1024m -XX:PermSize=256m > -XX:MaxPermSize=356m just delay the inevitabl

RE: Set context of web app to / tomcat7

2013-02-20 Thread Caldarale, Charles R
> From: Smith, Mitchell [mailto:mitchell.sm...@cwc.com] > Subject: Set context of web app to / tomcat7 > I am trying to set the context of the standard jira web app to / ; so my > url would be http://hostname:8080/ and this would load the jira application. Simply change the name of the webapp (.

RE: SSL Session Caching

2013-02-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: SSL Session Caching > OP reports that a new SmartCard is being inserted and either the old > session persists (and the new user is allowed to masquerade as the old > user) or the new user is not authenticated but sti

RE: PersistentManager Store property problem?

2013-02-13 Thread Caldarale, Charles R
> From: Owens, Stephen (ITD) [mailto:stephen.ow...@state.ma.us] > Subject: PersistentManager Store property problem? > [SetPropertiesRule]{Context/Manager/Store} Setting property 'checkInterval' > to '3600' did not find a matching property. > The Tomcat 7 Documentation states for the Persistent

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: RE: Need to Specify keystorePass on Command Line > > I have a suggestion then : the password should be typed and stored in a > > file mapped into RAM. As long as the system is on, Tomcat can read it, > > and you can stop a

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: RE: Need to Specify keystorePass on Command Line > First, I cannot store the password ANYWHERE on the system, which is why > it needs to be entered on the command line. Then you can't run Tomcat as a service - there is no

RE: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-08 Thread Caldarale, Charles R
> From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] > Subject: How to limit the number of renegotiations for a single TLS / SSL > connection > We are using - > Tomcat Version - 6.0.18 > Please suggest the recommended solution for tomcat Try using a version of Tomcat that's newer tha

RE: Need to Specify keystorePass on Command Line

2013-02-08 Thread Caldarale, Charles R
> From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Subject: Need to Specify keystorePass on Command Line > However, for security reasons, I must specify the keystore password on > the command line. Before making your own life unnecessarily complicated, read this: http://wiki.apac

RE: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-07 Thread Caldarale, Charles R
> From: Tripti Mehta [mailto:mehtatript...@gmail.com] > Subject: Re: Severe Errrors encountered in Tomcat when running a Struts2 > project... > I keep getting this error > java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\ > apache-tomcat-7.0.35\bin\tcnative-1.dll: > Can't load IA 32-bit

RE: Tomcat in port 80 and Debian

2013-02-06 Thread Caldarale, Charles R
> From: Brett Delle Grazie [mailto:brett.dellegra...@gmail.com] > Subject: Re: Tomcat in port 80 and Debian > > This topic is mentioned in the FAQ, > > http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_root_privileges.3F > Another alternative to those in the FAQ is to use the jsvc bi

RE: Any examples of using the Web Services support (JSR 109)

2013-02-05 Thread Caldarale, Charles R
> From: Jay Mann [mailto:jmand...@hotmail.com] > Subject: Any examples of using the Web Services support (JSR 109) > Are there any examples of using the Web Services support (JSR 109)? The Tomcat doc for JSR-109 is rather terse: http://tomcat.apache.org/tomcat-7.0-doc/extras.html#Web_Services_su

RE: Help in diagnosing server unresponsiveness

2013-02-05 Thread Caldarale, Charles R
> From: Zoran Avtarovski [mailto:zo...@sparecreative.com] > Subject: Re: Help in diagnosing server unresponsiveness In addition to Igor's excellent advice, try the following. > 3. Used memory has only gone back down to 4GB and is holding at this level Take a heap dump and find out what's consum

RE: can't start tomcat on port 80

2013-02-05 Thread Caldarale, Charles R
> From: Karolis Monkus [mailto:karolis.mon...@dts-solutions.lt] > Subject: Re: can't start tomcat on port 80 > Nothing running on 80 port, selinux and firewall disabled, so no > need for writing iptables rules. Good to kno.w > What do you mean by saying i need support from Fedora? The third-

RE: can't start tomcat on port 80

2013-02-05 Thread Caldarale, Charles R
> From: Karolis Monkus [mailto:karolis.mon...@dts-solutions.lt] > Subject: can't start tomcat on port 80 > I use fedora 17 and from yum downloaded tomcat-7.0.33 version. You may need support from Fedora, since repackaged versions of Tomcat do not always behave the way real ones do. > I changed

RE: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Re: Severe Errrors encountered in Tomcat when running a Struts2 > project... > Chuck, if you look at Tripti's details above (in OP), it seems as > though Tripti desires to run 64-bit veresion of tomcat7.0.35 on 64-bit > JVM.

RE: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Caldarale, Charles R
> From: Tripti Mehta [mailto:mehtatript...@gmail.com] > Subject: Severe Errrors encountered in Tomcat when running a Struts2 > project... > java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\ > apache-tomcat-7.0.35\bin\tcnative-1.dll: Can't load AMD 64-bit .dll > on a IA 32-bit platform. Yo

RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Tomcat and Sun/Oracle Java 7 > - tomcat 6 will run fine under a Sun/Oracle Java 1.6 JVM > - tomcat 7 will run fine under a Sun/Oracle Java 1.6 JVM > - tomcat 6 will run fine under a Sun/Oracle Java 1.7 JVM > - tomcat 7 will run fine un

RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Tomcat and Sun/Oracle Java 7 > > What is the status of Tomcat vs Sun/oracle Java 7 ? > > I vaguely remember seeing some messages on this list about some kind of > > incompatibility. > There are no known issues. Although there are no i

RE: Help in diagnosing server unresponsiveness

2013-01-31 Thread Caldarale, Charles R
> From: Zoran Avtarovski [mailto:zo...@sparecreative.com] > Subject: Re: Help in diagnosing server unresponsiveness > I'm wondering if it could be GC related as the crashes often follow > periods of heavy use. > Is there a way to trigger gather relevant data when Tomcat crashes? Typically it's

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Caldarale, Charles R
> From: Niranjan [mailto:nth...@atmi.com] > Subject: Re: Tomcat 64-bit for Solaris 64-bit OS > As I have both 32/64 bit Java enabled, when I set the JAVA_HOME, which > Java bit version does tomcat uses by default? It will use whichever one JAVA_HOME points to; both JVMs can't be in the same pl

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Caldarale, Charles R
> From: Niranjan [mailto:nth...@atmi.com] > Subject: Re: Tomcat 64-bit for Solaris 64-bit OS > If I understand correctly, I just extract the zip file and start > the server. If this is the case, how can I point my tomcat to the > 64-bit java which I just installed? Set either the JAVA_HOME or J

RE: Cannot apply simpleformtatter pattern to catalina.sh

2013-01-30 Thread Caldarale, Charles R
> From: Edson Richter [mailto:edsonrich...@hotmail.com] > Subject: Cannot apply simpleformtatter pattern to catalina.sh > I'm trying to put the following in catalina.sh: Don't do that. Create a setenv.sh script and put the lines there. Looks like you found the lack of escaping. - Chuck THI

RE: Tomcat using near 100% of CPU on Windows 2008

2013-01-30 Thread Caldarale, Charles R
> From: Dima Iva [mailto:ots...@live.com] > Subject: Tomcat using near 100% of CPU on Windows 2008 > I added CATALINA_OPTS=-Xms4096m -Xmx512m to the Environment Variables That's clearly wrong; you made the maximum smaller than the minimum. What makes you think you have a heap size problem? A

RE: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-29 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died > on me, nothing in server logs > I was hoping to get a response from tomcat committers/users, and I > was assuming the same, an Atmosphere issue. The othe

RE: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-29 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on > me, nothing in server logs > Sending this to tomee/openejb and tomcat user mailing lists. Cross-posting is really frowned upon. > Jan 29, 2013 10:27:25 AM

RE: [OT] Best way to log requests from a servlet and to a database?

2013-01-26 Thread Caldarale, Charles R
> From: Brian Braun [mailto:brianbr...@gmail.com] > Subject: Re: [OT] Best way to log requests from a servlet and to a database? > However, if I get significantly more requests, this may not be enough > because MySQL will get slower and the queue will get full. I think I could > start using this

RE: Different webapp paths on different hosts

2013-01-26 Thread Caldarale, Charles R
> From: bxqdev [mailto:bxq...@themailbay.com] > Subject: Re: Different webapp paths on different hosts > in this case http://app1.com/ and http://app2.com/ will serve the same > content. > i need different content on different domains. First you state that you want the same webapp to serve both

RE: Different webapp paths on different hosts

2013-01-26 Thread Caldarale, Charles R
> From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham > Subject: Re: Different webapp paths on different hosts > To my mind if you deploy the app as ROOT.war, as long as DNS is > configured correctly, that single context will serve responses to > http://app1.com/ and htt

RE: [OT] Best way to log requests from a servlet and to a database?

2013-01-26 Thread Caldarale, Charles R
> From: Brian Braun [mailto:brianbr...@gmail.com] > Subject: Re: Best way to log requests from a servlet and to a database? (Marking this off-topic, since it has nothing to do with Tomcat.) > My current method can hold about 3000 threads until memory collapses. I'm > looking to replace this meth

RE: Different webapp paths on different hosts

2013-01-22 Thread Caldarale, Charles R
> From: bxqdev [mailto:bxq...@themailbay.com] > Subject: Different webapp paths on different hosts > Is it possible with tomcat to have one web app, with 2 different > paths on different hosts?? > I mean something like this: > ${samewebapp}/path1 is mapped to http://path1.com/ > and > ${sameweb

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