wrote in message
news:of14e2cc5d.7f3b739a-on87257520.0059a8c8-87257520.005b2...@blm.gov...
>
> I'm trying to clarify something about Tomcat 6 compliance to the Servlet
> 2.5 spec. The spec (section 9.7.2) says:
>
> "The container should not allow applications to override or access the
> containe
Gregor Schneider wrote:
>
> Patha,
>
> I think you've received enough pointers here already.
>
> If you're logged in as root and you can't even write into a directory,
> it's pretty likely that either
>
> - the device is mounted read-only (check with mount -l)
>
> - the device is somewhat c
> From: AD [mailto:straightfl...@gmail.com]
> Subject: Blocking
>
> For example in Main Thread
> Name: main
> State: RUNNABLE
> Total blocked: 54 Total waited: 9
Once initialization is complete, the main thread does nothing but listen for
the shutdown command. The blocks and waits all occurred
> From: Martin Gainty [mailto:mgai...@hotmail.com]
> Subject: RE: Blocking
>
> yes I would be concerned about the 9 wait threads
It's not the number of waiting threads, it's the number of times this
particular thread has done a wait() call. Since the main thread is the one
that drives initializ
yes I would be concerned about the 9 wait threads
is there any defining characteristic which causes these threads to sit and wait?
maybe a DB Connection or calling a remote resource that is causing the block?
more information about the characteristics of the resource would be available
by display
Server has been up for about 5 hours under almost zero load but I am
concerned about some of the thread info in JConsole.. For example in Main
Thread
Name: main
State: RUNNABLE
Total blocked: 54 Total waited: 9
Does this indicate signifigant blocking? Maybe 10-15 requests total in the
last 5 hou
> From: Michael Ludwig [mailto:mil...@gmx.de]
> Subject: Re: HTTP Status 500 problem with tomcat5.5
>
> In your case, Chuck, this is Locale.US, so it works for you.
> My default locale is Locale.GERMANY, so I have to write:
>
> new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz ", Locale.US);
Ahh
Caldarale, Charles R schrieb am 14.12.2008 um 23:51:55 (-0600):
>
> > javax.servlet.ServletException: Unparseable date: "Mon Dec 15 11:39:35
> > GMT+08:00 2008"
>
> This is very odd; I've tried your code in a stand-alone program
> without any problem:
And there is a reason for that :-)
> import
> That's 64 MB for the *Java heap*, not the entire process.
Thanks, that's what I didn't know.
--
Eric
Disclaimer - December 15, 2008
This email and any files transmitted with it are confidential and intended
solely for Tomcat Users List. If you are not the named addressee you should not
> From: Robinson, Eric [mailto:eric.robin...@psmnv.com]
> Subject: RE: Understanding Tomcat Memory Utilization
>
> Tomcat says it is configured to use a maximum of 64MB
That's 64 MB for the *Java heap*, not the entire process. The process space
includes lots of other things besides the Java heap
kazukin6 schrieb am 14.12.2008 um 19:50:52 (-0800):
>
> Hi, Michael !
> I suppose "Connection Times (ms)" table section actually describes
> individual requests? And "Percentage of the requests served within a
> certain time (ms)" as well?
>
> For me it seems that concurrency is hardly working at
> Welcome to paging.
I understand the difference between resident size and virtual image.
What I don't understand is why the tomcat status page indicates that
tomcat is configured to use a maximum of 64MB, but the resident size is
twice that and the virual image is four times that. In other word
> Welcome to paging.
I understand the difference between virtual image size and resident
size. The part I don't understand is the relationship between the tomcat
memory configuration as reported by the tomcat status page and the
actual usage as reported by top. Tomcat says it is configured to us
> From: joe_77 [mailto:joseph_freema...@yahoo.com]
> Subject: SEVERE: Exception fixing docBase: {0} on Windows XP
>
> SEVERE: Exception fixing docBase: {0}
> java.util.zip.ZipException: Access is denied.
The error message seems pretty descriptive. Have you checked that the account
Tomcat is
Have a war file that works fine when installed on Windows 2003, Windows 2000,
Windows Vista and Windows XP end-user environments.
Have a Windows XP user receiving the below message. The war file is
installed on the local hard drive. The error is received when:
1) Tomcat is started as a Windows s
the DeltaManager (and BackupManager 6.0) only triggers on
setAttribute/removeAttribute
so this wont work
Cart cart = (Cart)session.getAttribute("cart");
cart.addItem("cucumber");
the simple tcp replication manager replicates the entire session and is
able to capture this scenario
but that is
Pieter Temmerman wrote:
Hi
I got a Tomcat cluster set up, which is working for most applications.
However, since I am experiencing some problems (See another thread of
mine "Deltamanager + Session beans: Do they like eachother?"), I reread
the Tomcat clustering documentation.
The following are
Hi
I got a Tomcat cluster set up, which is working for most applications.
However, since I am experiencing some problems (See another thread of
mine "Deltamanager + Session beans: Do they like eachother?"), I reread
the Tomcat clustering documentation.
The following are a few things that are not
I'm trying to clarify something about Tomcat 6 compliance to the Servlet
2.5 spec. The spec (section 9.7.2) says:
"The container should not allow applications to override or access the
container’s implementation classes."
In Tomcat 5 it looks like this was handled by having separate "common",
"s
> From: marcobalc [mailto:m.bal...@i-contact.it]
> Subject: Re: bad content type mod_jk 1.2.27
>
> Someone can help me to identify which tomcat class set the
> content type about a request?
For static content, it's org.apache.catalina.servlets.DefaultServlet.
- Chuck
THIS COMMUNICATION MAY CON
> From: meharo [mailto:meh...@gmail.com]
> Subject: Want to disable "automatically generated Context element"
>
> I want to keep default setting "deployOnStartup = true",
> but disable "automatically generating Context element for
> any subdirectory within the application base directory"
You can't
> From: Robinson, Eric [mailto:eric.robin...@psmnv.com]
> Subject: Understanding Tomcat Memory Utilization
>
> Can someone help me understand why tomcat is configured to
> use 64MB, but claims to peak at 48MB
Because that's all it needs to initialize. Unless you set -Xms == -Xmx, the
JVM starts
> From: BEN HMIDA aymen [mailto:aymen.benhm...@tunisiana.com]
> Subject: RE: why we need CATALINA_HOME to install tomcat..
>
> The reason is mostly for Unix/Linux users to faciltate the
> acces to tomcat installation directory in shell.
> And for setting tomcat as a service in Unix/Linux and so on
In that case you need to use NTLM authentication. You might want to
take a look at this: http://jcifs.samba.org/src/docs/ntlmhttpauth.html
On Mon, Dec 15, 2008 at 15:37, mcarter19 wrote:
>
> Hi,
> I am basically a noob when it comes to Tomcat so I hope someone can help me
> out. I have a tomca
Hi,
I am basically a noob when it comes to Tomcat so I hope someone can help me
out. I have a tomcat 5.5 and IIS 6.0 setup on my server. I have IIS setup
using isapi redirect so that all jsp requests get sent to the Tomcat Server.
This works fine. My problem has to do with security. I am usin
Hi,
The reason is mostly for Unix/Linux users to faciltate the acces to tomcat
installation directory in shell.
And for setting tomcat as a service in Unix/Linux and so on windows
-Message d'origine-
De : Naaag [mailto:nag...@btpsoft.com]
Envoyé : lundi 15 décembre 2008 14:33
À : users@t
Hi,
I am using Tomcat 6.0 with windows.I am able to run tomcat in my application
by setting CATALINA_HOME
and also able to run without setting CATALINA_HOME.
I have exactly want , why we need CATALINA_HOME for configuring tomcat?
please mail me the reason.
Thanking u.
Nag
--
View this message
Naaag wrote:
>
>
>
> Richard Dunne wrote:
>>
>> I have just download Apache Tomcat 6. I have configured tomcat according
>> to http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Catalina-Home.
>> My Tomcat directory is c:\Tomcat6\apache-tomcat-6.0.14. I tried starting
>> startup.bat but g
Richard Dunne wrote:
>
> I have just download Apache Tomcat 6. I have configured tomcat according
> to http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Catalina-Home.
> My Tomcat directory is c:\Tomcat6\apache-tomcat-6.0.14. I tried starting
> startup.bat but got the error:
> The CATALINA_
Hi all,
I have tried with apache 2.0.63 and modjk 1.2.6 and the result is the same.
Someone can help me to identify which tomcat class set the content type
about a request? I want to add a log on source in order to understand why
the same request have two different response (content type text/ht
A bit of more information.
The session bean is implemented using
com.sun.rave.web.ui.appbase.AbstractSessionBean
I haven't found any relationship between that class and
incompatibilities with Tomcat and/or the DeltaManager.
I'm puzzled
On Fri, 2008-12-12 at 13:24 +0100, Pieter Temmerman wrote:
>
We have 60 instances of tomcat 5.X running on an RHEL4 server. Each instance
runs a copy of basically the same application, each for a different customer.
According to their respective status pages, the tomcats are all configured to
use a maximum of 64MB memory, but most peak at around 48MB.
Patha,
I think you've received enough pointers here already.
If you're logged in as root and you can't even write into a directory,
it's pretty likely that either
- the device is mounted read-only (check with mount -l)
- the device is somewhat corrupted (either the device or the RAID-controller
Somewhere in your code, you're trying to decode a date which isn't on
the right format:
javax.servlet.ServletException: Unparseable date: "Mon Dec 15
16:29:38 GMT+08:00 2008"
You can either use a compatible SimpleDateFormat (with a pattern which
goes fine) or remove that part of code.
Hi all:
when I run the http://localhost:8180/geant2-java-rrd-ma in the browser ,it's
show the error message as follows :
HTTP Status 500 -
_
type Exception report
message
description The server encountered an internal error () that prevented it
from fulfilling this request.
35 matches
Mail list logo