Re: Jrockit Vs Sun

2008-06-17 Thread Tony Anecito
I talked to the lead developer for JRockit months ago and he told me they take the code from Sun releases and add it to all the releases. What that means is thier 1.4.x is as fast as the 1.5.x but the difference is functionality they do not port 1.5 functionality to 1.4.x. This is important to me

Re: logging of "response time"

2008-07-17 Thread Tony Anecito
or microsecond resolution (windows OS timer issue). Regards, Tony Anecito Founder, MyUniPortal http://www.myuniportal.com "The fastest Portal on the planet that uses inexpensive hardware and open source web (Apache) and App Server or JBoss (Tomcat embedded)" For http SOAP requests I ge

Re: Can I get Millisecond precision in Access Logs?

2008-09-16 Thread Tony Anecito
with Tomcat logging. Open source can run faster than commercial if you know what you are doing. I got Tomcat requests operating under 1 nanosecond at one point in time at the servlet level. Regards, -Tony Anecito Founder, MyUniPortal http://www.myuniportal.com --- On Tue, 9/16/08, Mark Thomas

JRE 1.6 and Tomcat

2007-09-27 Thread Tony Anecito
AMD64 X2 5200+ and my RIA is running on XP on a P4 3Ghz using a 1GBps Ethernet and 1Gb Router adn switch. I hope this answers some questions regarding the performance of jre 1.6. Regards, Tony Anecito Founder, MyUniPortal http://www.myunipo

Tomcat performance measurments...

2007-09-28 Thread Tony Anecito
Hi All, As I mentioned in my previous email I was able to get my system performance using Apache-Tomcat-Jre1.6 such that I was getting 4msec transaction response times. My problem is I can not tell how much of that response time is spent in tomcat versus Apache. I am using windows 2000 where the

RE: Apache connectors for tomcat

2007-09-28 Thread Tony Anecito
Not sure about the interface/protocol being depricated since there was just a new release of mod_jk 1.2.25? Also, someone put some effort into improvments into it 2.2.6 of Apache. I also noticed a 10% performance improvement in request response times using mod_jk which I was told about and proven

RE: Tomcat performance measurments...

2007-09-28 Thread Tony Anecito
I would but I have a web site off of the Apache web server and I have the port 80 used by it. -Tony --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Tony Anecito [mailto:[EMAIL PROTECTED] > > Also, any hints on how to improve Tomcat > performance > > appre

Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Hi All, Is it possible to run Tomcat and Apache on the same port? What I want to do is have my website running on Apache web server or port 80 and also have Tomcat running on port 80. That way my web service requests do not need to go through Apache web server where they are redirected to Tomcat.

Re: Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
nd apache to > the other > > Filip > > Tony Anecito wrote: > > Hi All, > > > > Is it possible to run Tomcat and Apache on the > same > > port? What I want to do is have my website running > on > > Apache web server or port 80 and also have Tomcat

Re: Tomcat performance measurments...

2007-09-28 Thread Tony Anecito
layer was the next challenge ;) Regards, Tony Anecito Founder, MyUniPortal --- Rainer Jung <[EMAIL PROTECTED]> wrote: > Christopher Schultz wrote: > > Other factors include the resolution of the timer > being used by Apache > > and/or mod_jk for emitting log messages.

RE: Tomcat and Apache on the same port?

