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
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
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
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
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
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
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 &
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
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
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:
>
>
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]
>>
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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]
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
>
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]
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
- 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
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
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
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
>
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
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
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
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
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
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: "
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
? 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
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]
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.
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?
> >
&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
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
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
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
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
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
' 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
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]
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
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
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
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
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
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
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
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
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
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
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
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
67 matches
Mail list logo