Re: [OT] RE: Tomcat Consultant

2010-09-29 Thread Daniel Savard
orking. Does it compare or not? Daniel Savard 2010/9/29 Martin Gainty > > i always wondered by the big 5 billable rate started at 100 /hr > > BTW: dont forgot your armani suit and the lamberghini! > Martin Gainty >

Re: Tomcat Consultant

2010-11-18 Thread Daniel Savard
That's an Opus Dei owned company, I fear. Unless you are seeking for the anti-matter thing, you should rather than stay away of it. 2010/11/18 Martin Gainty > > can we get someone from the vatican to translate? > > Martin Gainty > __ > Verzicht und Vert

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
g data such as class data. you will bump into this when deploying a large application or deploying repetitively. you will still get the exception when deploying often, only less frequent. --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! 2010

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
hi xu cheng, don't mention it. glad you've eventually solved your problem. daniel --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! 2010/11/23 xu cheng > hi Daniel > thanks alot for replying. > > I don't kno

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
just in time compilation), for example. --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! On 23 November 2010 14:10, Caldarale, Charles R wrote: > > From: xu cheng [mailto:xcheng@gmail.com] > > Subject: Re: OutOfMemoryError

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-23 Thread Daniel Baktiar
hi xu, if you cannot find the "jhat" in the bin folder, most probably you were referring to jre folder, instead of jdk folder. i just checked it out, my jdk/bin folder has it, but not the case for my jre/bin folder. daniel --- daniel baktiar http://savinggaia.tritiumapps.com - saving

Re: OutOfMemoryError some time on some tomcat

2010-11-23 Thread Daniel Baktiar
hi mark, thank you for showing my mistake. my apology to chuck also. i will read the article. --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! On 23 November 2010 18:50, Mark Thomas wrote: > On 23/11/2010 06:55, Daniel Baktiar wrote

Re: TOMCAT be in Hung state?

2010-12-08 Thread Daniel Baktiar
error like such as permgenspace out of memory, you will not anything in catalina.out --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! On 8 December 2010 15:40, Karthik Nanjangude < karthik.nanjang...@xius-bcgi.com> wrote: > Hi >

Non-Blocking IO Write Issue

