Upgrading from tomcat 6 to tomcat 8 | Performance goes down (Http requests)

2016-05-31 Thread vikas chandra yadav
Hi, I am upgrading from tomcat 6 to tomcat 8. My throughput get decreased by 40%. Simple sending http request from jmeter using 40 threads. In tomcat 6 it is 11 in tomcat 7(last version) it si 108000 in tomcat 8 - 8 Please suggest if we have to disable any auto enavle feature of do

Need help on upgrading

2016-05-31 Thread aramanda vijay
Hi Team, We are hosting our e-commerce application on tomcat 7.0.47 with Apache( Apache/2.2.15) web server for load balancing. There are 2 servers on the cluster. I don't remember the exact cluster configuration. There is a requirement to upgrade our tomcat to the latest version 8.0.35. Does

Tomcat 8.5.2 Beta and HTTP/2

2016-05-31 Thread Sven Schleier
Hi mailinglist, I just want to play around with the new HTTP/2 implementation of Tomcat 8.5.2 Beta. The tomcat instance is up and running and the h2 support is activated, according to the log during startup: 01-Jun-2016 01:57:52.544 INFO [main]

RE: diAdmin/launch/logon.do missing

2016-05-31 Thread John D. Ament
Is it vendor software or in house? On May 31, 2016 18:27, "Michael Hargis" wrote: > Andre, > Sorry, kinda shooting in the dark here. > > Apache Tomcat 5.5.20 > Java 1.6.0.60 > Windows 2003 R2 Standard Edition Service Pack 2 > > Data Integrator Management Console is what

RE: diAdmin/launch/logon.do missing

2016-05-31 Thread Michael Hargis
Andre, Sorry, kinda shooting in the dark here. Apache Tomcat 5.5.20 Java 1.6.0.60 Windows 2003 R2 Standard Edition Service Pack 2 Data Integrator Management Console is what I the application I am trying to get to. It allows me to manage Business Objects Data Integrator jobs. Thanks for any

Re: minSpareThreads for AJP connector

2016-05-31 Thread Anthony Biacco
On Tue, May 31, 2016 at 11:44 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Anthony, > > On 5/27/16 3:54 PM, Anthony Biacco wrote: > > On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz < > > ch...@christopherschultz.net>

RE: Errors in catalina.out

2016-05-31 Thread Sebastien.Boulianne
Chris, I use the RPMForge and EPEL repositery so I think I will have to wait until they release a new version... :( Anyway, thanks for your answers. Sébastien -Message d'origine- De : Christopher Schultz [mailto:ch...@christopherschultz.net] Envoyé : 31 mai 2016 12:45 À : Tomcat

Re: minSpareThreads for AJP connector

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anthony, On 5/27/16 3:54 PM, Anthony Biacco wrote: > On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Tony, > > On 5/26/16 4:22 PM, Anthony Biacco wrote: On Thu, May 26, 2016 at 2:19 PM,

Re: Error in Tomcat 6.0.32

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 5/31/16 1:01 PM, André Warnier (tomcat) wrote: > On 31.05.2016 18:54, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Shailesh, >> >> On 5/31/16 9:35 AM, Shailesh Jain wrote: >>> Hello All, Below is

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
On 31.05.2016 18:54, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. I see two errors: SEVERE:

Re: Error in Tomcat 6.0.32

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: > Hello All, Below is the error coming in tomcat6, can you pleaes > advise what can be done to resolve the issue. I see two errors: > SEVERE: Servlet.service() for servlet ComponentDispatcher

Re: using SSLHostConfig on tomcat 9 in order to get 2 SSL certificates

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hardibo, On 5/31/16 10:33 AM, Hardibo Pierre-Jean wrote: > Hello, i made two startSSL's certificates because i could only add > 5 domains once. ??! > When i use SSLHostConfig for the domains of the first certificate > all is working, but when i

Re: Errors in catalina.out

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sebastien, On 5/30/16 3:43 PM, sebastien.boulia...@cpu.ca wrote: > Thanks Mark for your great answer. Can you tell me if Tomcat have a > repos to download the latest rpm packages ? > > I use the latest rpmforge, epel repos and the latest version I

Re: tomcat8.0.33 classpath/classloader issues

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkata, On 5/30/16 8:13 AM, Venkata Reddy P wrote: > Looks like I have no options as I have already tried with > (catalina.properties), by setting the classpath variable in > (setclasspath.bat). I am really wonder why default >

Re: Error in Tomcat 6.0.32

2016-05-31 Thread ashwin rajput
Shailesh, increase heap size of your JVM instance and try again. Regards, Ashwin On Tue, May 31, 2016 at 7:25 PM, André Warnier (tomcat) wrote: > Now really ? > What do you not understand in > > > java.lang.OutOfMemoryError: Java heap space > > ? > > > > On 31.05.2016 15:35,

using SSLHostConfig on tomcat 9 in order to get 2 SSL certificates

2016-05-31 Thread Hardibo Pierre-Jean
Hello, i made two startSSL's certificates because i could only add 5 domains once. When i use SSLHostConfig for the domains of the first certificate all is working, but when i try to add other domains (2° certificate) websites are no more accessible, there's few documentation about that and no

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
Now really ? What do you not understand in > java.lang.OutOfMemoryError: Java heap space ? On 31.05.2016 15:35, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet

Error in Tomcat 6.0.32

2016-05-31 Thread Shailesh Jain
Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet ComponentDispatcher threw exception java.lang.OutOfMemoryError: Java heap space May 27, 2016 11:27:58 AM

Re: Need help to install GoDaddy's SSL certificates on Tomcat 8.0.32 (Amazon Linux)

2016-05-31 Thread Daniel Mikusa
On Mon, May 30, 2016 at 11:26 PM, Conor Skyler wrote: > Hello list, > > I'm trying to install the certificates I bought from GoDaddy into my Tomcat > server, however so far I've been unsuccessful to achieve this. > > My system specs are: > OS: Amazon Linux (fully updated)