Maven tomcat-maven-plugin doesn't take configuration in the pom.xml in account

2011-02-18 Thread emerson
I'm trying to set up my maven2 project to deploy to my local tomcat. In the pom I added: ... org.codehaus.mojo tomcat-maven-plugin tomcat http://localhost:8081/manager /freecologic ... But when I run: mvn tomcat:deploy Maven seems to deploy to the default port: [INFO] Pr

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Emerson, Christopher
08 AM To: Tomcat Users List Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > If I have 100+ concurrent users, won't that

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Emerson, Christopher
That scares me a little bit. If I have 100+ concurrent users, won't that effect the other users? I've gone through every blog, jira, axis2 documentation site in the past 4 weeks and I've tried writing the client many ways with no luck so I was pretty sure I am closing down the client the way I am

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Emerson, Christopher
help ... [MultiThreadedHttpConnectionManager cleanup] > From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > So if this is being started from Axis2 1.5.1 client, there's a bug in > the client code generation o

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Emerson, Christopher
t: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: Please help ... [MultiThreadedHttpConnectionManager cleanup] > Ever since we've upgraded to Tomcat 6 4 weeks ago, I've been fighting

Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-24 Thread Emerson, Christopher
the web application that I'm convinced that it is either something with the commons-httpclient-3.1 or Tomcat 6. Since this did not happen with Tomcat 5, I'm leaning towards Tomcat 6 problem. Please let me know if anyone has seen this before. Thanx!!! Chris | Emerson Team

Re: disabling session management

2010-10-11 Thread emerson
place I see any reference to it is here: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/session/StandardSessionFacade.html#setMaxInactiveInterval(int) And it says that "A negative time indicates the session should never timeout.". there is no mention about setting as &

disabling session management

2010-10-08 Thread emerson
 session-timeout = 0? We currently use 30 minutes for the session-timeout. Regards Emerson - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

jstl 1.1.0 x:forEach recompilation problem - Is it solved in jstl 1.2?

2010-07-05 Thread emerson
know if the latest version of jstl (1.2) still have this performance problem? http://download.java.net/maven/glassfish/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar Thanks Emerson - To unsubscribe, e-mail: users-unsubscr

Re: Avoiding random JMX port on tomcat

2010-05-12 Thread emerson cargnin
Thanks Chuck But I meant in changing this random port to a specific one without having to change the server.xml to add a new listener and jars. regards Emerson On 9 April 2010 02:12, Caldarale, Charles R wrote: > On Apr 8, 2010, at 12:59, "emerson cargnin" > wrote: > >

Re: Avoiding random JMX port on tomcat

2010-04-08 Thread emerson cargnin
Ops, I thought you were referring to the same page. My fault. I would be great if that could be configured directly in the properties, like the rest of the JMX stuff. On 8 April 2010 16:58, Caldarale, Charles R wrote: >> From: emerson cargnin [mailto:echofloripa.y...@gmail.com] >>

Re: Avoiding random JMX port on tomcat

2010-04-08 Thread emerson cargnin
It is not in that page... I saw that in 5.5... On 8 April 2010 16:51, Caldarale, Charles R wrote: >> From: emerson cargnin [mailto:echofloripa.y...@gmail.com] >> Subject: Avoiding random JMX port on tomcat >> >> I want to configure JMX on our servers, but I am having pr

Avoiding random JMX port on tomcat

2010-04-08 Thread emerson cargnin
ote Note:The JSR 160 JMX-Adaptor opens a second data channel on a random port. That is a problem when you have a local firewall installed. Is there any easy way to override it? Regards Emerson - To unsubscribe, e-mail: users-unsub

Re: Tomcat 6.0.26 Download and Release Notes

2010-03-12 Thread emerson cargnin
Sorry, that happened on chrome, in FF it worked fine. On 12 March 2010 11:02, Mark Thomas wrote: > On 12/03/2010 10:55, emerson cargnin wrote: >> I am having issues to expand the tar.gz version, having tried several >> different mirrors. >> The zip works though. > >

