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!
>
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
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
"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
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
> 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
> -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
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
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
> > -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: 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
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
> -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
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
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
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.
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
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
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
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
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
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
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
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
24 matches
Mail list logo