Apache Http Server and Tomcat

2007-11-07 Thread bajistaman
Are there good reasons to use an Apache Http Server in front of a Tomcat even if I'm using a HW Load Balancer? Thanks, Johann -- View this message in context: http://www.nabble.com/Apache-Http-Server-and-Tomcat-tf4767546.html#a13636658 Sent from the Tomcat - User mailing list archive at

Tomcat Farm Recommendation

2007-07-04 Thread bajistaman
I'm trying to move my Apache Http Server Farm to a Tomcat one and I guess that Tomcat needs more resources than Apache does. Our approach has been always to have many medium size machines than a few big ones, does anybody have any suggestion to the kind of machine + OS needed to get the best

Re: Tomcat Farm Recommendation

2007-07-04 Thread bajistaman
. Memory: How big is your app? How many apps? How many users? Processor: How many users? How much calculating(processing) in you apps? How many apps? OS: Is it supported with a current stable java environment? Cost? Platform requirements? Doug - Original Message - From: bajistaman

Re: Tomcat Farm Recommendation

2007-07-06 Thread bajistaman
Thanks, I have to still trying to convince some people that Tomcat can perform without a lot more of resources than Apache Http Server does. Johann -- View this message in context: http://www.nabble.com/Tomcat-Farm-Recommendation-tf4025344.html#a11463888 Sent from the Tomcat - User mailing

Apache Http Server + Tomcat or just Tomcat?

2007-07-06 Thread bajistaman
I have an Apache Http Server farm and I'm trying to build a Tomcat one for my new java systems. I was thinking about what can make the use the Apache one as front end (proxy) of the Tomcat one useful? Thanks, Johann -- View this message in context:

RE: Apache Http Server + Tomcat or just Tomcat?

2007-07-06 Thread bajistaman
Thanks!, We have a Solaris and AIX platform but thinking about trying an Intel/Linux one. For many reasons we can't use the latest versions of any product until they've rached some maturity so we are going to try Tomcat 5. Johann -- View this message in context:

Re: Tomcat benchmark

2007-08-16 Thread bajistaman
Probably the best place to start is http://tomcat.apache.org/faq/performance.html -- View this message in context: http://www.nabble.com/Tomcat-benchmark-tf4278535.html#a12189509 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Tomcat benchmark

2007-08-16 Thread bajistaman
I'm still using tomcat 5 :-) (and Weblogic 8.1), maybe someone interested enough can apply the same test against newer products. Johann -- View this message in context: http://www.nabble.com/Tomcat-benchmark-tf4278535.html#a12190970 Sent from the Tomcat - User mailing list archive at

Tomcat 5 + Red Hat Linux. Exception trying to load keystore

2007-08-22 Thread bajistaman
I followed the instructions from http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html and I have executed the following: keytool -genkey -alias tomcat -keyalg RSA When I run: keytool -list I have the tomcat cert: tomcat, Aug 22, 2007, keyEntry, Certificate fingerprint (MD5):

RE: Tomcat 5 + Red Hat Linux. Exception trying to load keystore

2007-08-22 Thread bajistaman
Thanks, but we are already using the one that we got from sun's web site, any other clue? Johann -- View this message in context: http://www.nabble.com/Tomcat-5-%2B-Red-Hat-Linux.-Exception-trying-to-load-keystore-tf4312574.html#a12279431 Sent from the Tomcat - User mailing list archive at

RE: Tomcat 5 + Red Hat Linux. Exception trying to load keystore

2007-08-22 Thread bajistaman
You are right, when I look up the services I can see that Tomcat is running using the JVM that you have told me: /usr/lib/jvm/java/bin/java -Djava.awt.headless=true -Dcatalina.ext.dirs=/usr/... I changed that from the tomcat5.conf file: # tomcat5 service configuration file # you could also

Re: Tomcat 5 + Red Hat Linux. Exception trying to load keystore

