Re: Pass an object from one Webapp to another on two differents servers

2012-09-03 Thread Léa Massiot
According to the notations in my first post, the successive URLs are: 1) SERVER_1/WEBAPP_1/HTML_1 2) SERVER_2/WEBAPP_2/SERVLET_2 3) SERVER_1/WEBAPP_1/JSP_1 SERVLET_2 does all the work it has to do using the information provided by the user in the HTML_1's form F1. When the work is over, SERVLET_2

RE: Pass an object from one Webapp to another on two differents servers

2012-09-03 Thread Casper Wandahl Schmidt
See inline, marked with since Outlook does not like auto-indent when replying Med venlig hilsen/Kind regards Casper/Kalle -Original Message- From: Léa Massiot [mailto:lmhe...@orange.fr] Sent: 3. september 2012 09:47 To: users@tomcat.apache.org Subject: Re: Pass an object from one

RE: Pass an object from one Webapp to another on two differents servers

2012-09-03 Thread Léa Massiot
Hello Casper. Yes, we are ok now. I think the responses to your question are in my previous posts :) Thank you for helping me out. -- View this message in context: http://tomcat.10.n6.nabble.com/Pass-an-object-from-one-Webapp-to-another-on-two-differents-servers-tp4985870p4986207.html Sent

How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
We are compiling tomcat connector 1.2.37 over tomcat 7.0.23 and apache 2.2.22 and System is hp ic: B.11.24 ia64. Unfortunately, we are encountering the version mismatch error. This libtool 2.4.2 but the definition of this LT_INIT comes from an older release. You should recreate aclocal.m4 with

What does this error mean?

2012-09-03 Thread Aravinth Anto
I'm very new to Tomcat. I started tomcat by running `./startup` file. Tomcat is running, I checked with `ps -A | grep java`. But when I hit `localhost` I get an `404` error. Looking at the `catalina.out` file : Sep 3, 2012 6:13:43 AM org.apache.catalina.core.AprLifecycleListener init

Apache tomcat ( 7.0.19 ) stops processing user requests suddenly but works fine after restart.

2012-09-03 Thread balvindar dhaliwal
Hi , We are using tomcat 7.0.19, for a jsf(richfaces),seam, jpa web application. Here are the software versions and hardware infrastructure details. Apache Tomact # 7.0.19 Java run time # 1.6.0_12 Server infrastructure # SunOS xxx 5.10 Generic_142900-03 sun4v sparc

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Rainer Jung
On 03.09.2012 12:48, Ferdie Romero wrote: We are compiling tomcat connector 1.2.37 over tomcat 7.0.23 and apache 2.2.22 and System is hp ic: B.11.24 ia64. Unfortunately, we are encountering the version mismatch error. This libtool 2.4.2 but the definition of this LT_INIT comes from an older

Re: Apache tomcat ( 7.0.19 ) stops processing user requests suddenly but works fine after restart.

2012-09-03 Thread André Warnier
balvindar dhaliwal wrote: Hi , We are using tomcat 7.0.19, for a jsf(richfaces),seam, jpa web application. Here are the software versions and hardware infrastructure details. Apache Tomact # 7.0.19 Java run time # 1.6.0_12 Server infrastructure # SunOS xxx 5.10

Re: What does this error mean?

2012-09-03 Thread André Warnier
Aravinth Anto wrote: I'm very new to Tomcat. I started tomcat by running `./startup` file. Tomcat is running, I checked with `ps -A | grep java`. But when I hit `localhost` I get an `404` error. Looking at the `catalina.out` file : Sep 3, 2012 6:13:43 AM

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
The exact step is make and the error is version mismatch error. This libtool 2.4.2 but the definition of this LT_INIT comes from an older release. You should recreate aclocal.m4 with macros from libtool 2.4.2 and run autoconf again. Based on the guide that we are using we need to perform

RE: Apache tomcat ( 7.0.19 ) stops processing user requests suddenly but works fine after restart.

2012-09-03 Thread balvindar dhaliwal
Hi, Q1:server.xml :?xml version='1.0' encoding='utf-8'?Server port=8009 shutdown=x Listener className=org.apache.catalina.security.SecurityListener / Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Listener

Re: What does this error mean?

2012-09-03 Thread Aravinth Anto
Thanks for the reply. We are running our production system in this tomcat version. We will be upgrading it in our next push. And I did these steps: 1) I removed the log files. 2) Then run the shutdown.sh in tomcathome/bin 3)The started it using startup.sh in tomcathome/bin 4) Now I hit my

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Rainer Jung
On 03.09.2012 15:46, Ferdie Romero wrote: The exact step is make and the error is I guess you are running configure first? How does your configure command look like? Does it automatically find your apxs or apxs2 or do you give the path to it as a configure flag? What does apxs -q LIBTOOL

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung rainer.j...@kippdata.dewrote: On 03.09.2012 15:46, Ferdie Romero wrote: The exact step is make and the error is I guess you are running configure first? yes, we use ./configure --with-apache=prefix How does your configure command look like?

Re: What does this error mean?

2012-09-03 Thread André Warnier
Hi. See at end. Aravinth Anto wrote: Thanks for the reply. We are running our production system in this tomcat version. We will be upgrading it in our next push. And I did these steps: 1) I removed the log files. 2) Then run the shutdown.sh in tomcathome/bin 3)The started it using

Re: What does this error mean?

2012-09-03 Thread techienote . com
Hi, Are you getting any output after running below command netstat -an | grep 80 | grep -i list netstat -an | grep 8080 | grep -i list netstat -an | grep 8443 | grep -i list Pls share the url through which you are accessing tomcat page. Vidyadhar Sent on my BlackBerry® from Vodafone

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-09-03 Thread Sérgio Areias
Hi. On 31 August 2012 21:24, Olivier Lamy ol...@apache.org wrote: 2012/8/27 Sérgio juger.on.n...@gmail.com: Hi. I am trying to use the Tomcat Maven Plugin to create an executable jar file with an embedded Tomcat7, but I am having two issues when trying to do so. The first one, is

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
On Sep 3, 2012 10:43 PM, Ferdie Romero ferdierom...@gmail.com wrote: On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 03.09.2012 15:46, Ferdie Romero wrote: The exact step is make and the error is I guess you are running configure first? yes, we use

Re: How to resolve:Recreate aclocal.m4 with macros from libtool during make of tomcat connector

2012-09-03 Thread Ferdie Romero
On Sep 4, 2012 11:25 AM, Ferdie Romero ferdierom...@gmail.com wrote: On Sep 3, 2012 10:43 PM, Ferdie Romero ferdierom...@gmail.com wrote: On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 03.09.2012 15:46, Ferdie Romero wrote: The exact step is make