Re: embeded tomcat apache-jasper dependency

2022-08-15 Thread Rob Sargent
On 8/15/22 19:55, Shakila Rajaiah wrote: Earlier Noelette replied: It looks like you have multiple locations/instances of the same jar file (jasper-el.jar by the looks of the error message). This is typically included with tomcat. Are you also including a version with your application? I t

embeded tomcat apache-jasper dependency

2022-08-15 Thread Shakila Rajaiah
Earlier Noelette replied:It looks like you have multiple locations/instances of the same jar file (jasper-el.jar by the looks of the error message). This is typically included with tomcat. Are you also including a version with your application? I think that I accidently did. Please look at the

Re: AW: embeded tomcat apache-jasper dependency

2022-05-18 Thread Mark Thomas
@tomcat.apache.org Betreff: embeded tomcat apache-jasper dependency I'm seeing a new-to-me deployment failure and am at a loss to explain. Using tomcat 9-0-63 (and getting Caused by: java.lang.IllegalArgumentException: More than one fragment with the name [org_apache_jasper_el] was

Re: AW: embeded tomcat apache-jasper dependency

2022-05-18 Thread Rob Sargent
On 5/18/22 12:21, Rob Sargent wrote: On 5/17/22 01:24, Mark Thomas wrote: On 17/05/2022 08:13, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, -Ursprüngliche Nachricht- Von: Rob Sargent Gesendet: Dienstag, 17. Mai 2022 00:38 An: users@tomcat.apache.org Betreff: embeded tomcat

Re: AW: embeded tomcat apache-jasper dependency

2022-05-18 Thread Rob Sargent
On 5/17/22 01:24, Mark Thomas wrote: On 17/05/2022 08:13, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, -Ursprüngliche Nachricht- Von: Rob Sargent Gesendet: Dienstag, 17. Mai 2022 00:38 An: users@tomcat.apache.org Betreff: embeded tomcat apache-jasper dependency I'm see

Re: AW: embeded tomcat apache-jasper dependency

2022-05-17 Thread Mark Thomas
On 17/05/2022 08:13, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, -Ursprüngliche Nachricht- Von: Rob Sargent Gesendet: Dienstag, 17. Mai 2022 00:38 An: users@tomcat.apache.org Betreff: embeded tomcat apache-jasper dependency I'm seeing a new-to-me deployment failure and am

AW: embeded tomcat apache-jasper dependency

2022-05-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Rob Sargent > Gesendet: Dienstag, 17. Mai 2022 00:38 > An: users@tomcat.apache.org > Betreff: embeded tomcat apache-jasper dependency > > I'm seeing a new-to-me deployment failure and am at a loss to explain. >

embeded tomcat apache-jasper dependency

2022-05-16 Thread Rob Sargent
I'm seeing a new-to-me deployment failure and am at a loss to explain. Using tomcat 9-0-63 (and getting Caused by: java.lang.IllegalArgumentException: More than one fragment with the name [org_apache_jasper_el] was found. This is not legal with relative ordering. See section 8.2.2 2c o

Re: Need to retain session in server (Tomcat Apache) once user log in to till log off.

2022-03-02 Thread Christopher Schultz
Saicharan, On 3/2/22 07:42, saicharan.bu...@wellsfargo.com.INVALID wrote: Can you assist on how to retain session in server (Tomcat Apache) once user log in to till log off? we have two node instances half part of log is coming in one instance and other logs are coming in another instance for

Re: Need to retain session in server (Tomcat Apache) once user log in to till log off.

2022-03-02 Thread Sundeep Kumar Paulraj
gt; Can you brief in detail, Can you send the sample configuration? >> >> Thanks, >> Saicharan Burle >> >> -Original Message- >> From: sundeep kumar >> Sent: Wednesday, March 2, 2022 6:16 PM >> To: Tomcat Users List >> Subject: Re: Ne

Re: Need to retain session in server (Tomcat Apache) once user log in to till log off.

