RE: mod_jk and failover

2009-03-26 Thread Nuno Manuel Martins
used the defaults provided here: http://www.mbaworld.com/docs/cluster-howto.html -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: quinta-feira, 26 de Março de 2009 13:32 To: Tomcat Users List Subject: Re: mod_jk and failover On 26.03.2009 12:59, Nuno Manuel Mar

mod_jk and failover

2009-03-26 Thread Nuno Manuel Martins
you, Nuno Manuel Martins Tel.: +351 93 100 36 36 Sonaecom - SGPS, S.A. IT IAM Edifício Mar Mediterrâneo Av. D. João II, Lote 1.06.2.4 1990-095 LISBOA

64 bits and allowLinking

2009-03-09 Thread Nuno Manuel Martins
Hello everyone, We have several Tomcat 6 working right now without problems and we are using allowLinking="true" in our context.xml to allow for easier management. However we have been testing Java 1.6 64bits version and for some reason the allowLinking feature does not seem to work. When I pu

RE: Can not fail over a web service call using mod_jk

2008-12-11 Thread Nuno Manuel Martins
Sorry to come up in the middle of a discussion, but how does the worker recover after the 500 error? Does it have to be reset manually or does it recheck from time to time (how long?) if the server is available again? Thanks, Nuno -Original Message- From: Rainer Jung [mailto:[EMAIL PRO

Tomcat Clustering (Synchronous configuration)

2008-08-26 Thread Nuno Manuel Martins
Hello, I was reading the Cluster HOWTO at http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html and I have already implemented it and working. I would just like one piece of information on this paragraph: Synchronous vs asynchronous is configured using the channelSendOptions flag and is

RE: Manager Application (Tomcat 5.5.26)

2008-05-21 Thread Nuno Manuel Martins
Thanks for the insight... will follow your suggestions. Regards, Nuno -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 21 de Maio de 2008 17:04 To: Tomcat Users List Subject: Re: Manager Application (Tomcat 5.5.26) Nuno Manuel Martins wrote: > W

RE: Manager Application (Tomcat 5.5.26)

2008-05-21 Thread Nuno Manuel Martins
think one or more jar libraries may not be in the correct location or the JVM is one of the less useful ones like gnu java. --David Nuno Manuel Martins wrote: > Hi, > > I did just that, unfortunately I am getting the same error :( > > May 21,

RE: Manager Application (Tomcat 5.5.26)

2008-05-21 Thread Nuno Manuel Martins
Hi, I did just that, unfortunately I am getting the same error :( May 21, 2008 9:27:20 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Allocate exception for servlet HTMLManager java.lang.ClassNotFoundException: org.apache.catalina.manager.HTMLManagerServlet at java.net.UR

RE: Manager Application (Tomcat 5.5.26)

2008-05-20 Thread Nuno Manuel Martins
java.lang.Thread.run(Thread.java:595) -Original Message- From: Nuno Manuel Martins Sent: terça-feira, 20 de Maio de 2008 9:34 To: Tomcat Users List Subject: RE: Manager Application (Tomcat 5.5.26) Hi, Thanks for the reply, I looked in the logs and restarted tomcat but found nothing

RE: Manager Application (Tomcat 5.5.26)

2008-05-20 Thread Nuno Manuel Martins
ut it in server/webapps by default. Regarding the error below, there must have been a previous error in the logs from when you started tomcat. Could you look at that and post if necessary? --David Nuno Manuel Martins wrote: >Hello, > >I'm trying to install the manager application on

Manager Application (Tomcat 5.5.26)

2008-05-19 Thread Nuno Manuel Martins
Hello, I'm trying to install the manager application on Tomcat 5.5.26 (well, actually it comes installed by default, I am just trying to make it work) and after I authenticate with a user created in conf/tomcat-users.xml I get the following message HTTP Status 404 - Servlet HTMLManager is not

RE: Tomcat Manager page won't load

2008-04-10 Thread Nuno Manuel Martins
Did you put your connector on port 80? By default it is on port 8080 so the correct address would be http://localhost:8080 -Original Message- From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 10 de Abril de 2008 16:20 To: users@tomcat.apache.org Subject: Tomcat M

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Nuno Manuel Martins
Ooops, my bad, obviously meant dos2unix -Original Message- From: Nuno Manuel Martins Sent: quarta-feira, 9 de Abril de 2008 17:27 To: Tomcat Users List Subject: RE: Control M char in java path when starting tomcat Hi, If you have the tool installed you can just run "unix2dos &qu

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Nuno Manuel Martins
Hi, If you have the tool installed you can just run "unix2dos " and it will strip the offending chars. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 9 de Abril de 2008 16:06 To: Tomcat Users List Subject: Re: Control M char in java path when s

RE: status worker

2008-04-01 Thread Nuno Manuel Martins
Thank you. It was related with the virtual hosts and it Works now. Regards, Nuno -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: terça-feira, 1 de Abril de 2008 16:08 To: Tomcat Users List Subject: Re: status worker Nuno Manuel Martins wrote: > Hi, > >

RE: status worker

2008-04-01 Thread Nuno Manuel Martins
EMAIL PROTECTED] Sent: terça-feira, 1 de Abril de 2008 13:20 To: Tomcat Users List Subject: Re: status worker Nuno Manuel Martins wrote: > Hello, > > I am new to tomcat in general and I am trying to setup jk_mod (using 1.2.25) > and I have already successfully installed it and put worker

status worker

2008-04-01 Thread Nuno Manuel Martins
Hello, I am new to tomcat in general and I am trying to setup jk_mod (using 1.2.25) and I have already successfully installed it and put workers serving dynamic content from the tomcat server with load balancing. Now I wanted to setup the status worker to get some statistics. I am using the de

RE: port

2008-02-01 Thread Nuno Manuel Martins
Much simpler than what I said... no idea why I didn't think of it. Simplicity is key :) -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 31 de Janeiro de 2008 15:46 To: 'Tomcat Users List' Subject: RE: port > From: Tony Chamberlain [mailto:[EMAIL PROT

RE: port

2008-01-31 Thread Nuno Manuel Martins
Hi, You can have an apache HTTPd redirecting it to port 8080 of Tomcat. Additionaly, if you're on Linux, you can do port forwarding with IPTables -Original Message- From: Tony Chamberlain [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 31 de Janeiro de 2008 15:18 To: users@tomcat.apache.or

RE: Socket Exception

2008-01-29 Thread Nuno Manuel Martins
That is probably the reason so going to try and fix the way the check is done. Thank you. -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: terça-feira, 29 de Janeiro de 2008 16:56 To: Tomcat Users List Subject: Re: Socket Exception If it happens that often and you don

RE: Socket Exception

2008-01-29 Thread Nuno Manuel Martins
8 16:31 To: 'Tomcat Users List' Subject: RE: Socket Exception > From: Nuno Manuel Martins [mailto:[EMAIL PROTECTED] > org.apache.tomcat.util.net.TcpWorkerThread runIt > SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Connection reset [...] > Anyone on the list knows wha

Socket Exception

2008-01-29 Thread Nuno Manuel Martins
Hello list, I have an old version of tomcat (I know it is discontinued so if no help available though luck) 5.0.28 running on RedHat EL 4 and there is an error constantly showing up in the logs: Jan 29, 2008 3:55:18 PM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xxx.xxx

RE: How to configure ssl vhosts in server.xml?

2007-11-09 Thread Nuno Manuel Martins
Hi, Try to do as Apache says and define it like this: NameVirtualHost *:443 ServerName devsecure.bla.com [...] ServerName tstsecure.bla.com [...] Hope it helps. Regards, Nuno -Original M

RE: setting up two tomcat instance on a single machine

2007-10-23 Thread Nuno Manuel Martins
Hi, Do you want to implement clustering or just load balancing? Is 5.1 and 5.2 the versions of Tomcat? If so, why are you using different versions to set up clustering? -Original Message- From: sunil chandran [mailto:[EMAIL PROTECTED] Sent: terça-feira, 23 de Outubro de 2007 12:23 To: