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 should be

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:

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:

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 ALL

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. Proxy balancer://ccc1 BalancerMember ajp://App1:8509 route=app1_ccc1 BalancerMember ajp://App2.107:8509 route=app2_ccc1 BalancerMember

Re: Critical Problem with Tomcat instances

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Arunkumar Janarthanan arunkumar.webad...@gmail.com: 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

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

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,

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 ma...@apache.org To: Tomcat Users List users@tomcat.apache.org 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,

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

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

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

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 you

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

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,

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,

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

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 message in

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

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 HTTP

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: 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

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 explaining

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

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: ?xml version='1.0' encoding='utf-8'? Server port=8006 shutdown=SHUTDOWN !--before it was 8005, Ravi changed it

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- jadhao.anirud...@gmail.com 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

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

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 m...@ceti.pl

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 the

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 see

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: 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 than

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

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:

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

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 suman_...@yahoo.com:  I am interested to know how to enable RMISecurityManager when Tomcat 6.0 is running as Windows service? See

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

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 (introduced in

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

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 server,

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's

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 the

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 p...@pidster.com wrote: On 08/02/2010 13:05, Shashank Rachamalla wrote: Hi I am currently involved in developing a module

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

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 can add

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 build

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: 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

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

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

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

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 post

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 this have to do

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 a...@ice-sa.com wrote: dOE wrote: Will their be a version that is compatible with Windows Server 2008 Web

Re: How to enable RMISecurityManager in Tomcat 6.0?

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

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

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

2010-02-08 Thread Konstantin Kolinko
2010/2/8 Fabian Panthen f...@unitb-consulting.de: 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: [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: 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

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

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 differently

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:

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): Engine Name=Catalina defaultHost=www.workinua.com.ua Host Name=www.mysite.com appBase=webapps autoDeploy=false

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. Engine

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): Engine Name=Catalina defaultHost=www.workinua.com.ua Host Name=www.mysite.com

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

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: 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

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 I

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