2022-03-02 Thread Sundeep Kumar Paulraj
s List > Subject: Re: Need to retain session in server (Tomcat Apache) once user > log in to till log off. > > I think we can use redis as session manager . Need to update it in > context.xml . > > Sincerely || Sincèrement, > Sundeep Kumar Paulraj > > > Le 2 mars

RE: Need to retain session in server (Tomcat Apache) once user log in to till log off.

2022-03-02 Thread Saicharan.Burle
Can you brief in detail, Can you send the sample configuration? Thanks, Saicharan Burle -Original Message- From: sundeep kumar Sent: Wednesday, March 2, 2022 6:16 PM To: Tomcat Users List Subject: Re: Need to retain session in server (Tomcat Apache) once user log in to till log off

Re: Need to retain session in server (Tomcat Apache) once user log in to till log off.

2022-03-02 Thread sundeep kumar
I think we can use redis as session manager . Need to update it in context.xml . Sincerely || Sincèrement, Sundeep Kumar Paulraj > Le 2 mars 2022 à 20:43, saicharan.bu...@wellsfargo.com.invalid a écrit : > > Hi Team, > > Can you assist on how to retain session in server (Tomc

Need to retain session in server (Tomcat Apache) once user log in to till log off.

2022-03-02 Thread Saicharan.Burle
Hi Team, Can you assist on how to retain session in server (Tomcat Apache) once user log in to till log off? we have two node instances half part of log is coming in one instance and other logs are coming in another instance for same user. Regards, Saicharan Burle CTO | Middleware Product

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-03-07 Thread Nitin Kadam
Hello Mark, Thanks for your suggestion it's work like charm. On Thu, Mar 7, 2019, 6:13 PM Mark Thomas wrote: > On 07/03/2019 11:24, Nitin Kadam wrote: > > > > > Root Causejava.lang.TypeNotPresentException: > > Type javax.persistence.PersistenceUnit not present > > > > It looks like you are

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-03-07 Thread Mark Thomas
On 07/03/2019 11:24, Nitin Kadam wrote: > Root Causejava.lang.TypeNotPresentException: > Type javax.persistence.PersistenceUnit not present It looks like you are missing the JPA implementation. Check for additional JARs that were added to your Tomcat 7 lib directory that you didn't add in Tom

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-03-07 Thread Nitin Kadam
about migrating to 8 soon myself. Maybe I'll > >> >> >>>>> use this as an opportunity to get started on that .. but I > >> >> >>>>> think the last time I checked, OpenJDK 7 was supported on > >> >> >>>>&

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-22 Thread John Dale
; >> Yes. Wheezy is essentially unsupported and I would drop everything >> >> >> and upgrade to at least Jessie like right now if I were you. >> >> >> Stretch isn't much more work and you'll be good for a few years on >> >> >> th

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-21 Thread Nitin Kadam
DK 8 packages. Current version is 1.8.0_181. > >> >> > >> >> Jessie looks like it only has OpenJDK 7 packages. I didn't check > >> >> the backports. > >> >> > >> >>>>> I'll need to update linux, Java, tomca

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-21 Thread Christopher Schultz
t only has OpenJDK 7 packages. I didn't >>>>> check the backports. >>>>> >>>>>>>> I'll need to update linux, Java, tomcat, then finally >>>>>>>> my apps. But I'm pretty CDO (that's like OCD, but >>

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-21 Thread John Dale
packages. I didn't check >> >> the backports. >> >> >> >>>>> I'll need to update linux, Java, tomcat, then finally my >> >>>>> apps. But I'm pretty CDO (that's like OCD, but alphabetical) >> >>>>&g

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-21 Thread Nitin Kadam
>>> I'll need to update linux, Java, tomcat, then finally my > >>>>> apps. But I'm pretty CDO (that's like OCD, but alphabetical) > >>>>> about the platform independence of my apps, so that's going > >>>>> to be stra

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread John Dale
ut the platform independence of my apps, so that's going >>>>> to be straightforward. >> Make sure you don't waste time upgrading from Tomcat 7 to Tomcat 8. >> Go directly to Tomcat 8.5, since 8.0 is no longer supported. >> >> -chris >> >

Re: [OT] Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Christopher Schultz
e 8.0 is no longer supported. > > -chris > >>>> On 2/20/19, Nitin Kadam wrote: >>>>> Thanks John for reply.. >>>>> >>>>> is there any documentation walkthrough for this upgrade >>>>> available? i am new to Tomcat an

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread John Dale
; > - -chris > >> On 2/20/19, Nitin Kadam wrote: >>> Thanks John for reply.. >>> >>> is there any documentation walkthrough for this upgrade >>> available? i am new to Tomcat and doing this 1st time, It will be >>> great help if anyone provi

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Christopher Schultz
eply.. >> >> is there any documentation walkthrough for this upgrade >> available? i am new to Tomcat and doing this 1st time, It will be >> great help if anyone provide same. >> >> On Wed, Feb 20, 2019 at 6:49 PM Olaf Kock >> wrote: >> >&g

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, Nitin, On 2/20/19 09:47, John Dale wrote: > I would recommend verifying your upgrade process on a > non-production machine first in a way that you can restore if you > need to start over (sometimes in the heat of battle we can lose > context a

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Olaf Kock
Hi Nitin, John gave you a good primer, for almost all of the rest I'll point to the fine documentation again. Look at a diff between your current installation and the plain vanilla download of the tomcat version that you're running. What I want to comment on is this: On 20.02.19 15:33, Nitin Kad

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread John Dale
I would recommend verifying your upgrade process on a non-production machine first in a way that you can restore if you need to start over (sometimes in the heat of battle we can lose context and it's good to start fresh). What version(s) of Java are installed? The differences in SSL configuratio

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Nitin Kadam
Hello Olaf, There are no such changes in original configuration except server.xml for SSL and web config for Http header filter, and yes application team deploying WAR to we app folders. I need to know below details. 1 How to take a backup before the upgrade (Main files). 2. How to migrate from o

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread John Dale
e > provide same. > > On Wed, Feb 20, 2019 at 6:49 PM Olaf Kock wrote: > >> >> On 20.02.19 13:57, Nitin Kadam wrote: >> > Hello Team, >> > >> > Can you please guide how we can migrate seamlessly from Tomcat >> > apache 7.0.79 to 7.0.92 or a

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Olaf Kock
On 20.02.19 14:47, Nitin Kadam wrote: > Thanks John for reply.. > > is there any documentation walkthrough for this upgrade available? > i am new to Tomcat and e to doing this 1st time, It will be great help if > anyone > provide same. There's plenty of documentation on https://tomcat.apache.c

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Nitin Kadam
; Hello Team, > > > > Can you please guide how we can migrate seamlessly from Tomcat > > apache 7.0.79 to 7.0.92 or any latest version that 8.x or 9.x ( Windows > > 2012 R2 server)escr > > 7.0 to 8.0: https://tomcat.apache.org/migration-8.html > > 8.0 to 8.5: https://to

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread John Dale
an do to help through some of the details. https://tomcat.apache.org/migration-8.html On 2/20/19, Nitin Kadam wrote: > Hello Team, > > Can you please guide how we can migrate seamlessly from Tomcat > apache 7.0.79 to 7.0.92 or any latest version that 8.x or 9.x ( Windows > 201

Re: Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Olaf Kock
On 20.02.19 13:57, Nitin Kadam wrote: > Hello Team, > > Can you please guide how we can migrate seamlessly from Tomcat > apache 7.0.79 to 7.0.92 or any latest version that 8.x or 9.x ( Windows > 2012 R2 server)escr 7.0 to 8.0: https://tomcat.apache.org/migration-8.html 8.

Tomcat Apache 7.0.79 upgrade to Latest version

2019-02-20 Thread Nitin Kadam
Hello Team, Can you please guide how we can migrate seamlessly from Tomcat apache 7.0.79 to 7.0.92 or any latest version that 8.x or 9.x ( Windows 2012 R2 server) the current environment is configured with SSL certificate ( SSL 443) .jks store and needs to upgrade same due to security

Re: Understanding tomcat + apache and I/O

2017-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 11/29/17 3:16 PM, TurboChargedDad . wrote: >>> So now all you have to do is upgrade to Tomcat 8.0 or, even >>> better, Tomcat 8.5 :) > That's the plan but it's kind of like pulling teeth. > >>> Can you expand on the "weir

Re: Understanding tomcat + apache and I/O

2017-11-29 Thread TurboChargedDad .
00 MaxRequestsPerChild 4000 >> >> If you want high performance, you have to abandon the prefork model >> and move to event. Some modules (e.g. mod_php IIRC) don't work >> properly with the event model. Think about using your lb with PHP >> running on

Re: Understanding tomcat + apache and I/O

2017-11-29 Thread TurboChargedDad .
t; --Tomcat server-- (1) Apache terminates SSL over the top of Tomcat > > on the same server. Reverse proxies to the tomcat server using NIO > > AJP connectors. --/Tomcat server-- > > Above you say that you are using HTTPS/SSL to connect httpd -> Tomcat. > If you are using

Re: Understanding tomcat + apache and I/O

2017-11-29 Thread Christopher Schultz
nnect httpd -> Tomcat. If you are using AJP then this is not true. So which is it? Are you using HTTP or AJP as your protocol? > Tomcat apache prefork mode config: > StartServers 8 MinSpareServers5 MaxSpareServers 20 > ServerLimit 800 MaxClients 800 MaxReque

Understanding tomcat + apache and I/O

2017-11-28 Thread TurboChargedDad .
erverLimit 400 MaxClients 400 MaxRequestsPerChild 4000 --Tomcat server-- (1) Apache terminates SSL over the top of Tomcat on the same server. Reverse proxies to the tomcat server using NIO AJP connectors. --/Tomcat server-- Tomcat apache prefork mode config: StartServers 8 MinSpareServers5 M

Understanding tomcat + apache I/O

2017-11-28 Thread TurboChargedDad .
1) Apache terminates SSL over the top of Tomcat on the same server. Reverse proxies to the tomcat server using NIO AJP connectors. --/Tomcat server-- Tomcat apache prefork mode config: StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 800 MaxClients 800 MaxRequest

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-08 Thread Kernel freak
Hi Chris, I just saw your mail, although I was able to solve this problem yesterday before leaving. This is what I did. I just waned to know, if this configuration will also work if I am using https. Thank you. Here is what I did : Tomcat's server.xml : // Multiple webapps ho

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Christopher Schultz
Akshay, On 12/7/15 2:53 PM, Christopher Schultz wrote: > Akshay, > > On 12/7/15 5:26 AM, Kernel freak wrote: >> > protocol="org.apache.coyote.http11.Http11NioProtocol" >> compression="force" compressionMinSize="1024" >>connectionTimeout="2" maxPostSize="5242880" >>

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Christopher Schultz
Akshay, On 12/7/15 5:26 AM, Kernel freak wrote: > protocol="org.apache.coyote.http11.Http11NioProtocol" > compression="force" compressionMinSize="1024" >connectionTimeout="2" maxPostSize="5242880" >URIEncoding="utf-8" > compressableMimeType="text/html,text/xm

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Hassan Schroeder
On Mon, Dec 7, 2015 at 7:58 AM, Kernel freak wrote: > So you don't know what mistake I am making in the configuration? Why would I? I don't have your server log to inspect. And I haven't used mod_jk in a very long time, so I didn't even bother looking at your config. Also, FYI, Apache httpd has

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
So you don't know what mistake I am making in the configuration? On Mon, Dec 7, 2015 at 4:52 PM, Hassan Schroeder wrote: > On Mon, Dec 7, 2015 at 7:11 AM, Kernel freak > wrote: > > > More information about this error may be available in the server error > log. > > > > So, what am I missing. > >

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Hassan Schroeder
On Mon, Dec 7, 2015 at 7:11 AM, Kernel freak wrote: > More information about this error may be available in the server error log. > > So, what am I missing. To start, the information in the server log referenced above. Secondly, I'd strongly recommend you start out by using plain old mod_proxy

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Thank you for the changes you suggested. First problem is, not all the webapps have Https enabled, so I have to use port-number 80. Can you suggest me an alternative configuration. I have changed it to port 8080 and given a proxyPort=80 as follows : < --> - // Multiple webapp dec

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Hi, Thank you for the links, I will go through it. I have configured Apache Tomcat to serve multiple webapps depending upon the URL, but Apache web-server is what seems to be stopping me. The major problem I am having is I cannot find any examples if someone has tried to do this before. I have go

Re: Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread tomcat
On 07.12.2015 11:26, Kernel freak wrote: Hello friends, I am working on some server side changes in which I have the webapps or website hosted by Apache server is called by the URL. So if url is www.domain-one.com, then the specific webapp or website must be served. I have partial success in th

Tomcat, Apache web-server : Simultaneously running both servers and Virtual Hosting.

2015-12-07 Thread Kernel freak
Hello friends, I am working on some server side changes in which I have the webapps or website hosted by Apache server is called by the URL. So if url is www.domain-one.com, then the specific webapp or website must be served. I have partial success in these regards as I have already configured Ap

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-29 Thread Vince Stewart
Hi Mark, a bit more follow-up on accessing the servlet InputStream: You advised "You'd be better off dropping the call to in.ready() and doing a blocking read on the socket.If you remove the call to in.ready(), I'm fairly sure you'll see the warnings disappear." I just thought I'd let you kno

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-28 Thread Vince Stewart
Appreciate this a lot Mark. I'm pretty sure my previous code had a short sleep in each loop but thankfully, in-coming data rarely exceeds the Servlet InputBuffer size of 8192 so looping is rare. I have been trying to get to grips with the asynchronous stuff but have not got it going yet. The conc

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-28 Thread Mark Thomas
On 28/08/2013 09:41, Mark Thomas wrote: > On 27/08/2013 03:40, Vince Stewart wrote: >> hi all, >> thought I would add some progress on this topic. >> I have changed my method for reading from the HttpServletRequest object but >> the same warning message is thrown for every 8192 bytes read. I no lon

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-28 Thread Mark Thomas
On 27/08/2013 03:40, Vince Stewart wrote: > hi all, > thought I would add some progress on this topic. > I have changed my method for reading from the HttpServletRequest object but > the same warning message is thrown for every 8192 bytes read. I no longer > regard my code to be suspect though am h

Re: buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-26 Thread Vince Stewart
=httpServletRequest.getContentLength(); BufferedReader in=httpServletRequest.getReader(); StringBuilder sb=new StringBuilder(requestLength); while(sb.length()http://tomcat.10.x6.nabble.com/buffer-expand-warning-in-Tomcat-apache-tomcat-8-0-0-RC1-embed-tp5003745p5003777.html Sent from the Tomcat - User mailing list archive

buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-25 Thread Vince Stewart
greetings all, since commencing with version 8 (embedded) I have encountered no problems except when the HttpServletRequest object receives a message bigger than 16384 k. In that circumstance a warning(below) is repeated X times for messages bigger than 8192+(X*8192). I notice in the InternalNioInp

Re: Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread vicki
January 11, 2013 11:56am To: "Tomcat Users List" Subject: Re: Change port that apache runs on in tomcat/apache setup -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vic, On 1/11/13 11:48 AM, vi...@thepenguin.org wrote: > Nothing is listening on port 8080 now. That is what confused me

Re: Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vic, On 1/11/13 11:48 AM, vi...@thepenguin.org wrote: > Nothing is listening on port 8080 now. That is what confused me. It > should be, right? Did you actually configure Apache httpd to listen on port 8080? Simply doing "" doesn't actually listen

Re: Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread vicki
Nothing is listening on port 8080 now. That is what confused me. It should be, right? -Original Message- From: "Christopher Schultz" Sent: Friday, January 11, 2013 11:11am To: "Tomcat Users List" Subject: Re: Change port that apache runs on in tomcat/apache setup -

Re: Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vic, On 1/11/13 9:53 AM, vi...@thepenguin.org wrote: > I am trying to get mod_jk to work, and it works if tomcat is > listening on port 8080, but I try to shut down port 8080 from > tomcat and configure it in an Apache vhost, but apache dies. I > t

Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread vicki
Hello: I am trying to get mod_jk to work, and it works if tomcat is listening on port 8080, but I try to shut down port 8080 from tomcat and configure it in an Apache vhost, but apache dies. I think I am following the rules, but obviously I am missing something fundamental. Would appreciate hel

Re: [OT]- MYSQL + Tomcat + Apache + Java Hosting in India

2012-10-04 Thread Vishwanath Washimkar
checkout GoDaddy.com or http://www.siliconhouse.net/ On Thu, Oct 4, 2012 at 5:18 AM, Kiran Badi wrote: > Hi > > Not sure if this list accepts these types of questions here,still asking > shamelessly sorry for this. > > If anyone knows some good web hosting provider in India, can they reply > her

[OT]- MYSQL + Tomcat + Apache + Java Hosting in India

2012-10-03 Thread Kiran Badi
Hi Not sure if this list accepts these types of questions here,still asking shamelessly sorry for this. If anyone knows some good web hosting provider in India, can they reply here or to me privately. I checked with bigrock,rediff and some other known provider like sify and they said that

Re: Tomcat + apache + mod_jk

2011-03-29 Thread Rainer Jung
On 24.03.2011 15:55, ar...@bca-group.com wrote: For the first time we have received this error (many times). Looks to me like tomcat cannot talk to apache to me. Can anyone shed any light on this? Windows Server 2003 Tomcat: 6.0.16 Apache: 2.2 JDK: 1.6.0_23 Tomcat and Apache on same box so I

Re: Tomcat + apache + mod_jk

2011-03-24 Thread AReid
Thanks for the response. Unfortunately, we had a load of these errors at one go, and Tomcat subsequently died of an OutOfMemory error. André Warnier 24/03/2011 15:58 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: Tomcat + apache + mod_jk

Re: Tomcat + apache + mod_jk

2011-03-24 Thread André Warnier
ar...@bca-group.com wrote: So I assume adding connectionTimeout attribute to the connector config could help mitigate this? The connectionTimeout of the Tomcat AJP says this : connectionTimeout The number of milliseconds this Connector will wait, after accepting a connection, for the

Re: Tomcat + apache + mod_jk

2011-03-24 Thread André Warnier
en immediately goes away as soon as it gets some answer ? Maybe the apache logs can help you decide. André Warnier 24/03/2011 15:15 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: Tomcat + apache + mod_jk Hi. The schema is : a) request

Re: Tomcat + apache + mod_jk

2011-03-24 Thread AReid
So I assume adding connectionTimeout attribute to the connector config could help mitigate this? André Warnier 24/03/2011 15:15 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: Tomcat + apache + mod_jk Hi. The schema is : a) request : b