Re: Tomcat 6.0.26 Download and Release Notes

2010-03-12 Thread emerson cargnin
I am having issues to expand the tar.gz version, having tried several different mirrors. The zip works though. Regards Emerson On 11 March 2010 18:09, Caldarale, Charles R wrote: >> From: emerson cargnin [mailto:echofloripa.y...@gmail.com] >> Subject: Re: Tomcat 6.0.26 Download

Re: Tomcat 6.0.26 Download and Release Notes

2010-03-11 Thread emerson cargnin
I managed to download from the main site, but inside the release notes I can't see what are the changes from the 6.0.24. Is there anywhere where I could find this info? Emerson On 11 March 2010 16:15, Mladen Turk wrote: > On 03/11/2010 05:03 PM, Caldarale, Charles R wrote: >> &g

Tomcat 6.0.26 Download and Release Notes

2010-03-11 Thread emerson cargnin
In the tomcat 6 download page, it says that 6.0.26 is available, but the links are broken: http://tomcat.apache.org/download-60.cgi I suppose that it is due to be updated at any moment. Besides that, how can I find the release notes for the 6.0.26? Regards Emerson

Re: 6.0.24 Pid Problem

2010-03-10 Thread emerson cargnin
standard 5 seconds isn't enough and then it fails, leaving behind the pid file. I am testing now increasing the timeout parameter. Emerson On 10 March 2010 10:20, Pid wrote: > On 10/03/2010 09:59, emerson cargnin wrote: >> >> We have a wrapper script that is in charge of s

6.0.24 Pid Problem

2010-03-10 Thread emerson cargnin
the start/stop steps. Is anyone aware of any other change that might had affected our wrapper script? Regards Emerson - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-03 Thread emerson cargnin
Yes, as the webapp would have to remain on its stable version between releases and the external resources should be updated with the latest versions. Thanks for the info om TC7 On 2 March 2010 10:21, Konstantin Kolinko wrote: > 2010/3/1 emerson cargnin : >> Am I wrong or tomcat 7 wil

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread emerson cargnin
Am I wrong or tomcat 7 will provide support for folder aliasing (pull in resources from external locations)? http://mail-archives.apache.org/mod_mbox//tomcat-dev/200905.mbox/<4a1c5275.7010...@apache.org> Regards Emerson On 1 March 2010 17:11, emerson cargnin wrote: > Actually I jus

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread emerson cargnin
ld be deployed outside of the release cycle of the applications. On 1 March 2010 16:47, Konstantin Kolinko wrote: > 2010/3/1 emerson cargnin : >> Now we are trying to not use the restart script and rely only on the >> manager deployment feature, but we still need to add this symlink fro

Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread emerson cargnin
moved afterwards). Now we are trying to not use the restart script and rely only on the manager deployment feature, but we still need to add this symlink from inside the apps. What is the best way to implement this, add a context listener and create the symlink from inside the listener? Regards Em

Read-only tomcat manager app?

2010-02-12 Thread emerson cargnin
Is there a way to have the manager app to be read-only, so to disable stop, undeployment and reload of apps through the manager? regards Emerson - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Blocked threads in tomcat

2008-10-31 Thread emerson cargnin
Hi Guys We have our latest release going through the QA now, and during load tests after a certain number of users (around 40) the threads starting to block and the response time goes through space. Worth mentioning that each calls another two local service in the same server, so that will have at

Re: catalina.out rotation

2008-10-21 Thread emerson cargnin
I had read that thread and I share your frustration. And I'm a developer : ) I believe that admlog does the same thing for solaris. We will try to set that up in one of our boxes. thanks PS: andre, are you brazilian too? :) 2008/10/21 André Warnier <[EMAIL PROTECTED]>: > emerson

catalina.out rotation

2008-10-21 Thread emerson cargnin
not an option as well as there are still too many system.out messages. regards emerson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Not showing error during deployment

