Re: Tomcat and Apache weird problems

2005-12-29 Thread Hari Mailvaganam
Check to see if there were any changes recently made - It seems odd that an Apache 2xx is hooked to a Tomcat 3xx, there can be mod_jk2 issues. How long has the configuration existed as described? Cheers, Hari Mailvaganam On 12/23/05, Xabier GuitiƔn <[EMAIL PROTECTED]> wrote: > > Hi! >

Re: Clarification needed on tomcat 5.5 setup

2005-12-29 Thread Hari Mailvaganam
On 12/28/05, Babu Subburathinam <[EMAIL PROTECTED]> wrote: > > Hi, > > I have installed tomcat 5.5 with the windows binary > installer. Prior to commencing the installation, I > installed J2SE RE 1.5 and pointed by JAVA_HOME to the > installation location. When I installed tomcat, it > went through

Re: Apache/Tomcat security

2005-12-29 Thread Marc Richards
The best place to begin is with a security firm or consulting firm that provides security audits and has professionals who are already experienced with tomcat and apache httpd (along with your OS, DB and network architecture). It's never a good idea to skimp where security is concerned and there i

Re: Getting list of all deployed web applications

2005-12-29 Thread Bill Barker
"Martin Gainty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Dhaval > > Did you try > Host myHost = (Host)context.getParent()? > Anyone else? > You're Context needs to be privileged for that to work. If you're not using a SecurityManager, you should be able to do it via J

Re: does Tomcat support optional packages?