Re: Tomcat + apache + mod_jk

2011-03-24 Thread André Warnier
Hi. The schema is : a) request : browser -(1)-> (apache + mod_jk) --(2)--> tomcat + app. b) response : browser <-(1)-- (apache + mod_jk) <--(2)-- tomcat + app. So let's say that the browser sends the request, over connection (1), to apache. apache creates connection (2) to tomcat, sends the

RE: Tomcat + apache + mod_jk

2011-03-24 Thread AReid
Martin Gainty 24/03/2011 15:04 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject RE: Tomcat + apache + mod_jk can we see the connector configuration you are implementting in server.xml? Martin __ Ve

RE: Tomcat + apache + mod_jk

2011-03-24 Thread Martin Gainty
message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > To: users@tomcat.apac

Tomcat + apache + mod_jk

2011-03-24 Thread AReid
For the first time we have received this error (many times). Looks to me like tomcat cannot talk to apache to me. Can anyone shed any light on this? Windows Server 2003 Tomcat: 6.0.16 Apache: 2.2 JDK: 1.6.0_23 Tomcat and Apache on same box so I don't see how it can be a network issue as some

Re: How ot monitor hung tomcat/apache processes?

2010-09-23 Thread Juha Laiho
On 09/22/2010 03:42 PM, Darryl Lewis wrote: Are you trying to monitor from the same computer that tomcat is running on? That's not a good idea. What happens if the entire system crashes...you won't get any data/alerts. End to end uses another machine to monitor the first. You could monitor cata

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Leon Kolchinsky
is is what I do (please critisice/suggest improvements to this approach): I've got 2 servers with Tomcat+Apache httpd with heartbeat beetween them: I'm running this little script every 15 min. via cron: # cat /srv/scripts/test_live.sh #!/bin/bash SERVICE_HTTPD=$(p

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shashank, On 9/22/2010 8:30 AM, Mendiratta, Shashank wrote: > Thanx , about that here the outbound port 80 is blocked so we cannot > wget , moreover this wont solve the problem as to why the the services > are getting hung. Hmm. Can you monitor from

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Pid
On 22/09/2010 17:29, Mendiratta, Shashank wrote: > Hi .. can you share the script ?? Which script? You wrote it, according to the below: > On 22/09/2010 13:54, Mendiratta, Shashank wrote: >> So I have to come up with a cript also which how the system is serving > >> pages if its to slow . then

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
Hi .. can you share the script ?? -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, September 22, 2010 9:52 PM To: Tomcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? On 22/09/2010 13:54, Mendiratta, Shashank wrote: > So I have to come

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Pid
On 22/09/2010 13:03, Mendiratta, Shashank wrote: > Hi , > > I am working on a monitoring system to find out hung tomcat/apache > processes. Instead of looking for problems so you can restart the JVM, trying looking at the actual problem and fixing it, then you won't hav

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Pid
On 22/09/2010 13:54, Mendiratta, Shashank wrote: > So I have to come up with a cript also > which how the system is serving pages if its to slow . then to restart > the JVM . Really? That sounds, well, a little drastic... p 0x62590808.asc Description: application/pgp-keys signature.asc Desc

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Pid
On 22/09/2010 13:08, Darryl Lewis wrote: > In my experience, the PID can still exist of tomcat but a Java heap crash has > stopped it responding. > > Checking a PID will not check if the application is responding. Obviously, I exist whether Tomcat is running or not. p 0x62590808.asc Descri

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
[mailto:darryl.le...@unsw.edu.au] Sent: Wednesday, September 22, 2010 6:12 PM To: Mendiratta, Shashank; Tomcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? Are you trying to monitor from the same computer that tomcat is running on? That's not a good idea. What happens if the e

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Darryl Lewis
mcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? It depends on the application you are running, but a simple test would be to access the webpage (ensuring part of it is served from Tomcat, not apache) and check for an expected response. For example, a simple jsp page that pri

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
: Re: How ot monitor hung tomcat/apache processes? It depends on the application you are running, but a simple test would be to access the webpage (ensuring part of it is served from Tomcat, not apache) and check for an expected response. For example, a simple jsp page that prints out "ok

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Darryl Lewis
is [mailto:darryl.le...@unsw.edu.au] Sent: Wednesday, September 22, 2010 5:38 PM To: Tomcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? In my experience, the PID can still exist of tomcat but a Java heap crash has stopped it responding. Checking a PID will not check i

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
To: Tomcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? In my experience, the PID can still exist of tomcat but a Java heap crash has stopped it responding. Checking a PID will not check if the application is responding. You're better to do some sort of end t