2013-12-19 Thread Daniel Mikusa
I have a simple servlet which I'm running on Tomcat 8 trunk with Java 7. It's using a non-blocking IO WriteListener to write 8k blocks of static data to the response. The number of blocks it will write is given as a request parameter. When I start out making individual requests to the server (

Re: Tomcat Fatal Error

2013-12-23 Thread Daniel Mikusa
On Dec 23, 2013, at 5:17 AM, CRMG Sysadmin wrote: > Hi, > > We are facing the below fatal error in tomcat log file frequently. While > the error occurs our tomcat is stopped. Kindly help us on this ASAP. This is not a Tomcat issue. Your JVM is crashing. See further down for more info... >

Re: Non-Blocking IO Write Issue

2013-12-23 Thread Daniel Mikusa
On Dec 19, 2013, at 8:08 PM, David Bullock wrote: > On 20 December 2013 04:10, Daniel Mikusa wrote: >> When run, you'll see that it processes some of the requests but fails due to >> a timeout. I've not been able to replicate the other exceptions with the >>

Re: Tomcat work directory is not creating a sessions.ser file

2013-12-29 Thread Daniel Mikusa
On Dec 29, 2013, at 6:57 AM, Nir A wrote: > Hi, > > We had problems regarding sessions replication. > We contact you before and after you examined our logs you actually told us > that session replication is indeed talking place although we didn't have > session replication. > > Now, after furth

Re: Non-Blocking IO Write Issue

2013-12-29 Thread Daniel Mikusa
On Dec 23, 2013, at 7:55 PM, David Bullock wrote: > On 24 December 2013 07:58, Daniel Mikusa wrote: >> On Dec 19, 2013, at 8:08 PM, David Bullock >> wrote: >> >>> On 20 December 2013 04:10, Daniel Mikusa wrote: > >> Unfortunately, once this problem

Re: Session replication does not work - Continued

2013-12-29 Thread Daniel Mikusa
On Dec 29, 2013, at 10:11 AM, Nir A wrote: > Hi, > So we have 3 tomcats in our cluster and we are failing to make them > replicate our sessions still. > > Our IT guy said it might has something to do with the machines of the > tomcats. > > He said that since the machines the tomcats in the clus

Re: Session replication configuration file question

2013-12-29 Thread Daniel Mikusa
On Dec 29, 2013, at 10:51 AM, Nir A wrote: > Hi, > > If i want to create a cluster of 2 tomcats: > > Tomcat1 - ip 111.111.111.111 > Tomcat2 - ip 222.222.222.222 > > > Where exactly the in the server.xml i should say that my cluster contains > both of these ips? By default, you don't. If you

Re: Non-Blocking IO Write Issue

2013-12-29 Thread Daniel Mikusa
ed a bug report. https://issues.apache.org/bugzilla/show_bug.cgi?id=55939 Dan > > cheers, > David. > David Bullock > Machaira Enterprises Pty Ltd > > PO Box 31 > Canowindra NSW 2804 > > 02 6344 1100 > http://machaira.com.au/ > > > On 30 Decemb

Re: Running native JNI calls in parallel from different Tomcat threads

2014-01-06 Thread Daniel Mikusa
On Jan 5, 2014, at 8:23 PM, Jasmeet Chhabra wrote: > Hi, > I have a Tomcat server that receives many web requests in parallel. The > web requests make a native call using JNI to my library. These calls are > long running (400 ms each call). What I have noticed is that even though I > am getting

Re: Catalina.log not exist

2014-01-08 Thread Daniel Mikusa
On Jan 8, 2014, at 3:20 AM, hassan elzhar wrote: > > Hi, > > I have Jakarta tomcat version 3.3.2. I wonder that Catalina.log is not exist. > I searched about Catalina.sh which is not found also. can any one help me why > this log file is not exist and if there is way to enable. Are you abs

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

2014-01-08 Thread Daniel Mikusa
On Jan 8, 2014, at 12:04 PM, Yann Simon wrote: > Hi, > > I am trying to write a servlet that asynchronously read data from the > servlet request input stream. > I tested my servlet with tomcat 8.0.0-RC5. If possible, you might want to try 8.0.0-RC10 or trunk and see if you're getting the same

Re: Some questions

2014-01-08 Thread Daniel Mikusa
On Jan 8, 2014, at 4:06 PM, CyTG wrote: > New to list, if these questions are dumb please bare with me, i've searched > the documentation and googled howtos and questions without finding specific > answers to my questions.. :) .. I've actually been using Tomcat for a while > though interfaced and

Re: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Daniel Mikusa
On Jan 9, 2014, at 5:11 AM, Chinmoy Chakraborty wrote: > Hello, > > We have a web application which has menus and sub menus which are basically > divs. On clicking on menu we are showing the sub menus. This happens > through AJAX request. > > The application was working fine till Tomcat 7.0.41.

Re: Tomcat strips CRLFs from the generated page

2014-01-13 Thread Daniel Mikusa
On Jan 13, 2014, at 6:09 AM, Asok Chattopadhyay wrote: > Hi, > > My servlet generates a page containing embedded JavaScript and sometimes > the page received in the browser comes with CRLFs stripped from the text, > starting at some point in the text. This creates a big problem if the > script c

Re: serialization and newest tomcat

2014-01-13 Thread Daniel Mikusa
On Jan 12, 2014, at 8:45 AM, Ray Holme wrote: I haven't been following this thread, but I wanted to clarify a couple comments here just to make sure someone reading this in the future doesn't get the wrong ideas. > serialization causes some problems in apache-tomcat-7.0.35 No. What causes pr

Re: Tomcat strips CRLFs from the generated page

2014-01-13 Thread Daniel Mikusa
o modify what you're writing to the output stream. Does your application have any filters in place? Also, can you provide a demo servlet that replicates this behavior? Thanks Dan > > > > Sent from my iPhone > > On 13 Jan, 2014, at 8:48 PM, Daniel Mikusa wrote:

Re: serialization and newest tomcat

2014-01-13 Thread Daniel Mikusa
x27;t like the default behavior, it provides you with the ability to control that process. One example, if you want to prohibit a field from being serialized you can mark it transient. Dan > > > > > > On Monday, January 13, 2014 8:08 AM, Daniel Mikusa > wrote: > &g

Re: serialization and newest tomcat

2014-01-13 Thread Daniel Mikusa
On Jan 13, 2014, at 9:02 AM, Ray Holme wrote: > Oh, I missed one comment from Daniel before (embedded and I did not see on > the first pass, sorry). > > No, you don't know the application so I would like to explain that some > information kept in the "shared applicat

Re: Tomcat strips CRLFs from the generated page

2014-01-13 Thread Daniel Mikusa
post it soon once I am back at home, > > Thanks Dan. I really appreciate your help, > > Sent from my iPhone > > On 13 Jan, 2014, at 9:36 PM, Daniel Mikusa wrote: > > > On Jan 13, 2014, at 8:26 AM, Asok Chattopadhyay wrote: > > > >> I checked

Re: tomcat gracefull shutdown problem

2014-01-14 Thread Daniel Mikusa
On Jan 13, 2014, at 7:48 PM, Ja kub wrote: > I modified conf/context.xml > I hoped tomcat would wait 60 seconds for request to end. No, it doesn't do this. It does not have an option for "graceful" restart / shutdown like Apache HTTPD. If you want that behavior, you could setup a proxy in f

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Daniel Mikusa
On Jan 15, 2014, at 10:32 AM, "Bush, Eddie" wrote: > Howdy, List! > > I'm in a bit of a pickle here. I'm a senior dev, and quite good at that, but > for my new client I'm also charged with configuring our machines. We're > running on Tomcat 7, so I grabbed the tgz and installed it per the > i

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Daniel Mikusa
On Jan 15, 2014, at 11:01 AM, "Bush, Eddie" wrote: > > > -Original Message- > From: Daniel Mikusa [mailto:dmik...@gopivotal.com] > Sent: Wednesday, January 15, 2014 9:54 AM > To: Tomcat Users List > Subject: Re: [tomcat7] rhel 6 - init.d script works; d

Re: Why does Tomcat take so long to start? how can I monitor status?

2014-01-16 Thread Daniel Mikusa
On Jan 16, 2014, at 3:04 PM, Bradley Rogers wrote: > I have an application where Tomcat under Centos linux takes about 4 minutes > to be "online" from the time it starts. My initial thought is that it's probably the application. This is true most of the time. Occasionally there can be JAR sc

Re: webservices deployment.

2014-01-19 Thread Daniel Mikusa
On Jan 19, 2014, at 4:34 AM, Vicky B wrote: > HI All, > > If I want to deploy the webapplication which uses webservice like soap or > rest do I need a soap engine or rest engine in tomcat ? or including > libraries in the war file is enough? You are not required to add anything to Tomcat. Yo

Re: webservices deployment.

2014-01-20 Thread Daniel Mikusa
keting pages to explain. Dan [1] - http://tomcat.apache.org/whichversion.html > > > On Sun, Jan 19, 2014 at 7:21 PM, Daniel Mikusa wrote: > >> On Jan 19, 2014, at 4:34 AM, Vicky B wrote: >> >>> HI All, >>> >>> If I want to deploy the weba

Re: How to update a web app without uploading the WAR

2014-01-21 Thread Daniel Mikusa
On Jan 21, 2014, at 1:55 PM, James H. H. Lampert wrote: > On 1/21/14 9:59 AM, David kerber wrote: >> You can update the single .jsp on the server, in at least some >> situations. I do that occasionally when I need to get an update out and >> can't take the service down. > > But note that if an

Re: Out of memory exception

2014-01-23 Thread Daniel Mikusa
On Jan 23, 2014, at 7:43 AM, Randeep wrote: > Hi, > > I'm getting out of memory exception errors. > > Exception in thread "Timer-1" java.lang.OutOfMemoryError: Java heap space >at java.util.Arrays.copyOf(Arrays.java:2882) >at > java.lang.AbstractStringBuilder.expandCapacity(Abst

Re: Out of memory exception

2014-01-23 Thread Daniel Mikusa
On Jan 23, 2014, at 11:38 AM, Randeep wrote: > Hi all, > Thanks a lot for valuable points. Here the information you guys asked and > the changes I made. > > OS : CentOS release 5.4 (Final) > httpd-2.2.3-65.el5.centos(front_end) +(mod_jk)+ apache-tomcat-6.0.37 > > I installed httpd using yum. >

Re: Out of memory exception

2014-01-23 Thread Daniel Mikusa
On Jan 23, 2014, at 12:22 PM, Randeep wrote: > I have added -XX:+HeapDumpOnOutOfMemoryError also. > Thanks. Please stop top posting. Post your comments inline or at the bottom, like everyone else. It makes following the conversation much easier. Dan > > > On Thu, Jan 23, 2014 at 10:49 PM,

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Daniel Mikusa
hen. You’ll want to create the file bin/setenv.bat for each of your Tomcat instances. In that file, you can set JAVA_OPTS and / or CATALINA_OPTS. As I mentioned before, I’d suggest putting your heap options in CATALINA_OPTS. Dan > > > 2014/1/27 Daniel Mikusa > >> On Ja

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Daniel Mikusa
On Jan 27, 2014, at 9:21 AM, Арсений Зинченко wrote: > Hi. > > I'm sorry for so kindly question - but needs experts advice... > > We have a little dispute with my colleague about using this variables. > > So: have Windows-box machine. On it - runing few different > Java-application, including

Re: Tomcat v6.0.20 - Cannot Remove Date From JULI Log File Names

2014-01-28 Thread Daniel Mikusa
On Jan 28, 2014, at 12:05 PM, Vye wrote: > Hi Tomcat users, Tomcat 6.0.20 is very old and has known security issues. See the notices here. https://tomcat.apache.org/security-6.html You’ve been warned. You should upgrade ASAP. > > I have been unsuccessfully trying to remove the date from

Re: Tomcat v6.0.20 - Cannot Remove Date From JULI Log File Names

2014-01-28 Thread Daniel Mikusa
On Jan 28, 2014, at 1:02 PM, Vye wrote: > On Tue, Jan 28, 2014 at 9:32 AM, Daniel Mikusa wrote: >> On Jan 28, 2014, at 12:05 PM, Vye wrote: >> >>> Hi Tomcat users, >> >> Tomcat 6.0.20 is very old and has known security issues. See the notices >&g

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

2014-01-30 Thread Daniel Mikusa
ime. > > With jetty, it does work (mvn jetty:run) > > I hope this can help. > > Yann > > 2014-01-08 Yann Simon : >> 2014/1/8 Daniel Mikusa : >>> On Jan 8, 2014, at 12:04 PM, Yann Simon wrote: >>> >>>> Hi, >>>> >>>&

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

2014-01-30 Thread Daniel Mikusa
On Jan 30, 2014, at 3:38 PM, Yann Simon wrote: > 2014-01-30 Daniel Mikusa : >> On Jan 30, 2014, at 11:18 AM, Yann Simon wrote: >> >>> Hi, >>> >>> I wrote a sample app to demonstrate the problem: >>> https://github.com/yanns/servlet31_async &

Re: Tomcat 7.0.50 on IBM i series - System i V7R1 - Installation errors

2014-02-01 Thread Daniel Baktiar
Option #1 you manage to get it successfully running in one box but failed when deploying to second one. Option #2 you haven't managed to get it working on both box What possibilities that I can think of: You seemed to have a cluttered path and libraries set forth by the user or environment configu

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Daniel Mikusa
On Feb 3, 2014, at 3:30 AM, Maor Yosef wrote: > Hi. > > 1. We are aware that 6.0.26 is old, but since there is a large operational > impact, we wont upgrade the tomcat until we will know its definetly an > issue in this specific version While I understand what you’re saying, I disagree. If you

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-03 Thread Daniel Mikusa
On Feb 3, 2014, at 9:00 AM, Maor Yosef wrote: > On Mon, Feb 3, 2014 at 2:10 PM, Daniel Mikusa wrote: > >> On Feb 3, 2014, at 3:30 AM, Maor Yosef wrote: >> >>> Hi. >>> >>> 1. We are aware that 6.0.26 is old, but since there is a large >>

Re: Installing tomcat 6

2014-02-04 Thread Daniel Mikusa
On Feb 4, 2014, at 3:23 PM, Franz <169...@gmail.com> wrote: > On Tue, Feb 4, 2014 at 6:13 PM, Franz <169...@gmail.com> wrote: > >> >> >> >> On Tue, Feb 4, 2014 at 6:08 PM, Mark Thomas wrote: >> >>> On 04/02/2014 20:04, Franz wrote: >>> export JAVA_HOME="/opt/openemm/java" cd tomca

Re: sudden increase in tomcat sessions..?

2014-02-10 Thread Daniel Mikusa
On Feb 9, 2014, at 4:27 AM, Leon Rosenberg wrote: > Hello, > > I think some things are mixed up here. Since you are behind a load > balancer, its unlikely that you experience ping (icmp) DoS, at least that > it goes through till your server. > First, setup access logs in server.xml > > > > d

Re: sudden increase in tomcat sessions..?

2014-02-10 Thread Daniel Mikusa
On Feb 10, 2014, at 11:56 AM, Kumar Muthuramalingam wrote: > Thanks for your reply. I have 3 applications running under the tomcat and > only one application got a ping.jsp file others don't. And also I could see > from the access logs that only the application that has got ping.jsp file > was p

Re: sudden increase in tomcat sessions..?

2014-02-10 Thread Daniel Mikusa
ven go so far as to blocking them with your firewall or a filter, but that’s up to you. Dan > What ever steps suggested above is to take a precaution or solve > the issue. please help me. > > Thanks, > Kumar. > > > On Mon, Feb 10, 2014 at 12:06 PM, Daniel Mikusa wrote: &

Re: sudden increase in tomcat sessions..?

2014-02-10 Thread Daniel Mikusa
sts that you send to it. If you want to control how requests are delivered to multiple Tomcat servers then you need to do that before the requests hit your Tomcat servers, like with your load balancer. Dan > > Sorry if I 'm crazy. > > Thanks, > Kumar > > > On Mon,

Re: sudden increase in tomcat sessions..?

2014-02-11 Thread Daniel Mikusa
cycle, like every second or two. I guess it really depends on your load balancer though. Dan > > Thanks > Kumar. > > > On Mon, Feb 10, 2014 at 4:21 PM, Daniel Mikusa wrote: > >> On Feb 10, 2014, at 4:07 PM, Kumar Muthuramalingam >> wrote: >> >>&g

Re: HTTP Status 304 on GET

2014-02-12 Thread Daniel Mikusa
On Feb 12, 2014, at 7:48 AM, Seema Patel wrote: > > >> Date: Wed, 12 Feb 2014 12:38:33 + >> From: ma...@apache.org >> To: users@tomcat.apache.org >> Subject: Re: HTTP Status 304 on GET >> >> On 12/02/2014 12:31, Seema Patel wrote: >> >>> When looking in webapps/my_application/.. at the pa

Re: Number of AJP connections

2014-02-13 Thread Daniel Mikusa
On Feb 13, 2014, at 8:25 AM, Campbell, Lance wrote: > Java 7 & Tomcat 7 For future reference, please specify the full version numbers in use. > In a servlet when doing I a RequestDispatcher.forward to another servlet does > this create a new Tomcat AJP connection or does it reuse the same conn

Re: Number of AJP connections

2014-02-13 Thread Daniel Mikusa
On Feb 13, 2014, at 9:42 AM, André Warnier wrote: > Daniel Mikusa wrote: >> On Feb 13, 2014, at 8:25 AM, Campbell, Lance wrote: >>> Java 7 & Tomcat 7 >> For future reference, please specify the full version numbers in use. >>> In a servlet when doing I a

Re: Newbie Help - Up and Running with Tomcat on Windows

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 2:02 AM, Bruce Whealton wrote: > Hello all, > I have had a difficult time getting Tomcat to start. I first tried > installing it with xampp. I had a hunch that the problem was that there > might be a port conflict, so I tried a different ports but still it would

Re: Tomcat upgrades/security patching best practises

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 7:58 AM, Paul Beckett wrote: >> I can't tell how much easier it is to manage Tomcat installations >> (even small ones) with these two separated: Tomcat base install goes >> one place, your configuration and everything you need goes another. >> Upgrades are as simply as changin

Re: Newbie Help - Up and Running with Tomcat on Windows

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 10:13 AM, Howard W. Smith, Jr. wrote: > On Tue, Feb 25, 2014 at 7:55 AM, Daniel Mikusa wrote: > >>> It might be something as obvious as not having Java EE >> installed separately. Perhaps Tomee+ will provide all that is needed. >> >&

Re: Tomcat/Java Spring MVC 2.0/c3p0 - Consultant needed

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 10:14 AM, Charles Richard wrote: > Hi, > > On Tue, Feb 25, 2014 at 1:26 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Charles, >> >> On 2/24/14, 10:15 AM, Charles Richard wrote: >>> Sorry if

Re: Tomcat/Java Spring MVC 2.0/c3p0 - Consultant needed

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 10:50 AM, Charles Richard wrote: > On Tue, Feb 25, 2014 at 11:37 AM, Daniel Mikusa wrote: > >> On Feb 25, 2014, at 10:14 AM, Charles Richard < >> charle...@thelearningbar.com> wrote: >> >>> Hi, >>> >>> On T

Re: Getting Apache Tomcat logs in mail

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 1:25 PM, Randeep wrote: > Hi, > > Is there any way to get exceptions mailed? I have an apache tomcat 6.0.37 > with httpd as front end connected with mod_jk. > > I have 5-6 web applications hosted in my tomcat. So I get a lot of logs. > And the applications are big so trackin

Re: Error using same server.xml from a RedHat box on a Windows 2008 R2 box

2014-02-27 Thread Daniel Mikusa
On Feb 27, 2014, at 9:40 AM, Mike Johnson wrote: > Hi all, > > New to this listserv. I had jumped the gun and submitted a bug, as I really > do think it is a bug, but I was told to come here first. So I am here :D Best to always start here. > > Anyway, > > Here's the issue that I'm looking f

Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Daniel Mikusa
On Mar 3, 2014, at 5:16 AM, Utkarsh Dave wrote: > Hi, >> >> I upgraded my application to 7.0.52 from 7.0.41. After upgrading while >> building and compiling whole application I am recieving error >> jasper2 doesn't support the "validateXml" attribute >> While looking in 1 of the blogs i found th

Re: Tomcat JDBC Connection Pool Resource Name Issue

2014-03-04 Thread Daniel Mikusa
On Mar 3, 2014, at 7:04 PM, Scott Dudley wrote: > > I'm using the Tomcat JDBC connection pool on apache-tomcat-7.0.30. > > My context xml resource name is as follows: > > > When running under Tomcat, calling ConnectionPool.getName() from my custom > JdbcInterceptor returns "Tomcat Connectio

Re: tomcat 6 refuses mod_jk connections after server runs for a couple of days

2014-03-04 Thread Daniel Mikusa
On Mar 4, 2014, at 6:32 AM, Rainer Jung wrote: > On 27.02.2014 23:06, Isaac Gonzalez wrote: >> Hi Christopher(and Konstantin), attached is a couple of thread dumps of when >> we experienced the issue again today. I also noticed we get this message >> right before the problem occurs: >> Feb 27

Re: tomcat 6 refuses mod_jk connections after server runs for a couple of days

2014-03-04 Thread Daniel Mikusa
On Mar 4, 2014, at 1:55 PM, Isaac Gonzalez wrote: > Dan, > > > From: Daniel Mikusa [dmik...@gopivotal.com] > Sent: Tuesday, March 04, 2014 6:20 AM > To: Tomcat Users List > Subject: Re: tomcat 6 refuses mod_jk connections af

Re: tomcat 6 refuses mod_jk connections after server runs for a couple of days

2014-03-06 Thread Daniel Mikusa
On Mar 5, 2014, at 4:51 PM, Isaac Gonzalez wrote: > > > -Original Message- > From: Daniel Mikusa [mailto:dmik...@gopivotal.com] > Sent: Tuesday, March 04, 2014 12:42 PM > To: Tomcat Users List > Subject: Re: tomcat 6 refuses mod_jk connections after server runs fo

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Daniel Mikusa
On Mar 9, 2014, at 8:08 AM, Ahmed Dalatony wrote: > hello, > i'm running a server with multiple instance of tomcat > each instance has some apps deployed & accessed with host:port > like > myhost.com:/app1 > myhost.com:/app2 > myhost.com:/app3 > > is there any way to hide the port fr

Re: simple way to access application in multi instance envirnoment

2014-03-10 Thread Daniel Mikusa
On Mar 9, 2014, at 11:05 AM, Neven Cvetkovic wrote: > Ahmed, > > On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony > wrote: > >> hello, >> > can you help me little more with example or simpler doc >> i'm new to tomcat config >> and i don't understand virtual host >> >> thank you >> > > Ultim

Re: Tomcat and Spring Framework

2014-03-10 Thread Daniel Mikusa
On Mar 10, 2014, at 4:16 PM, Leo Donahue wrote: > On Mon, Mar 10, 2014 at 12:58 PM, Mark H. Wood wrote: > >> It's probably worth asking what "full-fledged enterprise applications" >> means. I'm not aware of any specification with that title. >> >> > That was a "Spring" term from the page I w

Re: Apache Version 2.4 MSI for Windows

2014-03-13 Thread Daniel Mikusa
On Mar 13, 2014, at 6:57 AM, Savio Chrysostom wrote: > Hi, > > I would like to know if MSI is available for Apache 2.4. If yes, please send > me the link where I can download it. Wrong mailing list. Try... http://httpd.apache.org/lists.html Dan > > > Best regards, > Savio Chrysostom >

Re: Possible Tomcat 8.0.3 issue

2014-03-13 Thread Daniel Mikusa
On Mar 13, 2014, at 7:44 AM, Felipe Jaekel wrote: > Yestarday my PrimeFaces applications started to crash. They didn't render > correctly and nothing worked. > > Chrome console output: > >> Resource interpreted as Stylesheet but transferred with MIME type >> text/plain: " >> http://spdata-apps.

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Daniel Mikusa
On Mar 18, 2014, at 10:13 AM, Randeep wrote: > Hi, > > I have servers in Amazon Web Services Platform. > > My servers are Centos 5.4 > > I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them > > I'm using elastic load balancer with autoscaling, so, many instances can > spawn and terminate anyti

Re: [Off Topic] Forwarding tomcat logs

2014-03-19 Thread Daniel Mikusa
On Mar 19, 2014, at 5:37 AM, Randeep wrote: > Chris, > > > On Wed, Mar 19, 2014 at 1:01 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Dan, >> >> On

Re: consultation on Manager Tomcat 7.0.29

2014-03-24 Thread Daniel Mikusa
On Mar 24, 2014, at 1:29 PM, Jose Irrazabal wrote: > Hi All, > > I use Apache Tomcat/7.0.29 to deploy my applications and I would like to > know about the information that is displayed in the Server Status in the > Manager of Tomcat in the option "http-bio-8080" where I see the Threads > this wa

Re: CSRF protection in Tomcat 7

2014-03-24 Thread Daniel Mikusa
On Mar 24, 2014, at 3:49 PM, Akash Jain wrote: > How can I prevent CSRF protection using Tomcat 7 ? > > I have heard that tomcat 7 provides CSRF filter > http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/filters/CsrfPreventionFilter.html Yes. The manager application uses it. You

Re: CSRF protection in Tomcat 7

2014-03-24 Thread Daniel Mikusa
bottom. I don’t see what you mean here. Using LinkedHashMap does not automatically mean there will be threading issues and the link you’ve referenced is not discussing a threading issue. Can you explain your concern more? Dan > > > On Mon, Mar 24, 2014 at 1:09 PM, Daniel Mikusa

Re: Can we increase the logging in localhost_access.log

2014-03-25 Thread Daniel Mikusa
On Mar 25, 2014, at 10:58 AM, John Smith wrote: >> We see 404 error in localhost_access so this the place from where we can >> dig into. >> Is there any way we can enhance the logging/information in >> localhost_access_log. >> Or then how can debug what happens between user requests and 404 respo

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

2014-03-25 Thread Daniel Mikusa
On Mar 25, 2014, at 11:25 AM, Yann Simon wrote: > 2014-03-20 15:28 GMT+01:00 Yann Simon : >> Thanks for all your input, I think I have now an implementation that >> works on Tomcat and Jetty. >> >> By testing it, I've found something that can be an interesting >> information for you. >> >> The

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

2014-03-25 Thread Daniel Mikusa
On Mar 25, 2014, at 12:16 PM, Yann Simon wrote: > 2014-03-25 16:36 GMT+01:00 Daniel Mikusa : >> On Mar 25, 2014, at 11:25 AM, Yann Simon wrote: >> >>> 2014-03-20 15:28 GMT+01:00 Yann Simon : >>>> Thanks for all your input, I think I have now an implemen

Re: consultation on Manager Tomcat 7.0.29

2014-03-25 Thread Daniel Mikusa
and will show more detail about what is happening. If you need help reading / understanding the thread dumps that you capture, feel free to post them here. Dan > > I will appreciate any help. Thanking You! > > Jose Irrazabal > > > 2014-03-24 15:01 GMT-03:00 Daniel Mikusa :

Re: Why Tomcat crashes

2014-03-27 Thread Daniel Mikusa
On Mar 27, 2014, at 2:18 AM, wangke wrote: > > > > Hi All: > Recently I've encountered a very strange problem, I managed to crash tomcat > entirely We need more specifics here. What exactly happens when it crashes? Has the process exited? Do you see a JVM crash dump file? Is the process

Re: Tomcat 8 Production read?

2014-03-27 Thread Daniel Mikusa
On Mar 27, 2014, at 12:14 PM, Dennis Ross wrote: > Is Tomcat 8 enterprise production ready? It’s a judgement call, but you should probably wait till there is a stable release first. See here for definition of Alpha / Beta / Stable. http://tomcat.apache.org/whichversion.html > Meaning can I

Re: Why Tomcat crashes

2014-03-27 Thread Daniel Mikusa
On Mar 27, 2014, at 2:10 PM, wangke wrote: > > > > Subject: Re: Why Tomcat crashes > > From: dmik...@gopivotal.com > > Date: Thu, 27 Mar 2014 07:24:38 -0400 > > To: users@tomcat.apache.org > > > > On Mar 27, 2014, at 2:18 AM, wangke wrote: > > > > > > > > > > > > > > Hi All: > > > Recentl

Re: Why Tomcat crashes

2014-03-27 Thread Daniel Mikusa
On Mar 27, 2014, at 3:01 PM, Daniel Mikusa wrote: > On Mar 27, 2014, at 2:10 PM, wangke wrote: > >> >> >>> Subject: Re: Why Tomcat crashes >>> From: dmik...@gopivotal.com >>> Date: Thu, 27 Mar 2014 07:24:38 -0400 >>> To: users@tomcat.a

Re: Why Tomcat crashes

2014-03-28 Thread Daniel Mikusa
On Mar 27, 2014, at 2:20 PM, wangke wrote: > > >> Date: Thu, 27 Mar 2014 12:20:28 -0400 >> From: ch...@christopherschultz.net >> To: users@tomcat.apache.org >> Subject: Re: Why Tomcat crashes >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Wangke, >> >> On 3/27/14, 2:18 AM, wa

Re: Connection Pooling in Tomcat 6 using Java

2014-03-31 Thread Daniel Mikusa
On Mar 31, 2014, at 7:05 AM, Saurabh Saraswat wrote: > Dear All, > > I am doing connection pooling with tomcat 6. And i am doing this very first > time before today i had no idea about connection pooling. I want to ensure > that it is the correct way or not. > Please do me correct if i am doing

Re: configuring a combined realm

2014-04-01 Thread Daniel Mikusa
On Apr 1, 2014, at 8:15 AM, Francesco Viscomi wrote: > I'm unable to understand what's wrong with this configuration: Can you be more specific about what is and isn’t working with the setup? As I understand it, you’re trying to setup container based authentication for the manager app and for

Re: Specific class loading in my webapp

2014-04-03 Thread Daniel Mikusa
On Apr 3, 2014, at 3:53 AM, Adrien RUFFIE wrote: > Hello all, What version of Tomcat are you using? > I search a means to force my webapp when is deploy in tomcat, to take several > jars/classes in located in a specific directory. > For example when my webapp start, it load jars into /var/lib/

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-04 Thread Daniel Mikusa
On Apr 4, 2014, at 1:19 AM, Saurabh Saraswat wrote: > Dear All, > > I am doing connection pooling with tomcat 7.0.39 and MySQL 5.5.After > searching on google and with your help i have done the below things. > Even i am able to get the connection successfully using this but getting > some troubl

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-04 Thread Daniel Mikusa
ch tends to unlimited time. Still i am facing the same > problem. > > Can you please let me know what others reason can cause this exception. > > > *Best Regards,* > > *Saurabh Sarasvat* > > > > > On Fri, Apr 4, 2014 at 5:16 PM, Daniel Mikus

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Daniel Mikusa
On Apr 4, 2014, at 1:24 PM, Mark Murphy wrote: > I am trying to set up SSL on tomcat with a CA certificate from goDaddy. > > I am unable to load the Web Page using HTTPS. What exactly happens when you try to access it? Please include browser behavior and any errors / messages it gives you abo

Re: apt-get tomcat7 missing websocket jars

2014-04-04 Thread Daniel Mikusa
On Apr 4, 2014, at 1:59 PM, Sean Winterberger wrote: > We just updated to tomcat 7.0.52 using the JSR356 implementation for > websockets. This implementation is using the annotated class method of > setting up the websocket server endpoint. > > On a local install of the system (windows7) the t

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Daniel Mikusa
On Apr 4, 2014, at 2:52 PM, Mark Murphy wrote: > Created my keystore according to the directions here: > http://support.godaddy.com/help/article/5239/generating-a-csr-and-installing-an-ssl-certificate-in-tomcat-4x5x6x7x Ok. Good start. > This is what I see in Chrome: > > SSL Connection Error

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Daniel Mikusa
On Apr 4, 2014, at 4:34 PM, Mark Murphy wrote: > 1.5.0_15 Any chance you could try a more recent JVM? Java 6 or preferably Java 7. That’s really old. Dan > > On Fri, Apr 4, 2014 at 3:23 PM, Daniel Mikusa wrote: >> On Apr 4, 2014, at 2:52 PM, Mark Murphy wrote: >

Re: Tomcat 6 SSL CA Certificate does not work, but Self signed Certificate does

2014-04-04 Thread Daniel Mikusa
ollow them exactly. You can pretty much copy and paste them as they are listed in that document. Dan > > > On Fri, Apr 4, 2014 at 4:34 PM, Mark Murphy wrote: > >> 1.5.0_15 >> >> On Fri, Apr 4, 2014 at 3:23 PM, Daniel Mikusa >> wrote: >>> On Apr 4

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-08 Thread Daniel Mikusa
On Apr 8, 2014, at 5:46 AM, Saurabh Saraswat wrote: > On Fri, Apr 4, 2014 at 8:39 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Daniel, >> >> On 4/4/14, 8:57 A

Re: SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-08 Thread Daniel Mikusa
; Have tested pooling with different ways like after setting - > factory="org.apache.tomcat.jdbc.pool.DataSourceFactory". > > Conclusion is that i am not able to find satisfactory solution. Try the changes above and take some thread dumps. I think that will get you pointed in the

Re: Configuration question

2014-04-16 Thread Daniel Mikusa
On Apr 16, 2014, at 1:42 PM, Mark Murphy wrote: > How do I prevent Tomcat 6 from responding to a request to an IP address, > that is I only want my Tomcat server to respond to requests to > www.mydomain.com vs. 10.1.1.1. Just an idea, but you could probably do this with a filter or a valve. You

Re: Apache Tomcat 7 load-balancing and clustering

2014-04-17 Thread Daniel Mikusa
On Apr 17, 2014, at 7:14 AM, MNYANYI, FIDELIS wrote: > Hi, > > I'm relatively new to Apache Tomcat, especially on clustering/load-balancing. > The question I have is: > > Can I implement load-balancing of Apache Tomcat 7 instances using native > solutions if any. I mean without putting e

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