Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
lb1 and lb2 are two loadbalancer, are not they ? But I want to have only one loadbalancer. This design cannot be possible, only I want to know On Mon, Dec 3, 2012 at 5:20 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Orhan, >

Re: How to use the usehttponly feature in application level

2012-12-03 Thread techienote . com
Hi Zhi, You can set following parameters in web.xml of application. true true Regards, Vidyadhar --Original Message-- From: Zhi Xie To: users@tomcat.apache.org ReplyTo: Tomcat Users List Subject: How to use the usehttponly feature in application level Sent: Dec 4, 2012 10:43 Sorry,

How to use the usehttponly feature in application level

2012-12-03 Thread Zhi Xie
Sorry, I don't find any doc to introduce this. There are a lot of docs to show how to implement the feature in conf/context.xml. ... Who can tell me how to implement the feature in application level? For example, I have 2 applications in the Tomcat server. One is named HelloWorld, the other is

Re: Context Path for a subdirectory

2012-12-03 Thread André Warnier
Leo Donahue - RDSA IT wrote: ___ From: Christopher Schultz [ch...@christopherschultz.net] Sent: Friday, November 30, 2012 8:13 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 11/30/1

RE: Context Path for a subdirectory

2012-12-03 Thread Leo Donahue - RDSA IT
___ From: Christopher Schultz [ch...@christopherschultz.net] Sent: Friday, November 30, 2012 8:13 PM To: Tomcat Users List Subject: Re: Context Path for a subdirectory -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 11/30/12 5:52 PM, Leo Donahue - RDSA I

Re: Context Path for a subdirectory

2012-12-03 Thread Terence M. Bandoian
On 12/2/2012 4:54 AM, Konstantin Kolinko wrote: > 2012/11/30 Terence M. Bandoian : >> Hi, Chuck- >> >> I don't mean to be argumentative but, with Tomcat 6.0.29, I found that >> static files from an images subdirectory of a web application were not >> cached by Internet Explorer 7. As a workaround,

Re: Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread André Warnier
David Johle wrote: Well I managed to accomplish my goal 100% with the help of some new features in Log4j 2.x (currently beta-3). My eventual setup was to use the BasicContextSelector to ensure only a single logging heirarchy was created for the whole VM regardless of webapps. Then I tag even

Re: [OT] Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 12/3/12 1:57 PM, David Johle wrote: > Well I managed to accomplish my goal 100% with the help of some > new features in Log4j 2.x (currently beta-3). Holy crap, the log4j folks are finally going to release an update. After the abortive atte

Re: Nagios plugin script for use with JMXProxy

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Athanasios, On 11/28/12 11:23 AM, Athanasios Kostopoulos wrote: > On 28/11/12 17:19, Mark H. Wood wrote: >> On Tue, Nov 27, 2012 at 05:37:18PM -0500, Christopher Schultz >> wrote: >>> I have developed a Perl script that can be used with Nagios to >>>

Re: Issues Logging wtith log4j at common and webapp levels

2012-12-03 Thread David Johle
Well I managed to accomplish my goal 100% with the help of some new features in Log4j 2.x (currently beta-3). My eventual setup was to use the BasicContextSelector to ensure only a single logging heirarchy was created for the whole VM regardless of webapps. Then I tag events per-webapp using

RE: Tomcat with multiple domains