2007-08-22 Thread bajistaman
Ok, I'll keep away from this forum the packaged tomcat questions. When I get the real one I'll be back. Thanks, Johann -- View this message in context: http://www.nabble.com/Tomcat-5-%2B-Red-Hat-Linux.-Exception-trying-to-load-keystore-tf4312574.html#a12280051 Sent from the Tomcat - User

The Solution

2007-08-22 Thread bajistaman
Well, just as a matter of corollary of the soluction everybody was right because even if I had the Sun Jvm installed, the red hat tomcat5 service was getting the JAVA_HOME env entry from the one defined in the file /etc/sysconfig/tomcat5 and not from /etc/tomcat5/tomcat5.conf, so if you changed

Load Balancing Tomcat 5.0.X, hardware or software?

2007-08-30 Thread bajistaman
Hi!, I'm trying to create a stateless tomcat's farm but wanted sticky session mechanism. What is the best way to achieve this?, using hardware or software load balancing? Thanks, Johann -- View this message in context:

Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-08-31 Thread bajistaman
And what about SSL?, it is better to let the load balancer to take care of it or every node in the farm? Thanks, Johann -- View this message in context: http://www.nabble.com/Load-Balancing-Tomcat-5.0.X%2C-hardware-or-software--tf4354748.html#a12425400 Sent from the Tomcat - User mailing list

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread bajistaman
I'm having the same problem. Some people from my company created the Certificate Signing Request and the only thing that I've received was an email with the certificate, then I tried to install it and I had the same problems that Werner has. Do I have to do all over again from Tomcat from the

Re: Load Balancing Tomcat 5.0.X, hardware or software?

2007-09-03 Thread bajistaman
Many Thanks for your comments, I have everything working now using a HW load balancer but the ssl is being managed by every node just because the guys from networks think that we need to upgrade the current HW Load Balancer to be able to support it and that is not going to happen soon. Johann --

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
I have the same problem than you Werner, everything looks fine but the browser is unable to verify the identity of my site. Firefox says: a) Or the browser doesn't recognize the CA that is supporting the cert. b) Or the cert is uncomplete because of a wrong server configuration. c) Or the site is

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
So what you did was to create a new private key, CSR and then just follow the instructions from your CA and everything worked? Thanks, Johann -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12463871 Sent from the Tomcat - User

Re: a problem of tomcat5 start

2007-09-03 Thread bajistaman
Did you replace the JVM for the SUN's? I had many problems using the Red Hat packaged tomcat and without installing tomcat again it worked fine just replacing the JVM. If you look at the following post The Solution maybe It could help you.

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
Ok, now it is working, I was missing the root cert. I generated a script that did all the work: JAVA_HOME=/usr/java/latest export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH THE_NAME=www.dummy.org export THE_NAME rm /root/.keystore rm /usr/share/tomcat5/.keystore openssl pkcs8 -topk8

Tomcat Farm Deployment and Statistics

2007-09-06 Thread bajistaman
Is there a way to distribute the deployment of an application through many tomcat's farm instances in different machines setting a context path that is different than the war's name? Is there a way to centrally collect statistics of usage of all of the tomcat's farm instances? Thanks, Johann

RE: Tomcat Farm Deployment and Statistics

2007-09-06 Thread bajistaman
Thanks Charles, I was reading about JMX and Tomcat and I wonder if is it better (more secure?) to do it at the low level as you suggested or by using the JMX API? Johann -- View this message in context: http://www.nabble.com/Tomcat-Farm-Deployment-and-Statistics-tf4391810.html#a12526752 Sent

RE: Tomcat Farm Deployment and Statistics

2007-09-06 Thread bajistaman
Have you tried the Client Deployer Package? Johann -- View this message in context: http://www.nabble.com/Tomcat-Farm-Deployment-and-Statistics-tf4391810.html#a12528074 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Load balancer (apache or hardware)

2007-09-27 Thread bajistaman
http://www.nabble.com/Load-Balancing-Tomcat-5.0.X%2C-hardware-or-software--tf4354748.html#a12408836 Check this post Johann -- View this message in context: http://www.nabble.com/Load-balancer-%28apache-or-hardware%29-tf4515421.html#a12921397 Sent from the Tomcat - User mailing list archive at

