Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread Shashank Rachamalla
I have to implement this feature in the organization's private cloud.. will check out Amazon's scale feature before i proceed. Regards, Shashank On Mon, 2010-02-08 at 09:38 -0800, anthonyvie...@gmail.com wrote: > Amazon EC2 has a scale feature that allows scaling based on > configuration of sett

Re: New to tomcat and jsp

2010-02-08 Thread rajugurung
Thank you all.. I figured it out. I had to set the enviornment variable JAVA_HOME. rajugurung wrote: > > I am trying to learn JSP. So tried to install Tomcat 6. Downloaded the > compressd file and extracted them. I went into the bin directory and > double clicked the startup batch file. When

RE: New to tomcat and jsp

2010-02-08 Thread Sateesh Narahari
1. Have you installed JDK? 2. Check if you have set JAVA_HOME 3. Run the startup.bat from a command window and see what error it outputs -Original Message- From: rajugurung [mailto:rajugur...@hotmail.com] Sent: Monday, February 08, 2010 8:49 PM To: users@tomcat.apache.org Subject: New to

New to tomcat and jsp

2010-02-08 Thread rajugurung
I am trying to learn JSP. So tried to install Tomcat 6. Downloaded the compressd file and extracted them. I went into the bin directory and double clicked the startup batch file. When I do that I see the command prompt for a split of a second and then it just vanishes. I was told that the command

Re: GC(JVM Heap usage) tool

2010-02-08 Thread Paulwintech
Hi, Thank you... Since we are using commercial monitoring tool and we are compelled to use the same. After special request they have replied back to use JMX tool to monitor our JVM heap. Please let me know, If we have any other tools that can monitor preciously JVM heap and tell us what proce

Re: [Fwd: Re: Parameters disappear from PUTs]

2010-02-08 Thread chas
Chris, > I realize that this issue has been essentially solved, but it's probably > worth it to continue the discussion. Happy to continue if it's productive. > I routinely use Firefox and LiveHTTPHeaders: that add-on definitely does > indicate what is form data for a POST request, but I've neve

HttpSessionActivationListener sessionDidActivate not called on cluster node startup

2010-02-08 Thread David Rees
Hi, I've got an application where I need to keep track of all the active user sessions. Using both the HttpSessionActivationListener + HttpSessionListener interfaces seemed like an easy way to be able to keep track of all sessions. The issue I've come across is that HttpSessionActivationListener

RE: Monitor CPU usage/IOwait for individual web apps

2010-02-08 Thread Caldarale, Charles R
> From: Jeffrey Nguyen (jeffrngu) [mailto:jeffr...@cisco.com] > Subject: Monitor CPU usage/IOwait for individual web apps > > Has anyone tried to instrument counters to monitor CPU usage > and IOWait for each individual web app? Take a look at this: http://moskito.anotheria.net/ - Chuck THIS

Re: Comet Client Example

2010-02-08 Thread Stephen Byrne
On 2/8/2010 5:36 AM, Animesh Sonkar wrote: > Looked around all the forums for a well working example for Comet Client. Here is some code I wrote to test a CometProcessor: Using HttpURLConnection: URL url = new URL( "http://"; ); HttpURLConnection connection = (HttpURLConnection) url.openCo

Monitor CPU usage/IOwait for individual web apps

2010-02-08 Thread Jeffrey Nguyen (jeffrngu)
Hi, Has anyone tried to instrument counters to monitor CPU usage and IOWait for each individual web app? Any help or pointers would be much appreciated. Thanks in advance! - Jeffrey

Re: Tomcat load context twise

2010-02-08 Thread André Warnier
John McKaine wrote: Hello everyone. The problem is fairly simple, but I just do not know what was happening. On Tomcat server I have virtual host and my application like this (server.xml): Workinua.com.ua After starting the server

Re: Tomcat load context twise

2010-02-08 Thread Pid
On 08/02/2010 21:59, John McKaine wrote: Hello everyone. The problem is fairly simple, but I just do not know what was happening. On Tomcat server I have virtual host and my application like this (server.xml): Which version of Tomcat, OS, JVM etc? Exact versions do matter. It's p

Tomcat load context twise