Re: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Darryl Lewis
Hi , I am working on a monitoring system to find out hung tomcat/apache processes . By this I mean if the PID exists and still the apache / tomcat is not responding that die to memory leak or variety of other reasons . Is their a tool to find this . Regards Shashank

How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
Hi , I am working on a monitoring system to find out hung tomcat/apache processes . By this I mean if the PID exists and still the apache / tomcat is not responding that die to memory leak or variety of other reasons . Is their a tool to find this . Regards Shashank

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread Melanie
The site is now up using the fix ProxyPass and ProxyRedirect. For now, I am happy with this solution. Maybe in long term though, I'm curious though what advantages are for using mod_jk versus ProxyPass and ProxyRedirect? -Melanie On Mon, Mar 15, 2010 at 9:32 AM, Cyrille Le Clerc wrote: > My mist

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread Cyrille Le Clerc
My mistake on port 80 without being root, I never used jsvc ; I relied on startup.sh. Cyrille On Mon, Mar 15, 2010 at 1:53 PM, André Warnier wrote: > Cyrille Le Clerc wrote: >> >> #4 I slightly disagree with André on asking Tomcat to listen on port >> 80 ; I am very reluctant to this approach as

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread André Warnier
Cyrille Le Clerc wrote: #4 I slightly disagree with André on asking Tomcat to listen on port 80 ; I am very reluctant to this approach as it requires to run the JVM as root ; No, it does not, if you run the JVM under jsvc (commons-daemon). This is how most Linux packages nowadays set it up by

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread Cyrille Le Clerc
   Hello Melanie,    I share André's vision : #1 To get the root context http://www.robotronics.org/ forwarded to Tomcat, the easiest way is to declare your java application as the root context of your Tomcat (either naming it ROOT.war or declaring it with path="" in server.xml according to your

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-15 Thread André Warnier
Melanie wrote: Thanks Cyrille for the information. This looks like it's a quick fix but there is still another issue. The Tomcat Startup Page is now being served, but not the actual springapp J2EE web application that is located in the Tomcat directory ---> /usr/java/tomcat-5.5/webapps/springapp

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Caldarale, Charles R
> From: Melanie [mailto:melanie.v...@gmail.com] > Subject: Re: Question on Linux Tomcat Apache Server and Port > Redirection for a robotics site > > Do you know the way to bring up the actual J2EE webpage instead of the > Tomcat Startup Page when the URL > http://www.robotro

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
to Tomcat > ProxyPreserveHost On > ProxyPass / http://my-tomcat-server:9080/ > > --> end httpd.conf sample fragment <-- > > I blogged in French about Tomcat-Apache configuration. Hopefully, as > your name sounds french :-) you can understand them ; otherwise, they > are

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Cyrille Le Clerc
-> end httpd.conf sample fragment <-- I blogged in French about Tomcat-Apache configuration. Hopefully, as your name sounds french :-) you can understand them ; otherwise, they are google-translate friendly : http://blog.xebia.fr/2010/02/03/tomcat-load-balancing-mod_proxy-vs-mod_jk-le

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
Melanie, Try a precompiled binary: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.28/ -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday, March 14, 2010 7:47 PM To: Tomcat Users List Subject: Re: Question on Linux Tomcat Apache

Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Melanie
Tomcat Users List > Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection > for a robotics site > > The Apache server appears to be: > Apache HTTP Server Version 2.2 > On Sun, Mar 14, 2010 at 7:25 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> w

RE: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site

2010-03-14 Thread Todd Hicks
That's why I suggested mod_jk. -Original Message- From: Melanie [mailto:melanie.v...@gmail.com] Sent: Sunday, March 14, 2010 7:35 PM To: Tomcat Users List Subject: Re: Question on Linux Tomcat Apache Server and Port Redirection for a robotics site The Apache server appears

  1   2   3   >