2008-10-21 Thread emerson cargnin
t;[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Emerson, > > emerson cargnin wrote: >> What is the right approach to show the deployment errors? > > This error: > >> SEVERE: Context [/search] startup failed due to previous errors >

Re: Appeal to Tomcat developers

2008-10-20 Thread emerson cargnin
I got a bit especific here, just a bit frustrated with the log in tomcat. regards Emerson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Disabling catalina.out log

2008-10-20 Thread emerson cargnin
Please correct me if I'm wrong. 2008/10/20 emerson cargnin <[EMAIL PROTECTED]>: > Again the issue of the logs. > > According to: > http://tomcat.apache.org/tomcat-5.5-doc/logging.html > > 1) I add log4j-1.2.15.jar and commons-logging-1.1.1.jar inside my common/lib >

Slow jsps in tomcat

2008-10-20 Thread emerson cargnin
ld I ask this somewhere else? Then please just tell me. regards Emerson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Not showing error during deployment

2008-10-20 Thread emerson cargnin
d.php?t=27967&page=2 How can I see those messages? regards emerson 2008/10/17 emerson cargnin <[EMAIL PROTECTED]>: > No one has ever got this issue? > > > 2008/10/16 emerson cargnin <[EMAIL PROTECTED]>: >> I found out this is because the errors mi

Re: Disabling catalina.out log

2008-10-20 Thread emerson cargnin
- catalina.out still has all log4j messages. Could someone confirm what is the right behaviour? regards Emerson 2008/8/21 emerson cargnin <[EMAIL PROTECTED]>: > Which are the views of other people in the list? > > > On 21/08/2008, emerson cargnin <[EMAIL PROTECTED]> wrote

Re: Not showing error during deployment

2008-10-17 Thread emerson cargnin
No one has ever got this issue? 2008/10/16 emerson cargnin <[EMAIL PROTECTED]>: > I found out this is because the errors might be happening inside spring: > http://forum.springframework.org/showthread.php?t=27967&page=2 > > Anyone know how to configure tomcat to

Re: Not showing error during deployment

2008-10-16 Thread emerson cargnin
I found out this is because the errors might be happening inside spring: http://forum.springframework.org/showthread.php?t=27967&page=2 Anyone know how to configure tomcat to show listeners errors? emerson 2008/10/16 emerson cargnin <[EMAIL PROTECTED]>: > I changed the loggins.p

Re: Not showing error during deployment

2008-10-16 Thread emerson cargnin
I changed the loggins.properties and put all as ALL, after trying finest. Still I don't get any further messages that would clarify the problem. emerson 2008/10/15 emerson cargnin <[EMAIL PROTECTED]>: > I tried doing the log4j trick and just noticed that that just works in >

Re: Not showing error during deployment

2008-10-15 Thread emerson cargnin
I tried doing the log4j trick and just noticed that that just works in linux/unix. Why can't logging in tomcat be simpler??? I just want to see the error that is happening during deployment... 2008/10/15 emerson cargnin <[EMAIL PROTECTED]>: > Hi > > I'm using TC 5.5.26 an

Not showing error during deployment

2008-10-15 Thread emerson cargnin
common\lib and had to configure as debug to be able to see the deployment error stacktrace. But this would give me just too much log. What is the right approach to show the deployment errors? regards Emerson - To start a new top

Re: Non-Heap Memory always increasing during deployment for TC 5.5.26/Solaris/JVM 1.5.0_16

2008-09-18 Thread emerson cargnin
TPTP Locally to see which classes are hanging. - use eclipse TPTP remote (whioch seems will be a pain) to profile in the remote tomcat But for what it seems, all the classes from my applications are hanging. I also tested with other 3 applications and all of them have the same behaviour. regards em

Re: Non-Heap Memory always increasing during deployment for TC 5.5.26/Solaris/JVM 1.5.0_16

2008-09-17 Thread emerson cargnin
smaller amount, of course, but still, never decreasing. Wouldn't it be a problem with the JVM or tomcat and the plataform? This is really a show stopper for us, and I believe can affect a lot of people as well. regards Emerson 2008/9/17 Caldarale, Charles R <[EMAIL PROTECTED]>: >&g

Re: War re-deployment

2008-09-03 Thread emerson cargnin
Does anyone know how tomcat should work regarding to this? On 01/09/2008, emerson cargnin <[EMAIL PROTECTED]> wrote: > Hi Johnny > > > > But the way every one understands is... drop the war into webapps... thats > > it. > > Its smart... if the war has changed

Re: War re-deployment

2008-09-01 Thread emerson cargnin
and from what I read from the docs is that if you deploy a war in a dead tomcat, it won't re-deploy unless you remove the expanded folder from a previous deploy. regards emerson On 29/08/2008, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "

Re: War re-deployment

2008-08-29 Thread emerson cargnin
I'm actually using anthill (http://www.anthillpro.com) to do the deployment, which works basically copying the files to the server using an agent. emerson On 29/08/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I think the best way is to use manager app to deploy the w

Re: War re-deployment

2008-08-29 Thread emerson cargnin
? Or maybe would be to stop tomcat remove the old app, add the war and re-start tomcat? regards emerson On 29/08/2008, emerson cargnin <[EMAIL PROTECTED]> wrote: > Hi, I'm using tomcat 5.5.26 and after having a look at the host > application deployment ( > http://tomcat.ap

War re-deployment

2008-08-29 Thread emerson cargnin
there anyway for tomcat to detect the change in the war and re-deploy it? Emerson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Disabling catalina.out log

2008-08-21 Thread emerson cargnin
Which are the views of other people in the list? On 21/08/2008, emerson cargnin <[EMAIL PROTECTED]> wrote: > Kees > > That one is another log file, configured at logging.properties: > 1catalina.org.apache.juli.FileHandler.level = INFO > 1catalina.org.apache.juli.

Re: Disabling catalina.out log

2008-08-21 Thread emerson cargnin
AIL PROTECTED]> wrote: > Dear Emerson, > > > > > > Truncating? It should be a rolling file, rolling over daily. You can > just > > > remove the old versions. Is this a stock tomcat, one from the ports, or > > > maybe a particularly old one? > >