2010-02-08 Thread John McKaine
Hello everyone. The problem is fairly simple, but I just do not know what was happening. On Tomcat server I have virtual host and my application like this (server.xml): Workinua.com.ua After starting the server Tomcat, the context o

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread Jordan Michaels
dOE is probably referring to the registry edits mentioned here: http://tomcat.apache.org/connectors-doc/reference/iis.html Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Christopher Schultz wrote: dOE,

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dOE, On 2/8/2010 1:36 PM, dOE wrote: > Will their be a version that is compatible with Windows Server 2008 Web > edition? I tried running the executable for 1.2.8 and 1.2.15, bith failed. > I noticed that the registry in 2008 is structured different

Re: worker redirect problems

2010-02-08 Thread Felix Schumacher
Am Montag, den 08.02.2010, 13:21 +0100 schrieb Paolo Santarsiero: > Hi, in my cluster I have many tomcat enable and two tomcat in sleeping, all > in load balancing. The "sleepers" start only when one or more active tomcat > go down, managing thier sessions. In order to do this I use > worker.tomca

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread Pid
On 08/02/2010 19:07, dOE wrote: Jordan, Thank you for the link I will check it out. Andre, Yes the version we use are old, but they work for what we are using them for. Upgrade to the latest, or a recent version, there are bug fixes and general stability improvements. It's simply poor practi

Re: [Fwd: Re: Parameters disappear from PUTs]

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chas, I realize that this issue has been essentially solved, but it's probably worth it to continue the discussion. On 2/8/2010 1:51 PM, c...@munat.com wrote: > That was a response to smoke and hand-waving in another post and certainly > nothing that

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Fabian Panthen : > >>java -version > java version "1.6.0_14" > Java(TM) SE Runtime Environment (build 1.6.0_14-b08) > Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode) > >>echo %JAVA_HOME% > C:\Program Files\Java\jdk1.6.0_14 > >>ant -diagnostics > ... > --

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Fabian Panthen
Has Eclipse (outside of Tomcat) been configured to emit .class files in a certain format? I'm guessing this hasn't been done for 'ant', so maybe they need to match each other. that was one of my guesses, but apart from the compliance level i dont know of any- This happens as well under tom

Re: How to enable RMISecurityManager in Tomcat 6.0?

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Caldarale, Charles R : >> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] >> Subject: Re: How to enable RMISecurityManager in Tomcat 6.0? >> >> 2010/2/7 Suman.P.S : >> > >> >  I am interested to know how to enable RMISecurityManager when Tomcat >> 6.0 is running as Windows service

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread dOE
Jordan, Thank you for the link I will check it out. Andre, Yes the version we use are old, but they work for what we are using them for. On Mon, Feb 8, 2010 at 1:46 PM, André Warnier wrote: > dOE wrote: > >> Will their be a version that is compatible with Windows Server 2008 Web >> edition? I

Re: [Fwd: Re: Parameters disappear from PUTs]

2010-02-08 Thread chas
I posted it exactly as it came to me. > On Saturday 06 February 2010 03:27:23 c...@munat.com wrote: >> Are you serious? > > [...] > >> I'm certain you're not suggesting that browsers be forced to insert a >> name >> before the parameter string in every POST request. > [...] >> What does *any* of t

Re: [Fwd: Re: Parameters disappear from PUTs]

2010-02-08 Thread chas
>> We were discussing RFC 2616. Entity-headers and entity-body are terms >> directly from the RFC and are defined therein. No, they are not the same >> as HTTP headers, though they are contained in the HTTP headers: > > To-MAY-to, to-MAH-to. That was a response to smoke and hand-waving in another

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread André Warnier
dOE wrote: Will their be a version that is compatible with Windows Server 2008 Web edition? I tried running the executable for 1.2.8 and 1.2.15, bith failed. I noticed that the registry in 2008 is structured differently than its predecessors. My other question is do I even need to install it v

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread Jordan Michaels
The mod_jk connector 1.2.28 (the latest version as of this writing) works great on W2K8. Here's a respectable How-To (complete with loads of screen caps): http://www.iisadmin.co.uk/?p=72 Hope this helps! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDrago

Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread dOE
Will their be a version that is compatible with Windows Server 2008 Web edition? I tried running the executable for 1.2.8 and 1.2.15, bith failed. I noticed that the registry in 2008 is structured differently than its predecessors. My other question is do I even need to install it via the execut