2005-12-29 Thread Mark Thomas
Just a quick correction to my previous post. Tomcat 5 will find extensions in all the places (eg common/lib, shared/lib etc) it normally looks for jars as well as the JDK/JRE locations. Mark - To unsubscribe, e-mail: [EMAIL PROT

RE: mod_jk versus mod_proxy under load ?

2005-12-29 Thread Caldarale, Charles R
> From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > Subject: RE: mod_jk versus mod_proxy under load ? > > Would it be faster to just get rid of Apache and mod_jk2, > and have Tomcat serve everything? The answer, as always, depends on your particular environment. If you're running a recent Tom

RE: mod_jk versus mod_proxy under load ?

2005-12-29 Thread Daniel Blumenthal
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker > Sent: Thursday, December 29, 2005 4:09 AM > To: users@tomcat.apache.org > Subject: Re: mod_jk versus mod_proxy under load ? > > mod_proxy_http is almost always slower than a properly > configured mod

Cluster Administration - Hitless upgrade

2005-12-29 Thread Gary Blomquist
I am considering using Apache 2.0.55 with mod_jk-apache-2.0.55 to load balance a Tomcat cluster. I would like to remove a Tomcat node from the cluster without first shutting it down to allow any requests in progess to complete. Is it possible to instruct Apache to stop routing requests to the

Re: Jsvc jar

2005-12-29 Thread Warren Pace
Which tomcat version are you running and on what 'nix? > > From: Marco Rossi <[EMAIL PROTECTED]> > Date: 2005/12/29 Thu AM 08:09:31 EST > To: users@tomcat.apache.org > Subject: Jsvc jar > > Hi all, > > I'm newbie to jsvc, I've found in list archive a past discussion on the > topic[1]. I'm using

RE: mod_jk versus mod_proxy under load ?

2005-12-29 Thread Wade Chandler
> > -Original Message- > > From: news [mailto:[EMAIL PROTECTED] On Behalf > Of Bill Barker > > Sent: Thursday, December 29, 2005 2:09 AM > > To: users@tomcat.apache.org > > Subject: Re: mod_jk versus mod_proxy under load ? > > > > One of our production servers recently started to > suffer

RE: tomcat error

2005-12-29 Thread Caldarale, Charles R
> From: James Taylor [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat error > > Martin I'm not all that hot on apr, in fact I know nothing > about it but the error message I'm getting in the remote > machine I'm starting tomcat on looks like a classpath problem. First, note that those are INFO

RE: help in setup ssl in tomcat

2005-12-29 Thread JT Neville
Well Verisign's SSL certificates are pricey. Stanford a few years back moved all their SSL to Altaire (http://www.securessl.co.uk) from the UK. I use them too. Never had any problems. 24/7 support but sometimes they call you back instead of connecting you to an engineer right away. Worth it IM

RE: mod_jk versus mod_proxy under load ?

2005-12-29 Thread George Sexton
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker > Sent: Thursday, December 29, 2005 2:09 AM > To: users@tomcat.apache.org > Subject: Re: mod_jk versus mod_proxy under load ? > > One of our production servers recently started to suffer from very > heavy

Re: help in setup ssl in tomcat

2005-12-29 Thread dan
This is another link from verisign. SSL Certificates support. http://www.verisign.com/support/ssl-certificates-support/page_dev020184.html --- Richard S <[EMAIL PROTECTED]> wrote: > hi all > > I would like to establish public key > private key ssl setup in > tomcat. I dont know how

Re: log4j setup in tomcat 5.0

2005-12-29 Thread Pulkit Singhal
Also, try and remove any log4j ".jars" and ".properties" files from under the apps deployed under the webapps folders. Restart and see if that does the trick. - Pulkit On 12/28/05, Dwayne A. Ghant <[EMAIL PROTECTED]> wrote: > > If I remember correcty you should but the > "properties" file(s) in t

Re: tomcat error

2005-12-29 Thread James Taylor
Also sorry Martin for the delay in my reply, it's just with the holidays and all. Hope they are going well for you. Just to get back to a previous post from Martin. My CATALINA_BASE, CATALINA_TMPDIR are not set in the environment I'm using, just CATALINA_HOME. Should I set them? Regards, James.

Re: tomcat error

2005-12-29 Thread James Taylor
Hi, Martin I'm not all that hot on apr, in fact I know nothing about it but the error message I'm getting in the remote machine I'm starting tomcat on looks like a classpath problem. I ran ">CATALINA_HOME/bin/startup.sh debug" I got the following in catalina.out usage: java org.apache.catalina.sta

Re: help in setup ssl in tomcat

2005-12-29 Thread Mark Thomas
Richard S wrote: > hi all > > I would like to establish public key private key ssl setup in > tomcat. I dont know how to proceed please help me regarding this. You don't say which Tomcat version you are using. Assuming it is the latest, http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.ht

help in setup ssl in tomcat

2005-12-29 Thread Richard S
hi all I would like to establish public key private key ssl setup in tomcat. I dont know how to proceed please help me regarding this. regards Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Jsvc jar

2005-12-29 Thread Marco Rossi
Hi all, I'm newbie to jsvc, I've found in list archive a past discussion on the topic[1]. I'm using the script mentioned here according to my java/tomcat config,but in my catalina.out I see this errror Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - find_vma fa

Apache/Tomcat security

2005-12-29 Thread Luis Correia
Hi, I don't have much experience with Apache/Tomcat servers. I have to perform some kind of security audit to these servers... What and where to begin ? What should I look for ? For the Apache server I supposed I should look in the httpd.conf e .htaccess files ? What to look for ? Thanks in advan

Changing Error-Page for User-Canceled Basic Authentication

2005-12-29 Thread Oliver Schoenwald
Hello and good morning, I'm using Tomcat 5.5.9 in combination with Apache 2.0.54, using mod_jk. I have developed a web application that uses its own authentication protocol to protect certain functionalities. The application itself is not protected by a realm. Instead, any request to the servle

Re: UDP Server app

2005-12-29 Thread Luis Correia
Hi, I don't have much experience with Apache/Tomcat servers. I have to perform some kind of security audit to these servers... What and where to begin ? What should I look for ? For the Apache server I supposed I should look in the httpd.conf e .htaccess files ? What to look for ? Thanks in advan

Re: mod_jk versus mod_proxy under load ?

2005-12-29 Thread Bill Barker
mod_proxy_http is almost always slower than a properly configured mod_jk (due to the lack of persistant connections). The work is to get a 'properly configured mod_jk' ;-). Personally, I like mod_proxy_ajp, just for the integrated configuration options. The speed should be comperable to mod_j