Re: Disabling catalina.out log

2008-08-20 Thread emerson cargnin
&1 & This file is not rateable, as it is jsut a redirection. We are thinking in moving this redirection to /dev/null or just remove the redirection. Is it a sense thing to do? Emerson > The most sane approach would be to work with your developers to have some > logging policy t

Re: My Log4j statements going crazy in catalina.out

2008-08-14 Thread emerson cargnin
e even all system.out calls. Maybe the way the catalina.out is done is flawed? emerson On 13/08/2008, Gregor Schneider <[EMAIL PROTECTED]> wrote: > Well, > > I guess you should v´have a vanilla start with log4j. > > Therefore: > > 1st make sure that you've got all nec

Re: Logging for Dummies in Tomcat 5.5/6.0

2008-08-13 Thread emerson cargnin
x27;s. Another thing, the logging.properties has any impact on which application logs are written? regards emerson On 13/08/2008, emerson cargnin <[EMAIL PROTECTED]> wrote: > If I redirect log4j logs as described int he page below, is it not > adivisable to remove the console redirectio

Re: Logging for Dummies in Tomcat 5.5/6.0

2008-08-13 Thread emerson cargnin
If I redirect log4j logs as described int he page below, is it not adivisable to remove the console redirection to catalina.out? http://minaret.biz/tips/tomcatLogging.html#tomcat_5_5_logging emerson On 20/06/2008, Mark Thomas <[EMAIL PROTECTED]> wrote: > André Warnier wrote: > &g

Re: My Log4j statements going crazy in catalina.out

2008-08-13 Thread emerson cargnin
Any suggestion on this? thanks emerson On 08/08/2008, emerson cargnin <[EMAIL PROTECTED]> wrote: > Hi there sorry for the lack of information. > > I'm running tomcat 5.5.26. > > logging.properties are in the tomcat/conf folder. > My log4j file is inside tomca

Re: My Log4j statements going crazy in catalina.out