Re: Comet Client Example

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Animesh, On 2/8/2010 5:36 AM, Animesh Sonkar wrote: > Looked around all the forums for a well working example for Comet Client. I'm no Comet expert, but any HTTP client ought to work, right? Comet is expected to be used with the APR and NIO connector

Re: Slow requests when using "Executor" pool

2010-02-08 Thread youngm
Setting maxKeepAliveRequests="1" seems to fix the issue as well. Perhaps the problem has something to do with keep alive requests? Any other thoughts? Mike Filip Hanik - Dev Lists wrote: > > turn off keep alive for your profiler to not give you false positives > > maxKeepAliveRequests="1"

RE: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Caldarale, Charles R
> From: Fabian Panthen [mailto:f...@unitb-consulting.de] > Subject: Re: jsp compilation fails depending on how WEB-INF classes are > build > > Yes i will try to get round building a simple example. > Until then - the only "exotic" thing is a varargs call to > String.format. > Both eclipse and ant

Re: Tomcat 6 and Apache 2 - using Tomcat 6 with virtual hosts

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 2/6/2010 7:35 PM, Caldarale, Charles R wrote: >> From: Sam Anderson [mailto:sam...@gmail.com] Subject: Tomcat 6 and >> Apache 2 - using Tomcat 6 with virtual hosts >> >> Tomcat needs a hard restart in order for it to work. > > Nope. You c

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Fabian Panthen
We will now begin the grasping at straws phase: are there perhaps annotations or other esoterica in the class files that are allowed only in certain levels of the JSP spec? Can you create a relatively simple test case that exhibits the problem without exposing corporate secrets? Yes i w

Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread anthonyvierra
Amazon EC2 has a scale feature that allows scaling based on configuration of settings such as memory, processor, etc. Is this the service your configuring? On 2/8/10, Pid wrote: > On 08/02/2010 13:05, Shashank Rachamalla wrote: >> Hi >> >> I am currently involved in developing a module which perf

Re: Active DataSource Connection count never decreasing with PostgreSQL [RESOLVED]

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, On 2/5/2010 8:05 PM, Alexander Hartner wrote: > Thanks guys. It turns out that there was a connection leak. I just > needed to wait for the entire pool to fill up with "Active" > connection and then I got the abandoned messages. ...one of

Re: max heap size on Windows server 64 bit

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Domenico, On 2/8/2010 11:31 AM, Domenico Marzilli wrote: > Yes, Chris, > it depends on the type of data. > For example: > 1) the elements of an array are addressed with 64 bit pointers; Yes, but the array itself does not take up more space, unless it

RE: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Caldarale, Charles R
> From: Fabian Panthen [mailto:f...@unitb-consulting.de] > Subject: Re: jsp compilation fails depending on how WEB-INF classes are > build > > i agree, but, compiling the classes with the path with spaces works > fine in eclipse or ant. the jsp compilation though fails even on the > integration se

Re: More than 20 users not able to access the application...

2010-02-08 Thread Pid
On 08/02/2010 15:05, Munirathinavel wrote: Our application is Online Vehicle Booking for Rental. I'm doing Load Testing using HP Load Runner and I've recorded a script that contains booking a vehicle (submitting data to MSSQL Server 2008) then did a load testing with 20 concurrent users.Meanwhi

Re: [OT] jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph, On 2/8/2010 11:23 AM, Joseph Morgan wrote: >>> There is an Ig-Nobel prize waiting to be atributed, >>> if one can ever identify the guy who came up with that idea first. > > You mean it wasn't Bill??? :-) Although the FAT filesystem (introd

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Fabian Panthen
+1. I would even leave out the word "Windows" and anything after paths-with-spaces above. There is an Ig-Nobel prize waiting to be atributed, if one can ever identify the guy who came up with that idea first. - i agree, but, compiling the classes with the path with spaces works fine in ec

RE: How to enable RMISecurityManager in Tomcat 6.0?

2010-02-08 Thread Caldarale, Charles R
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Subject: Re: How to enable RMISecurityManager in Tomcat 6.0? > > 2010/2/7 Suman.P.S : > > > >  I am interested to know how to enable RMISecurityManager when Tomcat > 6.0 is running as Windows service? > > See > http://marc.info/?l=tomca

RE: max heap size on Windows server 64 bit