2012-12-03 Thread Jeffrey Janner
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, November 30, 2012 9:11 AM > To: Tomcat Users List > Subject: Re: Tomcat with multiple domains > > Jeffrey Janner wrote: > >> -Original Message- > >> From: Paul van Hoven [mailto:paul.van.ho...@googl

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Pid
On 03/12/2012 15:31, Christopher Schultz wrote: > Pid, > > On 12/3/12 3:35 AM, Pid * wrote: >> On 3 Dec 2012, at 05:43, Weixiang >> wrote: > >>> Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to >>> integer '10', the warning disappeared in tomcat 7. >>> >>> But I user 'java.lang.Thre

Re: Tomcat 7 is not working on windows 7....

2012-12-03 Thread Mark Eggers
On 12/3/2012 2:28 AM, Konstantin Kolinko wrote: 2012/12/3 Mark Thomas : On 03/12/2012 09:15, Jugal Thakkar wrote: Hello Sir, I am Java Developer. i develop web application using servlet and JSP. My problem is that i am not able to get server started in eclipse Juno.using Tomca

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Weixiang, On 12/3/12 12:42 AM, Weixiang wrote: > Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to > integer '10', the warning disappeared in tomcat 7. > > But I user 'java.lang.Thread#MAX_PRIORITY' in tomcat 6.0.35 and > there's no any

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 12/3/12 3:35 AM, Pid * wrote: > On 3 Dec 2012, at 05:43, Weixiang > wrote: > >> Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to >> integer '10', the warning disappeared in tomcat 7. >> >> But I user 'java.lang.Thread#MAX_PRIOR

Re: Reuse JNDI Properties

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 12/3/12 8:03 AM, Martin Gamper wrote: > Hey everybody! > > I am looking for a solution to reuse a JNDI Property which is set > in the context.xml : in my "${catalina.home}/conf/context.xml" > following value="superFantasticNode" override=

Re: Mod_jk - loadbalancer

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orhan, On 12/3/12 8:10 AM, Orhan Karasakal wrote: > If it is possible, then we set. Now we are not using this design > :) I think, it is not possible. I disagree: the sane parts of your request are definitely possible. requests from /wepapp1/* ->

Re: Mod_jk - loadbalancer

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, On 12/3/12 6:49 AM, Felix Schumacher wrote: > Am 03.12.2012 11:59, schrieb André Warnier: >> Mladen Turk wrote: >>> On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to

Re: tomcat 7 udp connector

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 12/1/12 8:13 PM, Pid wrote: > On 01/12/2012 21:15, Jost Boekemeier wrote: >> Hi, >> >> I don't think tomcat is hard-wired the way you suggest. > > [sigh] Suggest? > > Tomcat, as does the Servlet Spec, focuses on web applications, ie > ones

Re: tomcat 7 udp connector

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jost, On 12/2/12 1:04 AM, Jost Boekemeier wrote: > I won't explain php Java bridge. It's just a library which requires > a jee (tomcat) environment. > > We currently have code, written in php, which comnunicates whith > trackboxes (mostly systech "a1

Re:[OT] tomcat 7 udp connector

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/2/12 1:04 AM, Jost Boekemeier wrote: > I'm using gmail from android, which includes quoted text at the > bottom. So I don't have much control over the layout. Sure you do. Scroll to the bottom of the message and tap after the final text. Don't

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
If it is possible, then we set. Now we are not using this design :) I think, it is not possible. many thanks all for your help On Mon, Dec 3, 2012 at 2:31 PM, Mladen Turk wrote: > On 12/3/2012 13:27, Orhan Karasakal wrote: > >> Many thanks for your replys >> >> But I have no one worker for spe

Re: Mod_jk - loadbalancer

2012-12-03 Thread Mladen Turk
On 12/3/2012 13:27, Orhan Karasakal wrote: Many thanks for your replys But I have no one worker for specific urls. For example, I have 5 nodes(worker1, worker2,...,worker5) requests from /wepapp1/* -> worker2,worker3 requests from /webapp2/* - > worker1, worker4, worker5 Is it possible ? Wit

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
Many thanks for your replys But I have no one worker for specific urls. For example, I have 5 nodes(worker1, worker2,...,worker5) requests from /wepapp1/* -> worker2,worker3 requests from /webapp2/* - > worker1, worker4, worker5 Is it possible ? Regards, On Mon, Dec 3, 2012 at 1:49 PM, Felix S

Re: Mod_jk - loadbalancer

2012-12-03 Thread Felix Schumacher
Am 03.12.2012 11:59, schrieb André Warnier: Mladen Turk wrote: On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. Session affinity should handle that. Session affinity should ensure that once a s

?????? tomcat jdbc pool stackoverflow error used with spring

2012-12-03 Thread ??????
Thanks for help. I submit a bug here: https://issues.apache.org/bugzilla/show_bug.cgi?id=54235 Yanky -- -- ??: "Konstantin Kolinko"; : 2012??12??2??(??) 6:24 ??: "Tomcat Users List"; : Re: tomcat jdbc pool stackoverflow error

Re: Mod_jk - loadbalancer

2012-12-03 Thread André Warnier
Mladen Turk wrote: On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. Session affinity should handle that. Session affinity should ensure that once a session is started with one application on a

Re: Mod_jk - loadbalancer

2012-12-03 Thread Mladen Turk
On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. Session affinity should handle that. But if you wish something else use some other loadbalancer, eg. mod_rewrite round-robin and multiple mod_jk wor

Re: Mod_jk - loadbalancer

2012-12-03 Thread André Warnier
Orhan, 1) do not "top-post". It is difficult to follow the logical flow of the conversation when you do that. Orhan Karasakal wrote: On Mon, Dec 3, 2012 at 12:02 PM, André Warnier wrote: Orhan Karasakal wrote: Hi, I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) I want to

Re: Tomcat 7 is not working on windows 7....

2012-12-03 Thread Konstantin Kolinko
2012/12/3 Mark Thomas : > On 03/12/2012 09:15, Jugal Thakkar wrote: >> Hello Sir, >> I am Java Developer. i develop web application using servlet >> and JSP. >> >> My problem is that i am not able to get server started in eclipse >> Juno.using Tomcat 7 with windows 7. >> >> Plea

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. I have a lot of nodes and I have to use loadbalancer for every request On Mon, Dec 3, 2012 at 12:02 PM, André Warnier wrote: > Orhan Karasakal wrote: > >> Hi, >> >> I use mod_jk loadbalancing.

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
I can solve the problem when I use more than loadbalancer. A lot of requests come our system so we use loadbalancer. But I want to send requests to specific nodes. Is not there any way while using one loadbalancer ? On Mon, Dec 3, 2012 at 11:57 AM, chris derham wrote: > > I use mod_jk loadbala

Re: Mod_jk - loadbalancer

2012-12-03 Thread André Warnier
Orhan Karasakal wrote: Hi, I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) I want to use only one loadbalancer. Can I set specific url after balancing ? For example, firstly every request will go to loadbalancer. Then if request is /WebApp/A*.com, it will go to node1. If request

Re: Mod_jk - loadbalancer

2012-12-03 Thread chris derham
> I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) > I want to use only one loadbalancer. Why are you using load balancing? Why do you want to use only one loadbalancer? > Can I set specific url after balancing > ? > > For example, firstly every request will go to loadbalancer. > T

Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
Hi, I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) I want to use only one loadbalancer. Can I set specific url after balancing ? For example, firstly every request will go to loadbalancer. Then if request is /WebApp/A*.com, it will go to node1. If request /WebApp/B*.com, it will g

Re: Tomcat 7 is not working on windows 7....

2012-12-03 Thread André Warnier
Jugal Thakkar wrote: Hello Sir, I am Java Developer. i develop web application using servlet and JSP. My problem is that i am not able to get server started in eclipse Juno.using Tomcat 7 with windows 7. Please Guide me for the same Installation Process of tomcat 7 on wi

Re: Tomcat 7 is not working on windows 7....

2012-12-03 Thread Mark Thomas
On 03/12/2012 09:15, Jugal Thakkar wrote: > Hello Sir, > I am Java Developer. i develop web application using servlet > and JSP. > > My problem is that i am not able to get server started in eclipse > Juno.using Tomcat 7 with windows 7. > > Please Guide me for the same > I

Re: Tomcat 7 is not working on windows 7....

2012-12-03 Thread Jugal Thakkar
Hello Sir, I am Java Developer. i develop web application using servlet and JSP. My problem is that i am not able to get server started in eclipse Juno.using Tomcat 7 with windows 7. Please Guide me for the same Installation Process of tomcat 7 on windows 7 I was previ

Re: 答复: Re:Tomcat7.0-Setting property 'threadPriority' did not find a matching property

2012-12-03 Thread Pid *
On 3 Dec 2012, at 05:43, Weixiang wrote: > Thank you, after I changed 'java.lang.Thread#MAX_PRIORITY' to integer '10', > the warning disappeared in tomcat 7. > > But I user 'java.lang.Thread#MAX_PRIORITY' in tomcat 6.0.35 and there's no > any warning. > > So I was wondering whether the tomcat 6

Re: Veritas Clustering for Tomcat

2012-12-03 Thread Pid *
On 3 Dec 2012, at 06:53, "Sameera, Shaakunthala" wrote: > Hi Pid, > > Please see my responses in-line below. > > Thanks! > -- Shaakunthala > > -Original Message- > From: Pid [mailto:p...@pidster.com] > Sent: Friday, November 30, 2012 5:17 PM > To: Tomcat Users List > Subject: Re: Veritas