> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Friday, November 19, 2010 04:45 AM
> To: Tomcat Users List
> Subject: Re: After manager says that there was a leak, how to use a profiler?
>
> On 19/11/2010 03:58, Brian wrote:
> > Hi Chris,
> >
> > I already took
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 11/18/2010 7:03 PM, André Warnier wrote:
> André Warnier wrote:
>> Christopher Schultz wrote:
>>>
>>> You also might want to kill it. In either case, most JVMs are running on
>>> win32 or UNIX-like OSs, and they both support signals.
>>>
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greg,
On 11/18/2010 9:28 PM, Robillard, Greg L wrote:
> I am relatively unfamiliar with tomcat. I am currently running 6.26
> in a production system that support 1 webapp for approximately 60
> clients that continually poll the server for updates ( w
Leon Rosenberg wrote:
On Thu, Nov 18, 2010 at 6:11 PM, André Warnier wrote:
Christopher Schultz wrote:
Maybe we should turn the problem around though.
If Leon wanted the PID, it was obviously to do something with it later.
What do you do with a PID ? Usually, one uses it to send a signal to a
I un-installed the service and rebooted. Then I reinstalled it as an
administrator from the command line, and started it via Tomcat6w.exe as an
administrator (without any modifications to the Java tab). The service
started without issue. Thanks everyone for your help!
Richard
On Fri, Nov 19, 2
2010/11/19 Richard Pless :
> I have removed one of the Tomcat directories and I'm down to just
> c:\oc\tomcat. I've also used "Java -version" to confirm that I am using the
> 64 bit version of Java 1.6.0_22. I've opened Tomcatw.exe and specified the
> JVM as 'C:\Program Files\Java\jdk1.6.0_22\jre
2010/11/19 Steffen Heil :
> Hi
>
> We have a web application which usually runs on a certain host all alone -
> it is the only context for that host.
> However, it allows to use different hostnames and therefore we use aliases
> in our server.xml per host.
>
> Now more and more users of those appli
On Thu, Nov 18, 2010 at 6:11 PM, André Warnier wrote:
> Christopher Schultz wrote:
>
> Maybe we should turn the problem around though.
> If Leon wanted the PID, it was obviously to do something with it later.
> What do you do with a PID ? Usually, one uses it to send a signal to a
> process.
act
I have removed one of the Tomcat directories and I'm down to just
c:\oc\tomcat. I've also used "Java -version" to confirm that I am using the
64 bit version of Java 1.6.0_22. I've opened Tomcatw.exe and specified the
JVM as 'C:\Program Files\Java\jdk1.6.0_22\jre\bin\server\jvm.dll' rather
than th
On 19/11/2010 15:48, Steffen Heil wrote:
> Hi
>
> We have a web application which usually runs on a certain host all alone -
> it is the only context for that host.
>
> However, it allows to use different hostnames and therefore we use aliases
> in our server.xml per host.
>
> Now more and more u
Hi
We have a web application which usually runs on a certain host all alone -
it is the only context for that host.
However, it allows to use different hostnames and therefore we use aliases
in our server.xml per host.
Now more and more users of those application want to use more subdomains and
w
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: Problems installing Tomcat on Windows 2008
> You also mention that the Java tab on tomcat6w.exe says "use
> default". Would that be the first one found in the PATH ?
No, it's the one in the registry, set by the most recent JVM insta
Richard Pless wrote:
If I run startup.bat, Tomcat starts successfully. I navigated to
http://localhost:8080 and saw the Tomcat page.
Ok, that means at least that there is nothing wrong with your basic Tomcat, and that you
have at least a working JVM.
It does not really tell us if it is runni
> From: Richard Pless [mailto:rfpl...@gmail.com]
> Subject: Re: Problems installing Tomcat on Windows 2008
> I also ran command prompt as Administrator. I entered 'service.bat install'
> and received the same failure message:
> c:\oc\tomcat\bin>service.bat install
> Installing the service 'Tomc
On 18/11/2010 16:23, Caldarale, Charles R wrote:
> Yes, it was identifying it just as 10.0-b19 that was confusing.
Lightbulb: this was the Hotspot VM version number.
p
0x62590808.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
Hi Chuck,
I verfied that both Tomcat and Java were the 64 bit versions using the
method that you indicated.
I also ran command prompt as Administrator. I entered 'service.bat install'
and received the same failure message:
c:\oc\tomcat\bin>service.bat install
Installing the service 'Tomcat6' ..
> From: Richard Pless [mailto:rfpl...@gmail.com]
> Subject: Re: Problems installing Tomcat on Windows 2008
> When I searched for the error in user groups, the only answer that
> I found was to copy msvrc71.dll to my c:/c/tomcat/bin directory.
That shouldn't be necessary, as long as the proper DL
If I run startup.bat, Tomcat starts successfully. I navigated to
http://localhost:8080 and saw the Tomcat page.
Unfortunately I can't get the service to start using "Tomcat6.exe //IS//"
from the command line, Tomcat6w or Server Manager -> Services.
I'm using all of the defaults in Tomcat6w. On
> From: Richard Pless [mailto:rfpl...@gmail.com]
> Subject: Problems installing Tomcat on Windows 2008
The error you're getting is typical of a mismatch between tomcat6.exe and the
JVM.
> Apache Tomcat v6.0.29 (64 bit)
Verify that you actually do have the 64-bit version of Tomcat installed. T
Richard Pless wrote:
Hi All,
I'm having problems installing Tomcat 6.0.29 as a service on a Windows 2008
server. Here are the relevant specs
Apache Tomcat v6.0.29 (64 bit)
JDK 6u22 (64 bit)
Windows Server Standard 2008 (sp2)
I've tried to start the Tomcat as a service unsuccessful
Hi All,
I'm having problems installing Tomcat 6.0.29 as a service on a Windows 2008
server. Here are the relevant specs
Apache Tomcat v6.0.29 (64 bit)
JDK 6u22 (64 bit)
Windows Server Standard 2008 (sp2)
I've tried to start the Tomcat as a service unsuccessfully. I have run
Tomcat6
In your full production trace, is there an indication which thread has
the "<0xd50244e8>" lock?
I've debugged similar situations where threads were "blocked waiting
for monitor <0x.>" (getting java.sql.Connections, as it turned
out) -- identifying & examining the thread that had locked that
mo
On 19/11/2010 12:41, Jason Pyeron wrote:
> I did notice that the FAQ (http://wiki.apache.org/tomcat/FAQ) does not mention
> how to request consulting services or post jobs.
It is a wiki. Anyone can edit it...
Also:
Find help on http://tomcat.apache.org/
leads to
http://tomcat.apache.org/findhelp.
> -Original Message-
> From: André Warnier [mailto:a...@ice-sa.com]
> Sent: Friday, November 19, 2010 2:37
> To: Tomcat Users List
> Subject: Re: How to source jobs/talent was RE: Tomcat Consultant
>
> Jason Pyeron wrote:
> ...
> >
> > Disclaimer: We perform many types J2EE consulting.
Thank you very much Chris,
I've checked the md5sum and file information for the mod_jk that failed and
it's the same, so it seems to be a misplaced description, at least at the
rediris.es site here in Spain.
All my log levels are set to debug, I will compile my own mod_jk.
I hope to give it a tr
On 19/11/2010 03:58, Brian wrote:
> Hi Chris,
>
> I already took off the JARs from the shared/lib directory. So that is not an
> issue now.
> I have just stopped my apps, and this is what I have found in my log:
>
>
> Nov 18, 2010 10:22:57 PM org.apache.catalina.core.StandardWrapper unload
> IN
On 19/11/2010 02:28, Robillard, Greg L wrote:
> I am relatively unfamiliar with tomcat. I am currently running 6.26 in a
> production system that support 1 webapp for approximately 60 clients that
> continually poll the server for updates ( weather files ).
>
> Is there any reason why I should
27 matches
Mail list logo