2010-02-08 Thread Caldarale, Charles R
> From: Domenico Marzilli [mailto:domenico.marzi...@gatelab.com] > Subject: Re: max heap size on Windows server 64 bit > > By the way, what options for the JVM are you speaking about? -XX:+UseCompressedOops - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATE

Re: max heap size on Windows server 64 bit

2010-02-08 Thread Domenico Marzilli
Yes, Chris, it depends on the type of data. For example: 1) the elements of an array are addressed with 64 bit pointers; 2) on a x32 a long (32bit) is as large as a x64; and so on By the way, what options for the JVM are you speaking about? Domenico - Original Message - From: "Christ

RE: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Joseph Morgan
>> There is an Ig-Nobel prize waiting to be atributed, >> if one can ever identify the guy who came up with that idea first. You mean it wasn't Bill??? :-) -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, February 08, 2010 10:20 AM To: Tomcat Users List Subj

Re: max heap size on Windows server 64 bit

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Domenico, On 2/4/2010 3:42 AM, Domenico Marzilli wrote: > It's normal to be forced to double the heap on migrating from x32 to x64 > hw. > Just think to the pointer addressing , that is based on a 64bit > representation of the memory address, rather t

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread André Warnier
Mikolaj Rydzewski wrote: Fabian Panthen wrote: >echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_14 I don't think that's the case, but... There're a lot howtos that encourage Windows users not to use paths-with-spaces for Java programs (Tomcat, ant, JDK itself, etc.). +1. I would even leave

Re: Critical Problem with Tomcat instances

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arun, On 2/8/2010 8:33 AM, Arunkumar Janarthanan wrote: > Thanks for your reply, we are not running on cluster mode as it is simple > proxypass balancing while other balancer configurations are showing all > JVMRoute in balancer manager I could not se

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabian, On 2/8/2010 8:29 AM, Fabian Panthen wrote: > not sure whether here is the right place to post, but i give it a shot... This is the right place. I would have thought this was a simply "javac" compiler mismatch, but that doesn't appear to be t

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Mikolaj Rydzewski
Fabian Panthen wrote: >echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_14 I don't think that's the case, but... There're a lot howtos that encourage Windows users not to use paths-with-spaces for Java programs (Tomcat, ant, JDK itself, etc.). -- Mikolaj Rydzewski --

RE: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Joseph Morgan
I would think so, but there really has to be different versions somehow... I'm lost for ideas now. -Original Message- From: Fabian Panthen [mailto:f...@unitb-consulting.de] Sent: Monday, February 08, 2010 9:00 AM To: Tomcat Users List Subject: Re: jsp compilation fails depending on how W

Re: new set up of IHS 7.x . how to redirect request from IHS to tomcat

2010-02-08 Thread Hassan Schroeder
On Mon, Feb 8, 2010 at 2:08 AM, Aniruddha- wrote: > I have one set up in which , customer wish is to redirect all request from > IHS to tomcat. I want "steps to do" to achieve the same . Shouldn't you ask this on an "IHS" list? (I've no idea what that is..) -- Hassan Schroeder

Tomcat's server.xml & context.xml files

2010-02-08 Thread Munirathinavel
server.xml: context.xml WEB-INF/web.xml

Re: Not able to stop tomcat........

2010-02-08 Thread Pid
Again, reply to the list only, please. I will not respond to future emails sent directly to me. Comments removed: On 08/02/2010 14:40, munirathina...@gmail.com wrote: server.xml: Did Ravi change it without stopping the server? If Ravi changed it without stopping the server first, the

Re: More than 20 users not able to access the application...

2010-02-08 Thread Munirathinavel
Our application is Online Vehicle Booking for Rental. I'm doing Load Testing using HP Load Runner and I've recorded a script that contains booking a vehicle (submitting data to MSSQL Server 2008) then did a load testing with 20 concurrent users.Meanwhile I'm trying to do booking manually from the

Re: [Fwd: Re: Parameters disappear from PUTs]

2010-02-08 Thread Rainer Frey (Inxmail GmbH)
On Saturday 06 February 2010 03:27:23 c...@munat.com wrote: > Are you serious? [...] > I'm certain you're not suggesting that browsers be forced to insert a name > before the parameter string in every POST request. [...] > What does *any* of this have to do with a simple > post to the list explai