2008-08-08 Thread emerson cargnin
an be sure it is been read as my tomcat/logs/work.log is being written to, using the proper log level. Thanks very much Emerson My log4j file: # Log4J Property

My Log4j statements going crazy in catalina.out

2008-08-08 Thread emerson cargnin
' find anything in loggin properties that would set at ROOT level. Any clues on this? Thanks Emerson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Validation

2008-06-13 Thread emerson cargnin
va 1.5.0_06-b05, on salaris. Thanks Emerson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bending Jasper to My Will

2008-04-25 Thread Gennis Emerson
Andy Clark wrote: I want Jasper to look for JSP and Tag files in a specific location (e.g. based on a request param); and then fall back to a default location if the file is not found. This would be extremely useful for skinning a webapp. We do something a little like this in a database appli

IIS-Tomcat Integration

2008-03-25 Thread Matthew Emerson
Hello, I have recently ported a tomcat-based application from using IIS 5.1 to using IIS 6.0, and I am seeing an interesting change in the IIS configuration that I hoped someone could explain. I have an application where I want a subset of the URLs to go through Basic Authentication and the

Tomcat 6.0.14: Using JMX to change URIEncoding

2008-02-27 Thread Gennis Emerson
I'm testing a web application under different configurations, some of which involve changing the character encoding in use. There's a filter that handles calling HttpServletRequest.setCharacterEncoding appropriately for each configuration, but in order to handle GET parameters I need to set the UR

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-26 Thread emerson cargnin
Hummm, right, I haven't thought of it. But this would make the whole deployment process awkward. The generation of the war and it's expansion would have to be done manually, but it's one more option. Thanks Emerson On 26/02/2008, Johnny Kewl <[EMAIL

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-26 Thread emerson cargnin
be included in the war during packing or using symlinks in linux. regards Emerson On 21/02/2008, Ralph Goers <[EMAIL PROTECTED]> wrote: > We put a proxy in front of Tomcat. It serves all the static content. > > emerson cargnin wrote: > > Well, I said at the beginning tha

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-21 Thread emerson cargnin
ve to include 1 or more giga of images and static html pages. What about if you have different applications (wars) that share common headers, footers, images, etc? Now people usually do it using symlinks, which makes it difficult using windows. regards emerson On 19/02/2008, Caldarale, Charles R &l

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-21 Thread emerson cargnin
Thanks Tim. Do you know if this will be included on next release of tomcat6? regards emerson On 19/02/2008, Tim Funk <[EMAIL PROTECTED]> wrote: > If you are brave ... you can apply this patch: > > http://svn.apache.org/viewvc?view=rev&revision=575332 > > -Tim &g

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-21 Thread emerson cargnin
on the internet then what you are > requesting violates any competent security audit. If they are running on > your local intranet then yes, it might not be a big deal. But even then, > if the server could be used to get at personnel records or payroll, etc. > then this could be just as big a

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-19 Thread emerson cargnin
This is not really an issue for me, as the access to the servers are totally strict and... any idea on how to map to the jsp's outside? Nobody ever need it? how do people migrate from resin then? On 19/02/2008, Ralph Goers <[EMAIL PROTECTED]> wrote: > emerson cargnin wrote: > &g

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-19 Thread emerson cargnin
is to have the JSP's separated. Would exist a plugin or some hack (argh) that would enable to map the JSP's from somewhere else in the file system? Thanks Emerson On 18/02/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > We also do this with Velocity (we use Spring MVC rat

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-18 Thread emerson cargnin
ile system. http://server/[context]/jsp/* http://server/[context]/css/* http://server/[context]/html/* http://server/[context]/images/* Thanks emerson On 18/02/2008, David Brown <[EMAIL PROTECTED]> wrote: > Once the .war is expanded why would you want to map to JSPs outside of the > fil

Mapping JSP's to outside of the war or expanded folder

2008-02-18 Thread emerson cargnin
to have the JSP's out side of the war or the expanded war. I did a research a couple of years ago. Did it changed? Is there anyway now of mapping the jsp's of an app to an outside folder? Thanks Emerson Cargnin - To s