Amn Ojee Uw writes:
> I've tried to install Tomcat, different version, like so :
> /# Download the latest release of tomcat 10.1.5//
> //wget
> https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz//
> //
> //# Create tomcat directory//
> //sudo mkdir /opt/tomcat//
Amn,
Am 2023-01-20 02:45, schrieb Niranjan Rao:
Do you absolutely need to have it as a service? If not, just expand the
tarball and run catalina.sh start from bin directory. Works perfectly
Any information in catalina.out? We need to figure out at what point
it's failing and that will send us
Do you absolutely need to have it as a service? If not, just expand the
tarball and run catalina.sh start from bin directory. Works perfectly
Any information in catalina.out? We need to figure out at what point
it's failing and that will send us in right direction.
Regards,
Niranjan
On 1/1
I've tried to install Tomcat, different version, like so :
/# Download the latest release of tomcat 10.1.5//
//wget
https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz//
//
//# Create tomcat directory//
//sudo mkdir /opt/tomcat//
//
//# Extract the binary file wi
omcat Users List
Onderwerp: RE: Warning "AJP13 protocol: Reuse is set to false" written logs
every second of every day. Please help.
Hi Chris,
Thanks for your reply. Thanks also for your warning against interfering with
the setting allowedRequestAttributesPattern ('Setting th
d
-Oorspronkelijk bericht-
Van: Christopher Schultz
Verzonden: 16 June 2020 19:55
Aan: Tomcat Users List
Onderwerp: Re: Warning "AJP13 protocol: Reuse is set to false" written logs
every second of every day. Please help.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alfre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alfred,
On 6/15/20 09:45, Alfred Bakia wrote:
> Thanks, Chris. To respond to your remarks:
>
> 1) The warnings, "AJP13 protocol: Reuse is set to false", are
> being
logged by Tomcat (in the Tomcat AJP connector logs).
Weird. I can't find that strin
edRequestAttributesPattern=".*" to the AJP connector in server.xml.
Is this a viable solution?
Alfred
-Oorspronkelijk bericht-
Van: Christopher Schultz
Verzonden: 12 June 2020 19:49
Aan: Tomcat Users List
Onderwerp: Re: Warning "AJP13 protocol: Reuse is set to false&
чт, 11 июн. 2020 г. в 18:57, Alfred Bakia :
>
> Description of issue:
> ColdFusion 2018 is an application server that uses Tomcat 9.0.21. Our
> ColdFusion installation consists of instances. The instances are independent
> application servers, each with its own Tomcat installation and Java Virtua
t;AJP13 protocol: Reuse is set to false"
> written
logs every second of every day. Please help.
>
> Perhaps also compare your logging sensitivity between the servers.
>
>
> Dream * Excel * Explore * Inspire Jon McAlexander Asst Vice
> President
>
> Middleware Product
REST - Tomcat - IIS can trigger the
warning.
Regards,
Alfred
-Oorspronkelijk bericht-
Van: jonmcalexan...@wellsfargo.com.INVALID
Verzonden: 11 June 2020 23:57
Aan: users@tomcat.apache.org
Onderwerp: RE: Warning "AJP13 protocol: Reuse is set to false" written logs
every se
@tomcat.apache.org
Subject: Re: Warning "AJP13 protocol: Reuse is set to false" written logs every
second of every day. Please help.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alfred,
On 6/11/20 11:57, Alfred Bakia wrote:
> Hi Everyone,
>
> This is my very first mail to the users
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alfred,
On 6/11/20 11:57, Alfred Bakia wrote:
> Hi Everyone,
>
> This is my very first mail to the users list since joining
> yesterday. Not an auspicious start. But I hope I will be able to
> contribute in future. I seek your help for a persistent
Hi Everyone,
This is my very first mail to the users list since joining yesterday. Not an
auspicious start. But I hope I will be able to contribute in future. I seek
your help for a persistent issue in one of our ColdFusion instances.
Description of issue:
ColdFusion 2018 is an application serv
John,
Thanks. Now it is working fine. I cleansed the file.
Thanks
Venkat
>>> John Palmer 8/7/2018 9:10 AM >>>
your server.xml shows TWO connectors for port 8443; that second one (with
all the certificate entries) is then causing the errror:
> Caused by: java.net.BindException: Address al
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Venkataraman,
On 8/2/18 2:24 PM, Venkataraman Srinivasan wrote:
> I am using tomcat version 8.5.32
Thanks.
> I made the below entry in Server.xml
>
>
>
>
>
>
> port="8443" protocol="HTTP/1.1" connectionTimeout="2" />
>
>
>
>
> p
your server.xml shows TWO connectors for port 8443; that second one (with
all the certificate entries) is then causing the errror:
> Caused by: java.net.BindException: Address already in use
As that one is probably the one you want to be using, delete or comment out
the first connector for port
Hi ,
I am using tomcat version 8.5.32
I made the below entry in Server.xml
'
When I tried to login, https://webapxt03.rta:8443, the log file
catalina.2018-08-02.log recorded as below
CATALINA.OUT has got entries as
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
James,
On 8/2/18 12:17 PM, James H. H. Lampert wrote:
> On 8/2/18, 9:05 AM, Venkataraman Srinivasan wrote:
>> I used below command to create certificate locally.
>>
>> $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA
>> -keystore /opt/tomca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Venkataraman,
On 8/2/18 12:14 PM, Venkataraman Srinivasan wrote:
> Chris,
>
> Thanks for your reply. I will implement your recommendations in my
> next iterations.
>
> Currently I did as below.
>
> I copied the keystore file as /home/apexadmin/.
On 8/2/18, 9:05 AM, Venkataraman Srinivasan wrote:
I used below command to create certificate locally.
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore
/opt/tomcat/apache-tomcat-8.5.32/keystore
Ok. Probably the first thing you need to do is set up your connector to
use that
>>>> Christopher Schultz 8/2/2018
>>>> 12:03 PM >>>
> Venkataraman,
>
> On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote:
>> Please help me in enabling SSL certificate in Tomcat Apache
>> serve
riod is up to you. You might also consider using an EC
key+certificate, since the same "strength" key+cert can be processed
with less CPU time than an equivalent RSA key.)
- -chris
>>>> Christopher Schultz 8/2/2018
>>>> 12:03 PM >>>
> Venkataraman,
&g
enkataraman,
On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote:
> Please help me in enabling SSL certificate in Tomcat Apache
> servers.
Do you already have a certificate signed by a CA?
What have you already tried?
- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgt
_ From: Venkataraman Srinivasan
> Sent: Thursday, August 2, 2018
> 11:00:11 AM To: users@tomcat.apache.org Subject: Please help me in
> enabling SSL certificate
>
> Hi,
>
> Please help me in enabling SSL certificate in Tomcat Apache
> servers.
>
> Thanks
>
>
&
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Venkataraman,
On 8/2/18 12:00 PM, Venkataraman Srinivasan wrote:
> Please help me in enabling SSL certificate in Tomcat Apache
> servers.
Do you already have a certificate signed by a CA?
What have you already tried?
- -chris
-BEG
You hace to install the native conector
Obtener Outlook para Android<https://aka.ms/ghei36>
From: Venkataraman Srinivasan
Sent: Thursday, August 2, 2018 11:00:11 AM
To: users@tomcat.apache.org
Subject: Please help me in enabling SSL certificate
Hi,
Pleas
Hi,
Please help me in enabling SSL certificate in Tomcat Apache servers.
Thanks
Venkataraman Srinivasan
Database Administrator
Greater Cleveland RTA
Desk phone 1-216-356-3028
venkataraman.sriniva...@grcta.org
-
To
Thx everyone for the great replies.
I decided to take Konstantin Kolinko's advice and start a new installation from
scratch using tomcat-8.5.32.
I have had some success, but still can't deploy WARS.
Here is what I did:
== Step 1: Installing Tomcat per se ==
I used the instructions on this page
> From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com]
> Subject: Re: Getting the Manager app running on localhost.. Please help
> FYI, I'm on MacOS (Sierra 10.12.6). I just now
> 1) installed apache-tomcat-8.5.32
> 2) added these two lines to tomcat-users.xml
>
&g
On Thu, Jul 12, 2018 at 7:58 AM, Désilets, Alain
wrote:
> I have been trying to get my local Tomcat installation to allow me to deploy
> apps from the local machine and nothing I do seems to help.
FYI, I'm on MacOS (Sierra 10.12.6). I just now
1) installed apache-tomcat-8.5.32
2) added these tw
To use host-manager you need admin-gui as the role.
> On Jul 12, 2018, at 11:08 AM, Désilets, Alain
> wrote:
>
> Thx for the reply.
>
>> have you enabled all user roles with passwords? in
>> CATALINA_HOME/conf/tomcat-users.xml file?
>> Also, don't forget to change
>> the passwords noted as
2018-07-12 18:24 GMT+03:00 Désilets, Alain :
>> Where 132.246.129.58 is my IP address. Note that I tried also with
>> “132.0.0.0” and with “^.*$” to no avail.
>
> I should be more precise…
>
> When I try with “^.*$”, I get same behavior as when I didn’t have a
> manager.xml file, ie:
>
> * Se
Thx for the reply.
> have you enabled all user roles with passwords? in
> CATALINA_HOME/conf/tomcat-users.xml file?
> Also, don't forget to change
> the passwords noted as "" with something "interesting".
Yes. As I mentioned in the first email of this thread, I have a file
[CATALINA_HOME]/con
have you enabled all user roles with passwords?
in CATALINA_HOME/conf/tomcat-users.xml file? Also, don't forget to change
the passwords noted as "" with something "interesting".
By default, it can only run on localhost, and it's configured to listen to
127.0.0.1 via the valve. If you uncomment th
> Where 132.246.129.58 is my IP address. Note that I tried also with
> “132.0.0.0” and with “^.*$” to no avail.
I should be more precise…
When I try with “^.*$”, I get same behavior as when I didn’t have a manager.xml
file, ie:
* Server Status: works
* Manager: opens page but deploying
I have been trying to get my local Tomcat installation to allow me to deploy
apps from the local machine and nothing I do seems to help.
At the moment, I have a file [CATALINA_HOME]/conf/tomcat-users.xml with the
following content:
When I go to http://localhost:8080/ and click
Dan,
On 4/12/18 8:15 AM, BENGUIRA, Dan (Allianz en France) wrote:
> I’m sorry to bother you for a question as trivial as that, and I really
> checked carefully all the documentation available…
>
> Do you please have the date of the end of life of Tomcat 7, and of
> TOMCAT 8.5 ?
If you search the
Hello,
I'm sorry to bother you for a question as trivial as that, and I really checked
carefully all the documentation available...
Do you please have the date of the end of life of Tomcat 7, and of TOMCAT 8.5 ?
I have access to the end of life of TOMCAT 6 via this link:
https://tomcat.apache.o
The data I posted was collected as Tomcat was restarted and for the next
19 hours.
You see too much GC thrashing, are you saying the GC process finds too
much G to clean up? Should I urge the developers to do some GC of their own?
I give 2G to start with because it may not actually /need /5g,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
George,
On 11/16/16 11:18 AM, George I. Develekos wrote:
> On another installation with higher load, the JVM has "selected"
> to give YoungGen 250MB or so (as opposed to 150M here), and I
> have confirmed that Full-GC is much less frequent so I'll
> -Original Message-
> From: George I. Develekos [mailto:gdevele...@omilia.com]
> Sent: Wednesday, November 16, 2016 10:18 AM
> To: users@tomcat.apache.org
> Subject: Re: Please help with Tomcat Garbage Collection
>
> I appreciate the detailed response.
>
&
orge I. Develekos [mailto:gdevele...@omilia.com]
*Sent:* Wednesday, November 16, 2016 5:21 AM
*To:* users@tomcat.apache.org
*Subject:* Re: Please help with Tomcat Garbage Collection
I'm attaching three screenshots of the GCViewer app as it processed
the complete *gc.log* file (about 19 hours).
Please hav
John
*From:*George I. Develekos [mailto:gdevele...@omilia.com]
*Sent:* Wednesday, November 16, 2016 5:21 AM
*To:* users@tomcat.apache.org
*Subject:* Re: Please help with Tomcat Garbage Collection
I'm attaching three screenshots of the GCViewer app as it processed
the complete *gc.log* file (abou
/vmware/en/pdf/techpaper/enterprise-java-applications-on-vmware-best-practices-guide.pdf
John
From: George I. Develekos [mailto:gdevele...@omilia.com]
Sent: Wednesday, November 16, 2016 5:21 AM
To: users@tomcat.apache.org
Subject: Re: Please help with Tomcat Garbage Collection
I'm attaching
On 15-Nov-16 11:45 PM, john.e.gr...@wellsfargo.com wrote:
-Original Message-
From: George I. Develekos [mailto:gdevele...@omilia.com]
Sent: Tuesday, November 15, 2016 3:00 PM
To: users@tomcat.apache.org
Subject: Re: Please help with Tomcat Garbage Collection
The system does very
> -Original Message-
> From: George I. Develekos [mailto:gdevele...@omilia.com]
> Sent: Tuesday, November 15, 2016 3:00 PM
> To: users@tomcat.apache.org
> Subject: Re: Please help with Tomcat Garbage Collection
>
> The system does very little swapping, both when
The system does very little swapping, both when it's GC'ing and when
it's not. Less than 100MB worth of swap is taken.
Giving Tomcat its own HW is not an option at this time, especially as
there's no guarantee it'll solve the problem. Besides it would be a VM
anyway, not physical dedicated HW.
I would start with moving this tomcat to its own hw.
Did you check swap? This long pauses could be because part of your heap is
swapped to hdd
Regards,
Zdenek Henek
On Tue, Nov 15, 2016, 21:37 George I. Develekos
wrote:
>
> On 15-Nov-16 10:22 PM, Christopher Schultz wrote:
> >
> > George,
> >
On 15-Nov-16 10:22 PM, Christopher Schultz wrote:
George,
On 11/15/16 10:46 AM, George I. Develekos wrote:
Hello guys,
We are having problems on a production system with very long "full
GC" times, as long as1200sec real time (!!!).
We are using Java 6 (stuck with CentOS 5.8 at this time) an
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
George,
On 11/15/16 10:46 AM, George I. Develekos wrote:
> Hello guys,
>
> We are having problems on a production system with very long "full
> GC" times, as long as1200sec real time (!!!).
>
> We are using Java 6 (stuck with CentOS 5.8 at this ti
Is there running something else in that server? Real time should be never
bigger than user+sys
Z
On Tue, Nov 15, 2016, 16:46 George I. Develekos
wrote:
> Hello guys,
>
> We are having problems on a production system with very long "full GC"
> times, as long as1200sec real time (!!!).
>
> We are
Thanks, but, all I got was this "y"...
On 15-Nov-16 9:48 PM, pina.freder...@gmail.com wrote:
y
Sent from my HTC on T- . 4G LTE
- Reply message -
From: "George I. Develekos"
To:
Subject: Please help with Tomcat Garbage Collection
Date: Tue, Nov 15, 2016 10:46
y
Sent from my HTC on T- . 4G LTE
- Reply message -
From: "George I. Develekos"
To:
Subject: Please help with Tomcat Garbage Collection
Date: Tue, Nov 15, 2016 10:46 AM
Hello guys,
We are having problems on a production system with very long "full GC"
times, as
Hello guys,
We are having problems on a production system with very long "full GC"
times, as long as1200sec real time (!!!).
We are using Java 6 (stuck with CentOS 5.8 at this time) and Tomcat 7.0.64.
Xmx is 5G, Xms is 2G, and GC options are -XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode
Thank you so much Rainer, for sparing time & answering my query. Vicky
On Saturday, 17 October 2015 5:17 PM, Rainer Jung
wrote:
Am 17.10.2015 um 08:27 schrieb vicky:
> Hi All,
> can someone please help in understand that how TCP connections are
> interlinked with t
Am 17.10.2015 um 08:27 schrieb vicky:
Hi All,
can someone please help in understand that how TCP connections are interlinked
with the no. ofFile Descriptors & no of threads configured over a machine .
Setup details :OD - Centos 6Tomcat7Java 7
Recently i have faced an problem in whil
Hi All,
can someone please help in understand that how TCP connections are interlinked
with the no. ofFile Descriptors & no of threads configured over a machine .
Setup details :OD - Centos 6Tomcat7Java 7
Recently i have faced an problem in while my application was having +20k TCP
connect
On 30 September 2015 16:13:38 BST, Kernel freak wrote:
>Hi guys,
>
>I am trying to setup https on tomcat, but not having much luck since 5
>hours. I am always getting no_cypher_overlap errror.
>The certificate is not self-signed, but issued. The crt file I am
>importing
>for both root and tomcat a
On 9/30/2015 11:13 AM, Kernel freak wrote:
Hi guys,
I am trying to setup https on tomcat, but not having much luck since 5
hours. I am always getting no_cypher_overlap errror.
This error means that your server and the client browser don't have any
cypers in common (there are none that they ca
Hi guys,
I am trying to setup https on tomcat, but not having much luck since 5
hours. I am always getting no_cypher_overlap errror.
The certificate is not self-signed, but issued. The crt file I am importing
for both root and tomcat alias.
These are the files I have domainname.ca-bundle, .crt, .
> From: uzair rashid [mailto:uzairrashi...@gmail.com]
> Subject: Re: Please help
> Jul 16, 2015 5:09:52 PM org.apache.coyote.AbstractProtocol init
> SEVERE: Failed to initialize end point associated with ProtocolHandler
> ["http-apr-8443"]
This is a completely differe
airrashi...@gmail.com]
> > Subject: Please help
>
> "Please help" as a subject line is not terribly useful, is it?
>
> > I am using Apache Tomcat 7.0.57..
>
> Good to know; many people forget to mention the version they're using.
>
>
> From: uzair rashid [mailto:uzairrashi...@gmail.com]
> Subject: Please help
"Please help" as a subject line is not terribly useful, is it?
> I am using Apache Tomcat 7.0.57..
Good to know; many people forget to mention the version they're using.
> I have configur
Hello:
I am using Apache Tomcat 7.0.57..
I have configured my server.xml as follows:
Richard,
On Sun, Nov 23, 2014 at 8:22 PM, Richard Aubry wrote:
> Neven
>
> Thank you very much. Your help was invaluable.
>
> You are welcome :)
> I looked at /etc/hosts and found and entry for the site I was trying to
> reach. I removed that entry and all is fine now. How, when and why that
>
Neven
Thank you very much. Your help was invaluable.
I looked at /etc/hosts and found and entry for the site I was trying to reach.
I removed that entry and all is fine now. How, when and why that line was added
to the hosts file is a mystery for me. Thank you again.
Richard Aubry
> Le 2014-1
Richard,
My apologies, I misread your email. You did try your website from different
browsers and different computers, an it works ok. My initial response did
not assume that.
Firstly, Tomcat is a server product that hosts applications. The page you
are seeing is the default Tomcat page.
Here ar
Richard,
On Nov 23, 2014 6:04 AM, "Richard Aubry" wrote:
>
> A few days ago, when I tried to access a web site that I frequently
access, I obtained an Apache Tomcat page that said: "If you're seeing this
page via a web browser, it means you've set up Tomcat successfully.
Congratulations!"
>
You
A few days ago, when I tried to access a web site that I frequently access, I
obtained an Apache Tomcat page that said: "If you're seeing this page via a web
browser, it means you've set up Tomcat successfully. Congratulations!"
But I have never set up Tomcat, I don't know what is Tomcat and I j
On April 15, 2014 at 6:50:05 PM, Tim Watts
(t...@cliftonfarm.org(mailto:t...@cliftonfarm.org)) wrote:
> On Tue, 2014-04-15 at 17:12 -0400, Ian Long wrote:
> > >
> > > Ian Long wrote:
> > I have tomcat configured to log via log4j, and then there is my
> > application log, those are the only two l
On Tue, 2014-04-15 at 17:12 -0400, Ian Long wrote:
> >
> > Ian Long wrote:
> I have tomcat configured to log via log4j, and then there is my
> application log, those are the only two logs, and neither contains
> anything.
They're empty? Are you sure the logs are writable? How much free space
i
Ian Long wrote:
On April 15, 2014 at 4:58:28 PM, André Warnier
(a...@ice-sa.com(mailto:a...@ice-sa.com)) wrote:
Ian,
On this list, it is kind of frowned-upon to "top post". It is preferred when people answer
a question, below the question. Keeps things more logical in the reading
sequence,
On April 15, 2014 at 4:58:28 PM, André Warnier
(a...@ice-sa.com(mailto:a...@ice-sa.com)) wrote:
> Ian,
>
> On this list, it is kind of frowned-upon to "top post". It is preferred when
> people answer
> a question, below the question. Keeps things more logical in the reading
> sequence, and
>
Ian,
On this list, it is kind of frowned-upon to "top post". It is preferred when people answer
a question, below the question. Keeps things more logical in the reading sequence, and
avoids having to scroll down to guess what you are responding to.
Ian Long wrote:
Yes, I checked both the to
Yes, I checked both the tomcat log (I’ve configured tomcat to use log4j) as
well as my application logs.
Yes, 20 httpd prefork processes.
I don’t think it’s memory related, I have an 8GB heap and tomcat averages 5GB
usage and peeks around 6.5 before garbage collection kicks in.
Cheers,
Ian
O
I don’t think it’s memory related - Tomcat is allocated an 8GB heap and
according to New Relic it has never used more than 6.5G; there is also lots of
PermGen space available.
Cheers,
Ian
On April 15, 2014 at 4:18:11 PM, André Warnier (a...@ice-sa.com) wrote:
Christopher Schultz wrote:
> --
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ian,
On 4/15/14, 3:33 PM, Ian Long wrote:
Thanks for the reply.
It looks to me like tomcat just gave up partway through generating
the request, I’m trying to figure out why.
There are no exceptions in either my applic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ian,
On 4/15/14, 3:33 PM, Ian Long wrote:
> Thanks for the reply.
>
> It looks to me like tomcat just gave up partway through generating
> the request, I’m trying to figure out why.
>
> There are no exceptions in either my application logs or the
2014-04-15 22:52 GMT+04:00 Ian Long :
> Hi All,
>
> I need some help from all the tomcat experts out there! I am using tomcat
> behind apache httpd using mod_jk (1.2.39). About 50-100 times per day (out
> of many requests), I’m getting an internal server error from Tomcat (error
> 500), withou
Forgot to mention that it looks like tomcat returned around 50% of what the
page should have been, before it hit the Internal Server Error.
Cheers,
Ian
On April 15, 2014 at 3:13:08 PM, Christopher Schultz
(ch...@christopherschultz.net) wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Thanks for the reply.
It looks to me like tomcat just gave up partway through generating the request,
I’m trying to figure out why.
There are no exceptions in either my application logs or the tomcat log itself,
which is frustrating.
Thanks, I’ll look into the executor.
Apache matches what
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ian,
On 4/15/14, 2:52 PM, Ian Long wrote:
> I need some help from all the tomcat experts out there! I am using
> tomcat behind apache httpd using mod_jk (1.2.39). About 50-100
> times per day (out of many requests), I’m getting an internal
> server
On 1/20/2013 7:34 AM, Caldarale, Charles R wrote:
From: Narahari 'n' Savitha [mailto:savith...@gmail.com] Subject:
Class loaders line confusion, please help
What is the diff between common.loader or shared.loader
What should be put on which line.
What is the right approach
> From: Narahari 'n' Savitha [mailto:savith...@gmail.com]
> Subject: Class loaders line confusion, please help
> What is the diff between
> common.loader
> or
> shared.loader
> What should be put on which line.
> What is the right approach ?
Don't cha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vicky,
On 10/24/12 11:37 AM, vicky007aggar...@yahoo.co.in wrote:
> Thats really an extensive explanation Thanks for writing this
> christopher
I've updated the Wiki as well:
http://wiki.apache.org/tomcat/FAQ/Connectors#Q2
- -chris
-BEGIN PGP SIG
Thats really an extensive explanation
Thanks for writing this christopher
Thanks,
Vicky
On Oct 24, 2012, at 7:04 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Vicky,
>
> On 10/23/12 11:43 PM, vicky007aggar...@yahoo.co.in wrote:
>> Andre & Christopher t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vicky,
On 10/23/12 11:43 PM, vicky007aggar...@yahoo.co.in wrote:
> Andre & Christopher thanks a lot for your time & help.
>
> One last query related to mod _jk & mod_proxy_balancer modules:-
> among these two which one is preferred i mean which is m
Andre & Christopher thanks a lot for your time & help.
One last query related to mod _jk & mod_proxy_balancer modules:- among these
two which one is preferred i mean which is more stable & has good performance.?
Any idea
It will be great if you can share document link which talks about there pr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 10/22/12 2:34 AM, André Warnier wrote:
> vicky007aggar...@yahoo.co.in wrote:
>> All/Andre,
>>
>>
>> """You could probably do this using mod_proxy_http instead of
>> mod_jk (and a HTTPS Connector in Tomcat). But you should then
>> also acc
vicky007aggar...@yahoo.co.in wrote:
All/Andre,
"""You could probably do this using mod_proxy_http instead of mod_jk (and a HTTPS Connector in
Tomcat). But you should then also accept the overhead."""
Queries :
1. Based on above comment does that mean i can use mod_proxy module in order to
All/Andre,
"""You could probably do this using mod_proxy_http instead of mod_jk (and a
HTTPS Connector in Tomcat). But you should then also accept the overhead."""
Queries :
1. Based on above comment does that mean i can use mod_proxy module in order to
have ssl communication between apache
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vivek,
On 10/20/12 2:22 AM, vivek aggarwal wrote:
> I need to setup the SSL over my tomcat ,which i am able to do it
> by generating Self signed certificate using Keytool
Good.
> But when i am redirecting the request form apache using "mod_jk
> "m
Aladin Dajani wrote:
Hello,
Terminating SSL at the Apache level assumes all tomcat servers behind
Apache are on a secure, externally inaccessible, network.
My response assumed that, and assumed that the OP wanted to continue using mod_jk for
whatever reason.
But In
cloud-based, hosted sys
Hello,
Terminating SSL at the Apache level assumes all tomcat servers behind
Apache are on a secure, externally inaccessible, network. But In
cloud-based, hosted systems, there is no guarantee someone isn't
listening. Does this make a case for securing Apache<->tomcat
communication?
On Oct 21,
Thanks André for such a elaborate reply.
Just want to check another thing, is it possible to setup SSL at tomcat level
using mod_proxy module.. But i think it does not work in load balancing case.
Does my understanding is correct??
Thanks for your support,
Vicky
On Oct 20, 2012, at 7:21 PM,
vivek aggarwal wrote:
Hello All,
I need to setup the SSL over my tomcat ,which i am able to do it by generating Self signed certificate using Keytool
But when i am redirecting the request form apache using "mod_jk "module its not working.
I am not sure how to make Apache & Tomcat work in S
Hello All,
I need to setup the SSL over my tomcat ,which i am able to do it by generating
Self signed certificate using Keytool
But when i am redirecting the request form apache using "mod_jk "module its
not working.
I am not sure how to make Apache & Tomcat work in SSL when using Mod_jk m
On 10/04/2012 23:21, Doron Tsur wrote:
> Another conclusion to share here is that when running on windows 2003
> enterprise R2 (the one we tested, but could be other windows OS) killing
> tomcat will not return the non page pool back to the OS. Even on systems
> that it isn't leaking. Usually there
Another conclusion to share here is that when running on windows 2003
enterprise R2 (the one we tested, but could be other windows OS) killing
tomcat will not return the non page pool back to the OS. Even on systems
that it isn't leaking. Usually there is no need for so much memory
including our sy
1 - 100 of 455 matches
Mail list logo