Re: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Fabian Panthen
Joseph Morgan schrieb: Fabian, This looks almost certainly like you are compiling with two different versions of the JDK. Spit out the version from the OS and compare that to the version set for Eclipse and Ant. Joe I thougth so, too. But checked this... >java -version java version "1.

Re: Parameters disappear from PUTs

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/7/2010 5:28 AM, Mark Thomas wrote: > I'll add an enhancement request to Tomcat 7. Because this is a grey area > other folks using Tomcat may be expecting the data in the request body > and changing that would break things for them. It will

Re: [Fwd: Re: Parameters disappear from PUTs]

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chas, On 2/5/2010 7:13 PM, c...@munat.com wrote: > We were discussing RFC 2616. Entity-headers and entity-body are terms > directly from the RFC and are defined therein. No, they are not the same > as HTTP headers, though they are contained in the HTT

Re: Not able to stop tomcat........

2010-02-08 Thread André Warnier
Munirathinavel wrote: Pid Ster wrote: On 08/02/2010 07:15, Munirathinavel wrote: Hi to all I'm trying to stop tomcat service but it's not happening instead my log file std_out size going more a GB. After restarting the system only i'm able to proceed. I'm getting the following mess

Re: Not able to stop tomcat........

2010-02-08 Thread Munirathinavel
Pid Ster wrote: > > On 08/02/2010 07:15, Munirathinavel wrote: >> >> Hi to all >> >> I'm trying to stop tomcat service but it's not happening instead my log >> file >> std_out size going more a GB. >> After restarting the system only i'm able to proceed. >> >> I'm getting the following

Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread Pid
On 08/02/2010 13:05, Shashank Rachamalla wrote: Hi I am currently involved in developing a module which performs automatic scaling of application server instances based on their performance. I am using JMX to pull data pertaining to server and underlying jvm on which the applications are deploye

RE: jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Joseph Morgan
Fabian, This looks almost certainly like you are compiling with two different versions of the JDK. Spit out the version from the OS and compare that to the version set for Eclipse and Ant. Joe -Original Message- From: Fabian Panthen [mailto:f...@unitb-consulting.de] Sent: Monday, Feb

Re: Critical Problem with Tomcat instances

2010-02-08 Thread Arunkumar Janarthanan
Hi Konstatin, Thanks for your reply, we are not running on cluster mode as it is simple proxypass balancing while other balancer configurations are showing all JVMRoute in balancer manager I could not see this particular instances of Tomcat are not being listed. Please advice. Arun J On Mon, Fe

jsp compilation fails depending on how WEB-INF classes are build

2010-02-08 Thread Fabian Panthen
Hello, not sure whether here is the right place to post, but i give it a shot... I have a webapp with JSP's using some classes from WEB-INF/classes in a declaration block (<%!%>), running in tomcat 6 on jdk1.6.0_14. The problem is such, if I compile the classes in WEB-INF/classes using eclip

Re: GC(JVM Heap usage) tool

2010-02-08 Thread Cyrille Le Clerc
Hello Paulwintech, I suggest you to have a look at Hyperic. It is a very interesting tool and you can extend it quite easily with custom JMX MBeans. Cyrille -- Cyrille Le Clerc clecl...@xebia.fr On Mon, Feb 8, 2010 at 2:01 PM, Leon Rosenberg < rosenberg.l...@googlemail.com> wrote: > Hi, > > if

Automatic scaling decisions based on performance metrics

2010-02-08 Thread Shashank Rachamalla
Hi I am currently involved in developing a module which performs automatic scaling of application server instances based on their performance. I am using JMX to pull data pertaining to server and underlying jvm on which the applications are deployed. I can also collect performance data for guest o

Re: GC(JVM Heap usage) tool

2010-02-08 Thread Leon Rosenberg
Hi, if you mean this kind of monitoring: http://moskito.anotheria.net/moskitodemo/mui/mskShowProducersByCategory?pCategory=memory than all you need is here: http://infra.anotheria.net/confluence/display/MSK/HowTo+Embed+Moskito+WebUI+In+Your+Application regards Leon On Mon, Feb 8, 2010 at 6:07

worker redirect problems

2010-02-08 Thread Paolo Santarsiero
Hi, in my cluster I have many tomcat enable and two tomcat in sleeping, all in load balancing. The "sleepers" start only when one or more active tomcat go down, managing thier sessions. In order to do this I use worker.tomcatActive.redirect=tomcatSleeper for active tomcat and worker.tomcatSleeper.

