Estevam Henrique Portela Mota e Silva schrieb:
Hi,
Install -> Apache 2.2.9 (ok!), Tomcat 5.5.26 (ok!) e JDK 1.5.0_15
*Entered link with the Tomcat happened was that "Tomcat5.exe" has process is
100%. It is the problem MSVCRT.dll*
*
Details MSVCRT.dll*
Tamanho: 335 KB (343.040 bytes)
Versão: 7
Hi ,
I want to install tomcat 5.5 in my home PC. Which distribution should i
download from apache website , as there are many versions available. I
downloade windows installer service , but am not able to start , stop the
server as there is no batch file available in that version. It meant i have
One of the things I had done in my past projects was to run a thread which
periodically executes the freeMemory /totalMemory methods on Runtime class in
JVM, this will at least tell you how the memory is utilised, but pinpointing
the leak may need a commercial tool.
-Sameer
--- On Mon, 6/23/08
Hello Nix
Are you looking for a memory leak in your web application or in tomcat?
Short answer is it's not easy.
The garbage collection mechanism in the JVM will cleanup any objects
that are no longer referenced. Therefore, you are only concerned with
objects that remain referenced (which
Hi Gurus,
Is there any application which I may use to detect tomcat memory leak problem?
Thank you in advance for any value input.
Thanks & Regards.
Get your new Email address!
Grab the Email name you've always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomain
Rainer Jung wrote:
SNIP
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager]
is the name of a logger, in this case the name of the logger associated
with the context /manager in host localhost in Engine Catalina.
Most loggers get their names from class names, but context
Hi,
Install -> Apache 2.2.9 (ok!), Tomcat 5.5.26 (ok!) e JDK 1.5.0_15
when I set simple in Apache:
*httpd.conf*
Include conf/tomcat.conf
*
tomcat.conf*
LoadModule jk_module modules/mod_jk-1.2.26-httpd-2.2.4.so
JkWorkersFile "E:/WebServer/Apache-2.2.9/conf/workers.properties"
JkShmFile "E:/WebSer
- Original Message -
From: "Lyallex" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, June 22, 2008 11:54 PM
Subject: Re: Changing roles on the fly
On Sun, Jun 22, 2008 at 1:46 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
- Original Message - From: "Lyallex" <[EMAIL
Ole Ersoy schrieb:
Hi,
I would really appreciate it if someone could elaborate on the case for
these logging properties:
# Facility specific properties.
# Provides extra control for each logger.
#
On Sun, Jun 22, 2008 at 1:46 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
>
> - Original Message - From: "Lyallex" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Sunday, June 22, 2008 1:14 PM
> Subject: Re: Changing roles on the fly
>
>
>> On Sat, Jun 21, 2008 at 12:41 PM, Mark Thomas
Quick correction:
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
#org.apache.catalina.startup.ContextConfig.level = FINE
#org.apache.catalina.startup.HostConfig.level = FINE
#org.apache.catalina.session.ManagerBase.level = FINE
Should the left side of the equal sign be
Hi,
I would really appreciate it if someone could elaborate on the case for these
logging properties:
# Facility specific properties.
# Provides extra control for each logger.
##
My purpose was to hide two things:- the 8080 port in the URL, not only for
cosmetic reasons but also to prevent issues with my corporate firewall
blocking everything but 80
- the fact that my application runs under /jira application context by using
a subdomain like they do it on bugs.adobe.com for
Sebastien ARBOGAST schrieb:
Thanks a lot. Now it works great.
One last thing though: when the page is displayed, the end URL is still
http://bugs.epseelon.org/jira
Is there a way not to show the redirected URL ?
The redirect comes from the JBoss behind the Apache.
Getting rid of those could be
Thanks Martin,
It turned out that the wrong version had been installed. Found
this out after looking for bootstrap.jar
Installed the correct .zip version and it worked without any problem.
Thanks to everyone. Problem solved.
Walter
-Original Message-
From: Martin [mailto:[EMAI
David Smith schrieb:
This added before your RewriteRule prevents requests to /jira/* from
being handled by the rewrite rule. This should break the endless redirect:
RewriteCond %{REQUEST_URI} !^/jira/.*
--David
Yes, correct, sorry for me being in dummy mode ...
Sebastien ARBOGAST wr
Thanks a lot. Now it works great.
One last thing though: when the page is displayed, the end URL is still
http://bugs.epseelon.org/jira
Is there a way not to show the redirected URL ?
2008/6/22 David Smith <[EMAIL PROTECTED]>:
> This added before your RewriteRule prevents requests to /jira/* from
This added before your RewriteRule prevents requests to /jira/* from
being handled by the rewrite rule. This should break the endless redirect:
RewriteCond %{REQUEST_URI} !^/jira/.*
--David
Sebastien ARBOGAST wrote:
Thanks a lot for these precisions. I already had mod_rewrite loaded bu
Thanks a lot for these precisions. I already had mod_rewrite loaded but when
I configured my VirtualHost like the following, I got a redirect loop error:
ServerAdmin [EMAIL PROTECTED]
ServerName bugs.epseelon.org
RewriteEngine On
RewriteRule ^/(.*)$ /jira/$1 [PT]
RewriteLog /v
Sebastien ARBOGAST schrieb:
Ok, so defining my app as the ROOT one is definitely not an option.Now I'm
sorry to ask but could you be a little more specific about where I need to
add those mod_rewrite configuration bits? Because I'm not really an Apache
configuration wizard and mod_rewrite is espe
Ok, so defining my app as the ROOT one is definitely not an option.Now I'm
sorry to ask but could you be a little more specific about where I need to
add those mod_rewrite configuration bits? Because I'm not really an Apache
configuration wizard and mod_rewrite is especially scary to me.
2008/6/22
Hi Sebastien,
Sebastien ARBOGAST schrieb:
I've got my JBoss 4.2 server running and I managed to configure one virtual
host with mod_jk to get to it without having to enter the 8080 port.Here is
my VirtualHost configuration:
ServerAdmin [EMAIL PROTECTED]
ServerName myserver.com
Jk
- Original Message -
From: "Hacham, Lital" <[EMAIL PROTECTED]>
To:
Sent: Sunday, June 22, 2008 4:22 PM
Subject: Update tomcat service (of version 5.5)
Hi,
I'm installing tomcat as service on my machine. I used to work with
tomcat 5.0 and after installing it I updated it by the fol
I've got my JBoss 4.2 server running and I managed to configure one virtual
host with mod_jk to get to it without having to enter the 8080 port.Here is
my VirtualHost configuration:
ServerAdmin [EMAIL PROTECTED]
ServerName myserver.com
JkMount /* loadbalancer
ErrorLog /var/log/
> From: Martin [mailto:[EMAIL PROTECTED]
> Subject: Re: Update tomcat service (of version 5.5)
>
> BTW: errno 6 is invalid handle indicating you are attempting
> to acquire occupied resource (which is most probably already
> acquired)
Although that may be true on some platforms (certainly not all)
also have the option of starting with
%CATALINA_HOME%/bin/startup.bat
BTW: errno 6 is invalid handle indicating you are attempting to acquire
occupied resource (which is most probably already acquired)
Martin
- Original Message -
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "
> From: Hacham, Lital [mailto:[EMAIL PROTECTED]
> Subject: RE: Update tomcat service (of version 5.5)
>
> Since I want to perform this automatically from my code I'm
> running the command from the command line.
The current doc for procrun (http://commons.apache.org/daemon/procrun.html) has
separa
Hi,
Since I want to perform this automatically from my code I'm running the
command from the command line. I can't use the tomcat5w.exe program for
this.
Thanks for the help,
Lital
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 22, 2008 6:17 P
> From: Hacham, Lital [mailto:[EMAIL PROTECTED]
> Subject: Update tomcat service (of version 5.5)
>
> After I've updated tomcat to version 5.5 and perform the same
> command I received exit value of 6.
Why aren't you using the supported method of updating service parameters with
the tomcat5w.exe
Hi,
I'm installing tomcat as service on my machine. I used to work with
tomcat 5.0 and after installing it I updated it by the following
command:
"Tomcat\bin\tomcat5.exe" //US//serviceName -Startup Auto ++JvmOptions
-Xms512m;-Xmx1024m
This worked great and I used to get exit value of 0 that
- Original Message -
From: "Lyallex" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, June 22, 2008 1:14 PM
Subject: Re: Changing roles on the fly
On Sat, Jun 21, 2008 at 12:41 PM, Mark Thomas <[EMAIL PROTECTED]> wrote:
Johnny Kewl wrote:
- Original Message - Fro
On Sat, Jun 21, 2008 at 12:41 PM, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Johnny Kewl wrote:
>>
>> - Original Message - From: "Lyallex" <[EMAIL PROTECTED]>
>>>
>>> Allowing a user to add a role is simple enough.
>>
>> Is it?
>
> Yes.
snip ...
> If you change web.xml, yes TC will restart.
32 matches
Mail list logo