Re: Tomcat Maven and Axis 1.5.1 problem

2010-10-28 Thread Pid
On 28/10/2010 13:43, srd.pl wrote: > Caused by: java.lang.ClassNotFoundException: > org.apache.axis2.transport.local.LocalTransportSender > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1438) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(Webapp

Re: RV: Session & Context variables architecture problem

2010-10-28 Thread Pid
On 28/10/2010 18:31, falva...@geocom.com.uy wrote: > Dear All, > I'm currently using Tomcat 6.0.28 and having some doubt on > how to solve and implement this problem: >My webapp has a MySQL Database with a table > named "parameters", in which we have

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Pid
On 28/10/2010 17:52, David Fisher wrote: > Maybe the Memory Leak detection ought to have some parameter about whether > the Sys Admin actually cares? Or, better couldn't it know if the whole JVM is > going down and adjust the level and message accordingly? Not sure that's a good idea. On the ot

RE: Tomcat 6.0.18 JNDIRealm ConnectException: Connection timed out

2010-10-28 Thread Leo Donahue - PLANDEVX
>-Original Message- >From: S.V. [mailto:svku...@googlemail.com] >Subject: Tomcat 6.0.18 JNDIRealm ConnectException: Connection timed out > >userBase="DC=host,DC=de" > I had this same problem. It depends on where your users are located in AD and how large the tree is. This is

RE: Tomcat 5.5 and 6.0

2010-10-28 Thread Okubo, Yasushi (TSD)
Thanks Christine for feedback, I would like to chat about your input when I return to the office. Matthew told me that we will visit TCP to install ITUTils, SeepdR and Mach5 next January. So, I would like to work with you November to finish this feature. Thanks again, yasushi -Original Mess

Re: Tomcat decoding plus sign in URL?

2010-10-28 Thread Mark Thomas
On 28/10/2010 16:41, Robert La Ferla wrote: > Does Tomcat have a way of controlling whether the + sign gets converted > to a space in a URL? No. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional c

Tomcat 6.0.18 JNDIRealm ConnectException: Connection timed out

2010-10-28 Thread S.V.
Hi, i have tomcat 6.0.18 and configured it to use JNDIRealm for a specific path: ldap://host:389/"; referrals="follow" userBase="DC=host,DC=de" userRoleName="memberOf" userSearch="(&(sAMAccountName={0})(objectClass=user))" us

RV: Session & Context variables architecture problem

2010-10-28 Thread falvarez
Dear All, I'm currently using Tomcat 6.0.28 and having some doubt on how to solve and implement this problem: My webapp has a MySQL Database with a table named "parameters", in which we have just two columns ("property" and "value"). This table is

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread David Fisher
>>> ok, i revoke my "nevermind" message, even after I removed >>> JreMemoryLeakPreventionListener >>> I still get the warning. Even weirder: >>> >>> Oct 28, 2010 3:50:55 PM org.apache.catalina.core.StandardService stop >>> INFO: Stopping service Catalina >>> Oct 28, 2010 3:50:55 PM org.apache.cata

RE: Tomcat 5.5 and 6.0

2010-10-28 Thread Caldarale, Charles R
> From: Alfio Vergine [mailto:averg...@eastnets.com] > Subject: Tomcat 5.5 and 6.0 > I would like to know when an application is compatible with 5.5 > versions, it is also with 6.0? Highly likely. > Or testing should be done? Always. > There are any official statements about it? http://tomc

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Leon Rosenberg
On Thu, Oct 28, 2010 at 4:19 PM, Simon Funnell wrote: > On 28/10/10 14:53, Leon Rosenberg wrote: >> >> ok, i revoke my "nevermind" message, even after I removed >> JreMemoryLeakPreventionListener >> I still get the warning. Even weirder: >> >> Oct 28, 2010 3:50:55 PM org.apache.catalina.core.Stand

Tomcat 5.5 and 6.0

2010-10-28 Thread Alfio Vergine
Hi I would like to know when an application is compatible with 5.5 versions, it is also with 6.0? Or testing should be done? There are any official statements about it? Kind regards, Alfio Vergine Senior Account Director Italy, Turkey & Greece EastNets R&D Drève Richelle 16

Tomcat decoding plus sign in URL?

2010-10-28 Thread Robert La Ferla
Does Tomcat have a way of controlling whether the + sign gets converted to a space in a URL? e.g. In Websphere, there is a setting com.ibm.ws.webcontainer.decodeURLPlusSign source: http://www-01.ibm.com/support/docview.wss?uid=swg1PK23481 -- - -- Robert La Ferla VP Engineering OMS SafeHarbo

Re: Late start of context

2010-10-28 Thread David kerber
On 10/28/2010 11:04 AM, Pedro Rodrigo Cardiel wrote: El jue, 28-10-2010 a las 09:46 -0500, Caldarale, Charles R escribió: What do you expect to happen when requests arrive for the non-started webapp during the delay period? Tomcat returns the same as when you stop an application Generall

RE: Late start of context

2010-10-28 Thread Caldarale, Charles R
> From: Pedro Rodrigo Cardiel [mailto:prod...@unizar.es] > Subject: RE: Late start of context > The thing is that there are several heavy applications (the > tomcat I have to throw with 2.7 GB of memory) that usually > start badly. But if I re-launched by hand one by one then > they are loade

RE: Late start of context

2010-10-28 Thread Pedro Rodrigo Cardiel
El jue, 28-10-2010 a las 09:46 -0500, Caldarale, Charles R escribió: > What do you expect to happen when requests arrive for the non-started webapp > during the delay period? Tomcat returns the same as when you stop an application > Generally, any synchronization with external events that th

RE: Late start of context

2010-10-28 Thread Caldarale, Charles R
> From: Pedro Rodrigo Cardiel [mailto:prod...@unizar.es] > Subject: Late start of context > I need that when tomcat starts, some applications may not > start until after a certain time (delay). What do you expect to happen when requests arrive for the non-started webapp during the delay period

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Simon Funnell
On 28/10/10 14:53, Leon Rosenberg wrote: ok, i revoke my "nevermind" message, even after I removed JreMemoryLeakPreventionListener I still get the warning. Even weirder: Oct 28, 2010 3:50:55 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Oct 28, 2010 3:50:55 PM

Late start of context

2010-10-28 Thread Pedro Rodrigo Cardiel
Hello, I need that when tomcat starts, some applications may not start until after a certain time (delay). For example: The application A starts after 20. minutes I've searched but nothing found Does anyone know if this is possible? Greetings and thanks --

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Simon Funnell
On 28/10/10 14:53, Leon Rosenberg wrote: ok, i revoke my "nevermind" message, even after I removed JreMemoryLeakPreventionListener I still get the warning. Even weirder: Oct 28, 2010 3:50:55 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Oct 28, 2010 3:50:55 PM

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Leon Rosenberg
ok, i revoke my "nevermind" message, even after I removed JreMemoryLeakPreventionListener I still get the warning. Even weirder: Oct 28, 2010 3:50:55 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Oct 28, 2010 3:50:55 PM org.apache.catalina.loader.WebappClassLoade

Re: how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Leon Rosenberg
nevermind, found it, sorry for disturbing. On Thu, Oct 28, 2010 at 3:44 PM, Leon Rosenberg wrote: > Hello, > > I investigated an issue (another thread) with new error messages after > tomcat update: > > SEVERE: The web application [/moskitodemo] appears to have started a > thread named [MoskitoMe

how can i turn off "This is very likely to create a memory leak."

2010-10-28 Thread Leon Rosenberg
Hello, I investigated an issue (another thread) with new error messages after tomcat update: SEVERE: The web application [/moskitodemo] appears to have started a thread named [MoskitoMemoryPoolReader] but has failed to stop it. This is very likely to create a memory leak. After some research an

Tomcat Maven and Axis 1.5.1 problem

2010-10-28 Thread srd.pl
Hello, I am trying to deploy a webservice on tomcat that implements some axis wsdl2java work. However when I try to launch the code it gives an error in the line when I create an instance of auto-generated ServiceStub. The funny thing is that I am using Maven for building the project. And when ma

Re: Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
What are your evidences? Note that, because of those anti** options in your Context, your content is copied to some temporary directory and is served from there and not from webapp/. Best regards, Konstantin Kolinko Hi Konstantin, using *only* the cachingAllowed attribute is finally working. I

Tomcat Maven and Axis 1.5.1 problem

2010-10-28 Thread srd.pl
Hello, I am trying to deploy a webservice on tomcat that implements some axis wsdl2java work. However when I try to launch the code it gives an error in the line when I create an instance of auto-generated ServiceStub. The funny thing is that I am using Maven for building the project. And when ma

Re: ISAPI-Problem

2010-10-28 Thread Rainer Jung
On 27.10.2010 15:24, Jost Richstein wrote: Hi, I have the following problem on a Windows Server 2003 64Bit (AMD). Configuration: IIS 6, isapi_redirect.dll AMD64 Version 1.2.30, Tomcat 5.5.27, JDk 1.6.0_12 64Bit. I am using the following small worker.properties: ps=\ worker.list=ajp13 worker.a

Re: mod_jk makes ajp connector run out of free connections

2010-10-28 Thread Rainer Jung
On 26.10.2010 20:36, Marc Wilmots wrote: 2010/10/26 Mladen Turk On 10/26/2010 02:47 PM, Marc Wilmots wrote: Hi Experts, I have the following setup: Apache1 / \ Apache2 Apache3 \ / Tomcat1 All Ap

Re: How to start a daemon without getting the warning?

2010-10-28 Thread Ronald Klop
You should call timer.cancel() on context stop. You can do this from a ServletContextListener. Ronald. Op woensdag, 27 oktober 2010 22:10 schreef Leon Rosenberg : Hello, I'm getting following warning with 6.0.29, after shutdown: SEVERE: The web application [/moskitodemo] appears to hav

session data in distributed env

2010-10-28 Thread Roman Makurin
Hi All! I put in the web.xml and made all session data serializable. Application deployed successfuly but when when request jumping from one node to another looks like all data stored in session is lost, i c only default values. server.xml: I really dont und

Re: Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
I simply changed a static HTML file. I haven't tried disabling all the other options though. Thanks for the hint. On Thu, Oct 28, 2010 at 11:05 AM, Konstantin Kolinko wrote: > 2010/10/28 Alexander Rosemann : >> Hi, >> >> For some reason Tomcat keeps caching my static content even though I've set

session data in distributed env

2010-10-28 Thread Roman Makurin
Hi All! I put in the web.xml and made all session data serializable. Application deployed successfuly but when when request jumping from one node to another looks like all data stored in session is lost, i c only default values. server.xml: I really dont und

Re: mod_jk 1.2.28 errors

2010-10-28 Thread Rainer Jung
On 26.10.2010 01:05, Hannaoui, Mo wrote: 1. When there are> 30 http connections, I see the error below almost every 1 minute. As the traffic and the number of connections increase, the frequency of error increases and the performance of the web application that is being hosted on the system decr

session data in distributed env

2010-10-28 Thread Roman Makurin
Hi All! I put in the web.xml and made all session data serializable. Application deployed successfuly but when when request jumping from one node to another looks like all data stored in session is lost, i c only default values. server.xml: I really dont und

Re: Can't disable caching of static content

2010-10-28 Thread Konstantin Kolinko
2010/10/28 Alexander Rosemann : > Hi, > > For some reason Tomcat keeps caching my static content even though I've set > the cachingAllowed attribute to false. I've set the following attributes in > %CATALINA_HOME%\conf\Catalina\localhost\myContext.xml: > > crossContext="false" antiJARLocking="true

Can't disable caching of static content

2010-10-28 Thread Alexander Rosemann
Hi, For some reason Tomcat keeps caching my static content even though I've set the cachingAllowed attribute to false. I've set the following attributes in %CATALINA_HOME%\conf\Catalina\localhost\myContext.xml: crossContext="false" antiJARLocking="true" antiResourceLocking="true"> ... I ev

RE: mod_jk 1.2.28 errors

2010-10-28 Thread Hannaoui, Mo
André, thanks for the suggestions. I removed all the time outs except for connection_pool_timeout which I set to 120. I changed the connectionTimeout to 12 and maxThreads to 200 in server.xml. Things are running much smoother now than before. I still see the error messages but less frequen