Re: max heap size on Windows server 64 bit

2010-02-08 Thread Domenico Marzilli
Really! I tried to run it and now all works fine. Tnx - Original Message - From: "Mark Thomas" To: "Tomcat Users List" Sent: Thursday, February 04, 2010 3:00 PM Subject: Re: max heap size on Windows server 64 bit On 04/02/2010 13:11, Mehrotra, Anurag wrote: I just finished install

Re: Not able to stop tomcat........

2010-02-08 Thread Pid
On 08/02/2010 07:15, Munirathinavel wrote: Hi to all I'm trying to stop tomcat service but it's not happening instead my log file std_out size going more a GB. After restarting the system only i'm able to proceed. I'm getting the following message in Catalina_log.. Feb 8, 2

Re: More than 20 users not able to access the application...

2010-02-08 Thread Pid
On 08/02/2010 06:37, munirathina...@gmail.com wrote: I'm having the following configuration. Please reply to the list only. Leaving the whole/majority of the previous message intact helps other readers follow the thread. Again, no need for all the extra spacing. OS- Windows S

Re: Critical Problem with Tomcat instances

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Arunkumar Janarthanan : > I am going through a critical problem that my payment system has 4 Tomcat > instances and outofthem two instances simply redirecting to login page after > user logged in into the application and trigger any action (even just > clicking any link in the application)

JVMROUTE not showing on balancer-manager

2010-02-08 Thread Arunkumar Janarthanan
Sorry for not providing clear description of my problem. I have had configured stickysession balancing across 4 tomcat instances as below. BalancerMember ajp://App1:8509 route=app1_ccc1 BalancerMember ajp://App2.107:8509 route=app2_ccc1 BalancerMember ajp://App5:8509 route=app5_ccc1

AW: Missing files for mod_jk

2010-02-08 Thread Alexander Diedler
Sorry, not the best choice for title, i Know. -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Freitag, 5. Februar 2010 18:19 An: Tomcat Users List Betreff: Re: Missing files for mod_jk And why is this thread entitled "Missing files for mod_jk" ? Did we hi

AW: Missing files for mod_jk

2010-02-08 Thread Alexander Diedler
Hello again, >Under Windows, Apache has a single child, multi-threaded. >In Alexander's configuration, the maximum number of threads for Apache >is set at 1920 (?). >That in itself already looks to me like a big number, but I don't know >the real load of the server. >The question here is whether

Re: How to enable RMISecurityManager in Tomcat 6.0?

2010-02-08 Thread Konstantin Kolinko
2010/2/7 Suman.P.S : > >  I am interested to know how to enable RMISecurityManager when Tomcat 6.0 is > running as Windows service? See http://marc.info/?l=tomcat-user&m=120156204111331&w=2 Best regards, Konstantin Kolinko - To

Comet Client Example

2010-02-08 Thread Animesh Sonkar
Hi, Looked around all the forums for a well working example for Comet Client. Tried writing my own client using sockets. But facing same issues as mentioned in various forums with no solution. So i guess it would be nice if the Apache Tomcat developers came with a nice Socket/UrlConnection based

AW: GC(JVM Heap usage) tool

2010-02-08 Thread Kockert, Timo
If you need long term monitoring, try Hyperic. Greetings from Germany, Timo > -Ursprüngliche Nachricht- > Von: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Gesendet: Montag, 8. Februar 2010 07:26 > An: Tomcat Users List > Betreff: RE: GC(JVM Heap usage) tool > > > From: Pa

new set up of IHS 7.x . how to redirect request from IHS to tomcat

2010-02-08 Thread Aniruddha-
Hi all, " I have one set up in which , customer wish is to redirect all request from IHS to tomcat. I want "steps to do" to achieve the same . I have AIX OS 6.1 , IHS 7.x and tomcat 6.x plzzz help. -- View this message in context: http://old.nabble.com/new-set-up-of-IHS-7.x-.-how-to-redirect-re

Re: Parameters disappear from PUTs

2010-02-08 Thread Mark Thomas
On 07/02/2010 21:27, c...@munat.com wrote: >> I'll add an enhancement request to Tomcat 7. Because this is a grey area >> other folks using Tomcat may be expecting the data in the request body >> and changing that would break things for them. It will certainly have to >> be optional. As to which sh