App reloading classloading issue?

2007-09-28 Thread bajistaman
I'm currently deploying applications to Tomcat using a context file placed inside $CATALINA_HOME/conf/[enginename]/[hostname]/ directory, they have the following content: Context docBase=/someDir/AppName.war/Context If I update the file AppName.war it is reloaded and the changes are reflected

Re: App reloading classloading issue?

2007-09-28 Thread bajistaman
Filip Hanik - Dev Lists wrote: The weblogic client libs are placed in $CATALINA_HOME/common/lib. yes, but the class that is trying to be loaded is java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stubbajistaman wrote: does the weblogic/rmi/*server*/... hint that it is

RE: App reloading classloading issue?

2007-09-28 Thread bajistaman
Caldarale, Charles R wrote: From: bajistaman [mailto:[EMAIL PROTECTED] Subject: App reloading classloading issue? Don't suppose you'd care to give us a hint about the version of Tomcat you're using? The weblogic client libs are placed in $CATALINA_HOME/common/lib. Are you sure

RE: App reloading classloading issue?

2007-09-28 Thread bajistaman
Clinton J. Totten wrote: I'm not sure about the error but have you tried just putting the WAR in the webapps directory $CATALINA_HOME/webapps? I tried that but the same error, if i want it to work I have to restart the server. Thanks, Johann -- View this message in context:

RE: App reloading classloading issue?

2007-09-28 Thread bajistaman
Caldarale, Charles R wrote: You just mentioned a dirty word. Do you have CLASSPATH set for the Tomcat execution or included that jar in the -cp parameter for launching Tomcat? (You shouldn't.) If so, that will make the weblogic classes visible to multiple classloaders, which is a Very

Re: App reloading classloading issue?

2007-09-28 Thread bajistaman
It seems that this is a common problem whenever you need to access weblogic from a non weblogic container. First the wl*client.jar files are not enough to do what a weblogic client needs to do so you need to put the whole weblogic.jar (34MB) in your classpath in order to make it work an not

Setup a Proxy in Tomcat

2007-10-04 Thread bajistaman
Is there a way to map a local context to a remote one with tomcat? I mean: http://localhost:8080/somename--http://remotehost/someothername I know that this can be done with Apache Http Server but I'm trying to avoid the need to install one. (BTW I'm using Tomcat 5.5.20) Thanks, Johann --

RE: Setup a Proxy in Tomcat

2007-10-05 Thread bajistaman
Caldarale, Charles R wrote: Write a filter that does a redirect. I believe that http://tuckey.org/urlrewrite/ has this capability, but I haven't tried it myself. Thanks Charles, I have already created a filter using commons.httpclient but the performance that I'm having is not what I

Re: Setup a Proxy in Tomcat

2007-10-05 Thread bajistaman
Tim Funk wrote: This should work: http://sourceforge.net/projects/j2ep/ Thanks Tim, It looks like what I need, Have you tried it?, Does it have good performance? Johann -- View this message in context: http://www.nabble.com/Setup-a-Proxy-in-Tomcat-tf4572073.html#a13058364 Sent from

Tomcat 5.5 Cluster Without session replication

2007-10-17 Thread bajistaman
Is there a way to set up a Tomcat cluster without session replication? How many Tomcat instances is recommended to define by cluster? Thanks, Johann -- View this message in context: http://www.nabble.com/Tomcat-5.5-Cluster-Without-session-replication-tf4640120.html#a13252267 Sent from the

Re: Tomcat 5.5 Cluster Without session replication

2007-10-17 Thread bajistaman
Filip Hanik - Dev Lists wrote: yes, that is the most common setup, just add as many Tomcat's as you need and front them with a load balancer with fail over capabilities minimum amount of tomcat to form a cluster, is 2 :) Filip :-), I'm trying to centrally manage resources and