2007-09-28 Thread Tony Anecito
Thanks Peter, The Tomcat server is running web services which are dynamic. And I agree about what you said about port 80. Hope this helps, -Tony --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Tony Anecito [mailto:[EMAIL PROTECTED] > > Is it possible to run Tomcat

Re: Tomcat performance measurments...

2007-09-28 Thread Tony Anecito
-- > Hash: SHA1 > > Tony, > > Tony Anecito wrote: > > I would but I have a web site off of the Apache > web > > server and I have the port 80 used by it. > > So? If you're doing performance testing, you should > be doing it in a > laboratory e

RE: Apache connectors for tomcat

2007-09-28 Thread Tony Anecito
Thanks for the clarification. -Tony --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Tony Anecito [mailto:[EMAIL PROTECTED] > > Subject: RE: Apache connectors for tomcat > > > > Not sure about the interface/protocol being > depricate

Re: Apache connectors for tomcat

2007-09-28 Thread Tony Anecito
I had heard that mod_jk was faster so I switched from ajp to mod_jk and sure enough mod_jk was 10% faster for me. -Tony --- Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Filip, > > Filip Hanik - Dev Lists wrote: > > personal preference in

RE: Apache connectors for tomcat

2007-09-28 Thread Tony Anecito
el of > thinking with which we created them. > - Albert Einstein > > -Original Message- > From: Tony Anecito [mailto:[EMAIL PROTECTED] > Sent: Friday, September 28, 2007 12:56 PM > To: Tomcat Users List > Subject: Re: Apache connectors for tomcat > > I had heard th

Re: Apache connectors for tomcat

2007-09-28 Thread Tony Anecito
get through communications stack on the server then to the client comm stack we might actually only be seeing a millisecond or two at Tomcat. Normally overall transaction improvements of a millisecond do not matter to most people ;-) Regards, Tony Anecito, Founder MyUniPortal --- Rainer Jung

Re: Tomcat performance measurments...

2007-09-28 Thread Tony Anecito
Hi Martin, Sorry got busy with all the emails but I thank you for the time you took to do this and I will read it very closely and let you know the results if you are interested. Thanks everyone for all the helpful comments! Regards, Tony Anecito, Founder, MyUniPortal --- Martin Gainty <[EM

Re: Apache connectors for tomcat

2007-09-28 Thread Tony Anecito
under 1500 bytes after compression by JAXWS web service code. Hope that helps. Tony Anecito, Founder MyUniPortal --- Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > Tony Anecito wrote: > > I am not

Re: Tomcat performance measurments...

2007-09-28 Thread Tony Anecito
very fast, the > added latency might be > relatively huge. In terms of throughput this will > usually not produce a > penalty, and in some cases, if you can effectively > use the features of > the added component, throughput might go up. > > Regards, > > Rainer

RE: Tomcat 1.1 - release date

2007-10-31 Thread Tony Anecito
Hmm java 1.1 does not exist anymore they are up to 1.6.0_03. I would really check with the App people this is highly unusual. -Tony --- Steve Ochani <[EMAIL PROTECTED]> wrote: > Date sent:Wed, 31 Oct 2007 13:17:17 -0400 > From: "Vigorito, Nicholas E." > <[EMAIL PROTECTED]> > Subject: RE

Tomcat & Static Content

2007-11-02 Thread Tony Anecito
Hi All, Is there any good references on how to use Tomcat as a web server? I currently use Tomcat behind an apache server and thinking removing the Apache server but I do not know if Tomcat would make a good web server. I use PHP with Apache and need to be able to continue to use that and a some b

Re: Tomcat & Static Content

2007-11-02 Thread Tony Anecito
Thanks P. I am using TC 6.0.14 & java 1.6.0_02 and Windows Prof 2000. I had heard that php support was not easy to setup so thanks for the confirmation. Regards, -T --- Pid <[EMAIL PROTECTED]> wrote: > Tony Anecito wrote: > > Hi All, > > > > Is there any good

Re: speed up the server

2007-11-09 Thread Tony Anecito
Just I need more info about where it was deployed before it was deployed. You can not run a web app without the container so the question might be the differences in the previous environment and the the one you "deployed" into. Same questions as below but for "both" environments. The one where it w

Tomcat performance questions

2007-11-14 Thread Tony Anecito
Hi All, I am using Tomcat 6.0.14 with java 1.6.0_02 on Windows 2000 professional. I am wondering what is the best parser to use for this configuration? The one with java 1.6.0_02? Also, what is the best way to monitor performance? I am using the logs and they are only 15msec resolution. I am sur

Re: Tomcat performance questions

2007-11-14 Thread Tony Anecito
you are thinking. Hope that helps. -Tony --- Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Tony Anecito wrote: > > Hi All, > > > > I am using Tomcat 6.0.14 with java 1.6.0_02 on > Windows > > 2000 professional. > > > > I am won

How Do I use Tomcat 6.0.14 as a http Proxy?

2007-11-19 Thread Tony Anecito
Hi All, I found some old documentation and looking for something more current than 2004 about how to use Tomcat as a http proxy to say Apache. I am running a test and want to keep Tomcat in front of Apache. Thanks, -Tony ___

Re: How Do I use Tomcat 6.0.14 as a http Proxy?

2007-11-20 Thread Tony Anecito
to APR being built into 6.0.14 so I am curious. Thanks, -Tony --- Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Tomcat doesn't have built in proxy capabilities. > You want to use Apache in front of Tomcat, not the > other way around > > Filip > > Tony Anec

Re: Questions about sometime slowness of tomcat

2007-11-20 Thread Tony Anecito
Hi Jun, This could be due to several factors. I see this alot in SOAP calls where the first request is signficanly longer than susequent requests. It could be the jvm is optimizing the code and after multiple passes through the code it runs faster. It could also be there are objects that get creat

Re: Tomcat 6.0 with Apache 2.2 front-end

2007-11-29 Thread Tony Anecito
Thanks Filip I am interested in that information also. I will try to get it configured and running and give feedback on performance since I already use mod_jk or the Http11AprProtocol as I think you call it. Regards, -Tony --- Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > the speed of th

Re: Tomcat 6.0 with Apache 2.2 front-end

2007-11-29 Thread Tony Anecito
I was interested in seeing how it compared to the regular Apache server. I am not sure of the advantages of combining multiple tiers. The reason to keep them separate is to be able to scale by adding servers to a specific tier. My experience has been keep the tiers separate. I am not sure how secu

Re: Compliments Of The Season

2007-12-03 Thread Tony Anecito
Whatever happened to the Elves Union? Maybe Rudolf's incandesent nose will be out and the new red led one on backorder. Have a Happy Holiday and give Santa our best (all the Tomcat team is on his good list right?). -Tony --- [EMAIL PROTECTED] wrote: > Same to you unfortune I will be working on

Tomcat 5.5.25 and jvm version support

2007-12-11 Thread Tony Anecito
Hi All, What is the latest version of the Sun jvm that is supported by Tomcat 5.5.25? Thanks, -Tony Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs ---

RE: Tomcat 5.5.25 and jvm version support

2007-12-11 Thread Tony Anecito
Thanks I appreciate the feedback. Regards, -Tony --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Tony Anecito [mailto:[EMAIL PROTECTED] > > Subject: Tomcat 5.5.25 and jvm version support > > > > What is the latest version of the Sun jv

Tomcat request response time and OSI model...

2007-12-18 Thread Tony Anecito
Hi Tomcat Team, I am wondering what the request response time represents in the tomcat logs. Is it the time between the first and last network packets including the packets? So in the OSI model is it the time measured at layer 1? If layer 1 then the time could be the latency time + Tomcat contai

Tomcat Log Entries

2007-12-19 Thread Tony Anecito
Hi, I have a question regarding Tomcat logging. I am a Principle Engineer (focusing on performance) at a very large company (Fortune 50) where we are starting to use Tomcat. I have two questions one I did not get an anser to previously: 1. If a log entry shows say 100 seconds for the response tim

New Portal Using Apache & Tomcat

2008-01-23 Thread Tony Anecito
host web services and has been very stable and reliable so far. Thanks to the teams that made this possible!!! Screenshots are found at: http://www.myuniportal.com/screenshots.php Regards, Tony Anecito Founder, MyUniPo

Tomcat 6 & JBoss 4.2.1

2007-09-24 Thread Tony Anecito
Hi All, Is there any recent (in the last year) Tomcat to JBoss EJB examples anywhere? I see old examples that mention using a jndi.properties file and others that indicate a config.xml and others a server.xml. Very confusing but there must be more recent examples. I am trying to use Tomcat 6.0.14

Re: [ANN] Apache Tomcat Native 1.1.13 released

2008-02-16 Thread Tony Anecito
Hi Jean-frederic, What is Tomcat-Native and if it is a replacement for the java version what are the reasons to use it? Your link contains nothing about what it is. Sorry it is just that I have not heard about this before. I am very interested in what it is but need more information about the pro

Re: Hard limits in Tomcat?

2008-11-19 Thread Tony Anecito
Better yet do you want to know how the application uses Tomcat resources? To do what Leon mentions requires a profilier that is approved for production use or have the developers write timers in the code for critical measurements say around time it takes for a request versus jdbc calls some may

SingleThreadModel for servlets

2008-11-25 Thread Tony Anecito
Hello All, I am wondering with the advances in hardware and memory and using servlet pooling if using SingleThreadModel is better for performance than multiple threads per servlet. Reason I ask is if you have a slow service using the multithreaded servlet it might be a bad idea especially if th

RE: SingleThreadModel for servlets

2008-11-25 Thread Tony Anecito
, -Tony --- On Tue, 11/25/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Caldarale, Charles R <[EMAIL PROTECTED]> > Subject: RE: SingleThreadModel for servlets > To: "Tomcat Users List" > Date: Tuesday, November 25, 2008, 10:58 AM > > Fro

Re: [ANN] Apache Tomcat Native 1.1.18 released

2009-11-23 Thread Tony Anecito
Thanks Team for the fixes and any enhancements! So does one need to uninstall the older version before installing this one? Regards, -Tony --- On Mon, 11/23/09, jean-frederic clere wrote: > From: jean-frederic clere > Subject: [ANN] Apache Tomcat Native 1.1.18 released > To: "Tomcat Developer

SSL error reported from windows socket

2010-01-25 Thread Tony Anecito
Hi All, I am getting intermittant windows ssl error regarding connections. Something like socket error code 12157 ERROR_INTERNET_SECURITY_CHANNEL_ERROR. It is intermittant and I am load testing against Apache web server using loadrunner 9.0. We are using SSLV3 for Apache 2.2. There is some stra

Re: [us...@httpd] SSL error reported from windows socket

2010-01-25 Thread Tony Anecito
Jr. > Subject: Re: [us...@httpd] SSL error reported from windows socket > To: us...@httpd.apache.org > Cc: "Tony Anecito" , "Tomcat Users Group" > > Date: Monday, January 25, 2010, 11:14 AM > On 1/25/2010 10:05 AM, Tony Anecito > wrote: > > Hi All, &g

Tomcat Repsonse question...

2009-10-04 Thread Tony Anecito
Hi All, What class method for Tomcat would show the response time? I am using the jvirtualvm to profile the code (simplest and easy to use) but I need to know the name/method that would be closest to the socket to get an idea how fast the container/app is. Thanks, -Tony

Re: Tomcat Repsonse question...

2009-10-06 Thread Tony Anecito
Regards, -Tony --- On Tue, 10/6/09, Christopher Schultz wrote: > From: Christopher Schultz > Subject: Re: Tomcat Repsonse question... > To: "Tomcat Users List" > Date: Tuesday, October 6, 2009, 10:24 AM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony

Re: Tomcat Repsonse question...

2009-10-07 Thread Tony Anecito
quot; > Date: Wednesday, October 7, 2009, 3:14 PM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > On 10/6/2009 1:32 PM, Tony Anecito wrote: > > I am running JBoss and Apache on the same box so not > sure if the > > TCP/IP stack is bypassed in th

Re: Tomcat Repsonse question...

2009-10-08 Thread Tony Anecito
Tomcat Repsonse question... > To: "Tomcat Users List" > Date: Wednesday, October 7, 2009, 3:14 PM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > On 10/6/2009 1:32 PM, Tony Anecito wrote: > > I am running JBoss and Apache on the same box so not

Re: New Sample Question...

2009-10-08 Thread Tony Anecito
Hi Jiri, Thanks for the link it clears up better what you and Thomas are saying. You both have been extreemly helpful. What you and Thomas need to understand is the typical developer will not ask the questions that I do. To me a profiler and static code analysis tools are as important as a IDE

Does Tomcat http work on port 80?

2009-10-09 Thread Tony Anecito
Hi All, Yesterday on the JBoss users forum I posted the question how to setup http for Tomcat on port 80 internal to JBoss 5.1.0GA under Windows 2000 Prof. Although I got some answers (Yes) in the end it seemed as if you could configure it but it did not work. Worked great on other port numbers

RE: Does Tomcat http work on port 80?

2009-10-09 Thread Tony Anecito
Many Thanks. -Tony --- On Fri, 10/9/09, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Does Tomcat http work on port 80? > To: "Tomcat Users List" > Date: Friday, October 9, 2009, 8:21 AM > > From: Tony Anecito [mailto:adanec...@yahoo.c

Re: Does Tomcat http work on port 80?

2009-10-09 Thread Tony Anecito
Thanks for the reply. I am using Windows. Someone from Apache said it should work and I needed to enable a valve for a access file to be enabled. -Tony --- On Fri, 10/9/09, Serge Fonville wrote: > From: Serge Fonville > Subject: Re: Does Tomcat http work on port 80? > To: "Tomcat Users List"

Re: Does Tomcat http work on port 80?

2009-10-09 Thread Tony Anecito
Hi Peter, I had both Apache and JBoss running fine (for years) together under Windows 2000. JBoss 5.1.0GA as using port 8080 and Apache Web Server port 80. I am using ajp for JBoss communication. When I changed the server.xml recommended by Jboss and others to port 80 I got the white page (no s

Re: Does Tomcat http work on port 80?

2009-10-09 Thread Tony Anecito
r > Subject: Re: Does Tomcat http work on port 80? > To: "Tomcat Users List" > Date: Friday, October 9, 2009, 11:00 AM > Tony Anecito wrote: > ... > When I changed the server.xml recommended > by Jboss and others to port 80 I got the white page (no > source) >

Logging startup parms for Tomcat...

2009-10-10 Thread Tony Anecito
Hi All, I need to see the jvm startup params (memory settings, ect) for Tomcat. How do I enable that to showup in the logs? Thanks, -Tony - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional com

Simple APR install question...

2009-10-12 Thread Tony Anecito
Hi All, I want to setup APR for Tomcat 6.0.20 under windows. I only want the APR I do not need SSL or OpenSSO at this time. So do I put the all the dlls (ipv4 & ipv6 also) under windows32 folder or just the tcnative-1.dll? Or maybe the dlls are put under the bin directory of tomcat? Many Thanks

Re: Simple APR install question...

2009-10-12 Thread Tony Anecito
itory I > looked at only had up to 1.1.14. > > - Darryl > > > > > > From: "Caldarale, Charles R" > To: Tomcat Users List > Sent: Mon, October 12, 2009 7:03:17 PM > Subject: RE: Simple APR install question... &

RE: Simple APR install question...

2009-10-12 Thread Tony Anecito
List" > Date: Monday, October 12, 2009, 11:03 AM > > From: Tony Anecito [mailto:adanec...@yahoo.com] > > Subject: Simple APR install question... > > > > I want to setup APR for Tomcat 6.0.20 under windows. > > > So do I put the all the dlls > > What d

Re: Simple APR install question...

2009-10-12 Thread Tony Anecito
Mon, 10/12/09, Tony Anecito wrote: > From: Tony Anecito > Subject: Re: Simple APR install question... > To: "Tomcat Users List" , "Darryl Pentz" > > Date: Monday, October 12, 2009, 11:15 AM > Hi Darryl, > > Yes the latest one is 1.1.16. I went

RE: Simple APR install question...

2009-10-12 Thread Tony Anecito
Thanks you guys are awesome! -Tony --- On Mon, 10/12/09, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Simple APR install question... > To: "Tomcat Users List" > Date: Monday, October 12, 2009, 11:26 AM > > From: Tony Anecito [mailto:adan

Thanks For All The Help!!

2009-10-12 Thread Tony Anecito
Thanks to Chuck and all the rest. As I mentioned in a previous email(s) I was trying to update some performance Testing I started a few years ago where I got to a point where I was seeing 3-4msec. My architecture till last night was Apache web server and JBoss 5.1.0GA. Based on some this groups

Re: Thanks For All The Help!!

2009-10-12 Thread Tony Anecito
ll The Help!! > To: "Tomcat Users List" > Date: Monday, October 12, 2009, 11:58 AM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > On 10/12/2009 1:52 PM, Tony Anecito wrote: > > Next step is to install APR and rerun tests and maybe > do

Re: Thanks For All The Help!!

2009-10-12 Thread Tony Anecito
ot; > Date: Monday, October 12, 2009, 12:11 PM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > On 10/12/2009 2:01 PM, Tony Anecito wrote: > > Yes you are correct no SSL. I thought I would give APR > a try since it > > was recommended in general

Re: Thanks For All The Help!!

2009-10-13 Thread Tony Anecito
ave been 1-2msec or less if I could have adjusted the packets per frame somehow (Jumbo frame maybe?). Best Regards to all, -Tony Do'nt try this at home if you like sleep! --- On Mon, 10/12/09, Tony Anecito wrote: > From: Tony Anecito > Subject: Re: Thanks For All The Help!! > To: &qu

Re: Does Tomcat http work on port 80?

2009-10-13 Thread Tony Anecito
ing > to setup your JBoss on port 80 when > you already have an apache running on port 80... Is that > correct? > If so, you need to understand that only one process may > listen to a given > port number. This is your issue. > > If not, please clarify... > > Regards &g

Re: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Tony Anecito
Hi, I have been watching this thread since I am interested in how to do this. I have a small web site using just html & images & css so I do not use a WAR for deployment just replace/add/delete the files. So would modifying the server.xml be the recommended method? Thanks, -Tony --- On Wed, 1

RE: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Tony Anecito
anging default ROOT webapp in Tomcat 6.0.18 > To: "Tomcat Users List" > Date: Wednesday, October 14, 2009, 12:45 PM > > From: Tony Anecito [mailto:adanec...@yahoo.com] > > Subject: Re: changing default ROOT webapp in Tomcat > 6.0.18 > > > > So would mod

RE: changing default ROOT webapp in Tomcat 6.0.18

2009-10-14 Thread Tony Anecito
ct: RE: changing default ROOT webapp in Tomcat 6.0.18 > To: "Tomcat Users List" > Date: Wednesday, October 14, 2009, 12:57 PM > > From: Tony Anecito [mailto:adanec...@yahoo.com] > > Subject: RE: changing default ROOT webapp in Tomcat > 6.0.18 > > > > So if

Fw: Re: Metro/JAXWS and network packets...

2009-10-15 Thread Tony Anecito
Anecito wrote: > From: Tony Anecito > Subject: Re: Metro/JAXWS and network packets... > To: us...@metro.dev.java.net > Cc: "JWSDP Dev" > Date: Thursday, October 15, 2009, 11:18 AM > Hi All, > > I created a simple java program that created a URL object > and s

Tomcat 6.0.20 support for serving via http java pack 200 jars. How?

2009-10-19 Thread Tony Anecito
Hi All, I am serving up pack 200 conpressed files in Tomcat and getting an error about support. The error is: java.io.IOException: Invalid jar file at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source) at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown So

Re: Tomcat 6.0.20 support for serving via http java pack 200 jars. How?

2009-10-19 Thread Tony Anecito
Mon, 10/19/09, Tony Anecito wrote: > From: Tony Anecito > Subject: Tomcat 6.0.20 support for serving via http java pack 200 jars. How? > To: "Tomcat Users Group" > Date: Monday, October 19, 2009, 5:18 AM > Hi All, > > I am serving up pack 200 conpressed files i

Re: Tomcat 6.0.20 support for serving via http java pack 200 jars. How?

2009-10-19 Thread Tony Anecito
p java pack 200 jars. > How? > To: "Tomcat Users List" > Date: Monday, October 19, 2009, 1:26 PM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > On 10/19/2009 7:18 AM, Tony Anecito wrote: > > I am serving up pack 200 conpressed files in Tom

Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
Hi All, Does anyone know if Tomcat supports subdomains for its or the APR http function? The Apache Web server does. I am starting to see more and more use of subdomains for performance improvements by allowing more browser connections from the same browser. Here is an example link of what I a

RE: Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
/subdomain_setup.htm Regards, -Tony --- On Tue, 10/20/09, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Does Tomcat http support subdomains? > To: "Tomcat Users List" > Date: Tuesday, October 20, 2009, 1:46 PM > > From: Tony Anecito [mailto:adanec...@

RE: Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
Many Thanks!! -Tony --- On Tue, 10/20/09, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Does Tomcat http support subdomains? > To: "Tomcat Users List" > Date: Tuesday, October 20, 2009, 2:11 PM > > From: Tony Anecito [mailto:adanec..

Re: Does Tomcat http support subdomains?

2009-10-20 Thread Tony Anecito
mean > "foo.yoursite.com", "bar.yoursite.com" and so > on, then of course Tomcat supports that. > > In the server.xml file, add: > > >     docBase="/your/path/here/foo_site" /> > > > > > > On Tue, Oct 20, 2009 at 4:03 PM, Tony Anecit

Subdomains and Wars...

2009-10-21 Thread Tony Anecito
Hi, How would one associate the static content within a WAR with a subdomain when using subdomains assigned to directories? Is the location that the war is exploded to known well enough that it can be done? Regards, -Tony ---

Re: Subdomains and Wars...

2009-10-21 Thread Tony Anecito
-- > Hash: SHA1 > > Tony, > > On 10/21/2009 2:11 PM, Tony Anecito wrote: > > How would one associate the static content within a > WAR with a > > subdomain when using subdomains assigned to > directories? > > Perhaps your (clarified) question really is: >

RE: Subdomains and Wars...

2009-10-21 Thread Tony Anecito
List" > Date: Wednesday, October 21, 2009, 12:36 PM > > From: Tony Anecito [mailto:adanec...@yahoo.com] > > Subject: Subdomains and Wars... > > > > How would one associate the static content within a > WAR with a > > subdomain when using subdomains assigned

Re: Subdomains and Wars...

2009-10-21 Thread Tony Anecito
d Wars... > To: "Tomcat Users List" > Date: Wednesday, October 21, 2009, 12:46 PM > Tony Anecito wrote: > > Hi, > > > > How would one associate the static content within a > WAR with a subdomain when using subdomains assigned to > directories? Is the

Re: Subdomains and Wars...

2009-10-21 Thread Tony Anecito
> Date: Wednesday, October 21, 2009, 2:19 PM > On Wed, Oct 21, 2009 at 1:10 PM, Tony > Anecito > wrote: > > > Here is an article that talks about subdomain usage. I > hope it helps explain the concept better for all. > > > > http://content.websitegear.com/arti

RE: Subdomains and Wars...

2009-10-21 Thread Tony Anecito
content for the http feature of Tomcat or even APR to be deployed? Regards, -Tony --- On Wed, 10/21/09, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Subdomains and Wars... > To: "Tomcat Users List" > Date: Wednesday, October 21, 2009, 2:22 PM

Re: Subdomains and Wars...

2009-10-21 Thread Tony Anecito
meant now. Thanks, -Tony --- On Wed, 10/21/09, Hassan Schroeder wrote: > From: Hassan Schroeder > Subject: Re: Subdomains and Wars... > To: "Tomcat Users List" > Date: Wednesday, October 21, 2009, 2:33 PM > On Wed, Oct 21, 2009 at 1:25 PM, Tony > Anecito > wro

RE: Subdomains and Wars...

2009-10-22 Thread Tony Anecito
server but that is the way some dev groups > deliver content. > > > > With that in mind how would you expect the content for > the http feature of Tomcat or even APR to be deployed? > > > > Regards, > > -Tony > > > > --- On Wed, 10/21/09,

Re: Deploy Tomcat Standalone - good idea or not?

2009-05-19 Thread Tony Anecito
Does Tomcat support gzip? Does Tomcat support sub-domains? Just curious. I decided to stick with Apache because of the modules I needed. I also used JBoss and for me it reduced by factor of 10-100x the delays due to using 1 classloader instead of two. But then that was becasue I decided to use

TC 4.1

2011-08-30 Thread Tony Anecito
Does TC 4.1 have a logging parimeter for response time? Thanks, -Tony - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Performance for many small requests

2011-08-31 Thread Tony Anecito
Also, I always revaluate my design/implementation every 6 months or so and make changes based on lessons learned. Also, do not be afraid to try something new :] Regards, Tony Anecito Founder/President MyUniPortal http://www.myuniportal.com 2010 JavaOne Dukes Award winner (Yes I am using Tomcat :])

Re: Performance for many small requests

2011-09-01 Thread Tony Anecito
ct: Re: Performance for many small requests > To: "Tomcat Users List" > Date: Thursday, September 1, 2011, 8:40 AM > On 8/31/2011 12:25 PM, Tony Anecito > wrote: > > Hi David, > > > > You need to not only look at the container but it's > configuration a

RE: Performance for many small requests

2011-09-01 Thread Tony Anecito
Two things to think about in addition to the recommendation Chuck mentioned. 1. For small requests having a large new generation in the heap helps. This helps with the short term objects in the heap to get collected. 2. Lots of small disk IO may slow you down also. Remember http is synchronous

APR usage question regarding multi-core and mutliple virtual hosts...

2010-06-28 Thread Tony Anecito
Hi All, I noticed using Firefox with a plugin yslow that it recommends using only 4 virtual hosts instead of the 16 I have for serving images. I am using a 6 core system and want to make sure I take advantage of it using Apache APR so I setup more than 4 virtual hosts. I am using multiple virt

Re: [ANN] Apache Tomcat 7.0.0 beta released

2010-06-29 Thread Tony Anecito
Any performance improvements over 6.0.X due to refactoring? Is memory leaks reported somewhere? Thanks, -Tony - Original Message From: Mark Thomas To: annou...@tomcat.apache.org; Tomcat Users List ; Tomcat Developers List Sent: Tue, June 29, 2010 5:45:59 AM Subject: [ANN] Apache To

Re: [ANN] Apache Tomcat 7.0.0 beta released

2010-06-29 Thread Tony Anecito
below 1millisecond. Regards, Tony Anecito Founder, MyUniPortal http://www.myuniportal.com - Original Message From: Mark Thomas To: Tomcat Users List Sent: Tue, June 29, 2010 10:37:42 AM Subject: Re: [ANN] Apache Tomcat 7.0.0 beta released On 29/06/2010 17:27, Tony Anecito wrote

Re: For TC 7 servlets stay in memory how long?

2012-05-29 Thread Tony Anecito
, Christopher Schultz wrote: From: Christopher Schultz Subject: Re: For TC 7 servlets stay in memory how long? To: "Tomcat Users List" Date: Tuesday, May 29, 2012, 10:10 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 5/29/12 11:17 AM, Tony Anecito wrote: > For TC 7 how lon

Re: For TC 7 servlets stay in memory how long?

2012-05-29 Thread Tony Anecito
wrote: From: Mark Thomas Subject: Re: For TC 7 servlets stay in memory how long? To: "Tomcat Users List" Date: Tuesday, May 29, 2012, 11:10 AM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/05/2012 18:05, Tony Anecito wrote: > Thanks Christopher for your prompt reply! > &

Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Tony Anecito
Hi All,   Is it possible to run Tomcat in the same jvm as JBoss and if so how to do that? I am using the latest versions of both and usually run in separate jvms but want to see if it can they can run together in the same jvm so I can compare response times for both configurations. Since JBoss i

Re: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Tony Anecito
omcat Users List" Date: Monday, June 18, 2012, 10:07 AM 2012/6/18 Tony Anecito : > Hi All, > > Since JBoss is usually several minor versions behind on it's embedded Tomcat > server I usually run them in different jvms so >I can use the latest versions > of each. >

RE: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Tony Anecito
+0200 > Subject: Re: Running Tomcat in a jvm with an EJB container... > To: users@tomcat.apache.org > > 2012/6/18 Tony Anecito : > > Hi All, > > > > Since JBoss is usually several minor versions behind on it's embedded > > Tomcat server I usually run them in

Location of Tomcat 7 jvm defualt settings...

2012-07-20 Thread Tony Anecito
Hi All, Does anyone know the location of the default jvm settings for Tomcat 7 if the JAVA_OPTS env variable for windows is not specified?   Also, does anyone know what the recommended settings to start with for say Oracle 64-bit jvm and Tomcat 7? For -Xss it used to be -Xss126k for 32-bit jvm

RE: Location of Tomcat 7 jvm defualt settings...

2012-07-20 Thread Tony Anecito
7msec down to 1-2msec.   Thanks for the advice. -Tony --- On Fri, 7/20/12, Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Location of Tomcat 7 jvm defualt settings... To: "Tomcat Users List" Date: Friday, July 20, 2012, 1:05 PM > From: Tony Anecito

Re: Location of Tomcat 7 jvm defualt settings...

2012-07-20 Thread Tony Anecito
vm defualt settings... To: "Tomcat Users List" Date: Friday, July 20, 2012, 2:53 PM On 20/07/2012 21:42, Tony Anecito wrote: > Thanks Charles I have found documention for all the below from the > Tomcat group but seemed somewhat outdated. Mark Thomas's name seemed > dominant i

  1   2   >