Caldarale, Charles R schrieb:
From: Caldarale, Charles R
Subject: RE: Profiling tomcat applications with -Xrunhprof (Tomcat runs
asa Windows Service)
What might work is using JVisualVM instead and just looking at the
information in the GUI.
I did get JVisualVM to work with Tomcat runnin
Sorry, I included an older context.xml than the one I've been testing with.
That one has 30 for maxActive (everything else is the same).
Thank you very much for your replies Chuck, I think you gave me plenty to
think about and play with to resolve my problem. Thanks again!
Original Message:
-
> From: allen.ir...@smartintegration.com.au
> [mailto:allen.ir...@smartintegration.com.au]
> Subject: RE: Connection Pooling questions
>
>type="javax.sql.DataSource"
> driverClassName="com.attunity.jdbc.NvDriver"
> url="jdbc:attconnect://10.20.5.107:/baynav;DefTdpNa
Thank you very much for your reply. my response to your responses follow:
> Post your entire context.xml so we can see the rest of the
element. Your
> settings may conflict with what the database expects, resulting in
orphaned connections.
Here it is:
>> Also, the default behavior se
Thanks for your reply Martin. Your response kind of lost me though. I used
the howto guide at
http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html which
mentions the default Data Source (dbcp I believe). But mentioned nothing
about the algorithms you said.
Original Message:
---
> From: allen.ir...@smartintegration.com.au
> [mailto:allen.ir...@smartintegration.com.au]
> Subject: Connection Pooling questions
>
> I configure it using the suggested /META-INF/context.xml with:
> maxActive="30" maxIdle="10"
Post your entire context.xml so we can see the rest of the element.
> From: Paulchwd [mailto:paulc...@sympatico.ca]
> Subject: Illegal access: this web application instance has been
> stoppedalready
>
> INFO: Illegal access: this web application instance has been stopped
> already. Could not load java.lang.Object.
Whatever you're doing is attempting multiple sto
the configuration you describe only defines parameters to be passed to the
Connection Pool Library..which connection pool library are you using?
are you using Thread starve algorithm? or explicit no-activity-on-connection
algorithm?
Most connection pools with close the connection only after stat
Hello,
I searched on the mailing list back to 2007 and didn't see the answers I
needed for these DataSource related questions (though I did see similar,
not quite what I needed though).
I'm using Tomcat 5.5, Java 1.5 on Windows XP and have used the excellent
guide: http://tomcat.apache.org/tomcat
Hi I placed the following in context.xml in META-INF.
But the result set is null, what's wrong with my set up?Can anybody please
advise?
Thanks,
Ramy.
I am using NetBeans 6.5 with its embeded Tomcat server to write a JavaServer
Faces application. I am getting this error:
INFO: Illegal access: this web application instance has been stopped
already. Could not load java.lang.Object. The eventual following stack
trace is caused by an error thrown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bladu,
On 3/31/2009 1:45 PM, bladu wrote:
> But when I try to execute the application, Tomcat gives me the following
> error:
>
> Message: It is not available the Servlet Action
> Description: The request resource (It doesn`t available the ServletAc
mateo-jl wrote:
> Hello,
>
> I've seen that there was a problem with the encoding base64 within the
> cookies (only at reading : request.getCookies)
> When the cookie contains '=' (equals), it seems that the decoding operation
> stops when it encounters this char.
> The prob. only happens since
Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: Renegotiate SSL connection in servlet
>>
>> Your only other option for Tomcat is to configure another
>> which would require a different IP or port number, which makes it ...
>> inconveni
I would imagine that some people on this list has already seen this, but
just in case they haven't, this is a crosspost/forward from the lucene list.
As a regular user of the Tomcat list and website, I would love something
like that applied to at least the Tomcat on-line documentation.
-
1)Put indexes on predicates
where q=
make sure column q has a unique index created to reference that column
2)I would'nt disable virus-scans..yes they slow down access but you want the
peace of mind that comes with your system being 'virus-free'
Back to you..
Martin
___
> From: Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk]
> Subject: redirection
>
> I have a tomcat server running on port 8080.
Why don't you just configure Tomcat to use port 80? That can either replace
the existing for 8080 or be an additional . Look in the
conf/server.xml file.
- Chu
Hi,
I am deploying an application using Ant from MyEclipse IDE.
When I deploy the application with the Ant, this say me that the application
has successfully deployed. I go to webaapps directory and I see into that
directory the applicacation deployed with its WAR.
But when I try to excute the a
You need some front-end proxy.
Apache web-server could do it.
Squid could (AFAIK).
Nginx could do it also.
-Original Message-
From: Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk]
Sent: Tuesday, March 31, 2009 8:59 PM
To: users@tomcat.apache.org
Subject: redirection
Hello
I have
well, we are updating website, The design has been changed, so, it need
sometime, to plan few hrs more. I will email u, when, When It update, thanks
for your waiting..
On Tue, Mar 31, 2009 at 10:59 PM, Wesley Acheson
wrote:
> Are your plans on your website http://www.globalwebitsolution.com/ ?
>
Are your plans on your website http://www.globalwebitsolution.com/ ?
On Tue, Mar 31, 2009 at 5:04 PM, Partha Goswami
wrote:
> Hi
>
> What You Need , Shared Hosting, VPS , Dedicated Server ?? We provide
> Hosting
> Very Cheap. Let me know what you need..
>
> Thanks
>
> On Tue, Mar 31, 2009 at 2:41
Tommy,
Thanks for the response!
I'll change the code to use the newer driver name. I started with a demo
app that I wrote about six years ago. That is the reason for the older
driver name.
> 1) Fragmentation of your partition, especially the partition where the
DB resides.
I'll check into
Melanie Pfefer wrote:
Hello
I have a tomcat server running on port 8080.
users need to create a dns alias which is on port 80. redirection cannot be
done on DNS level of course.
do you have any idea how to achieve this in tomcat. For example:
http://siroe redirects to http://machineX:8080 th
Hello
I have a tomcat server running on port 8080.
users need to create a dns alias which is on port 80. redirection cannot be
done on DNS level of course.
do you have any idea how to achieve this in tomcat. For example:
http://siroe redirects to http://machineX:8080 that is a tomcat applicat
> From: Paulo Vitor [mailto:foxpv...@gmail.com]
> Subject: Re: A problem with tomcat 6.0.18
>
> if I change the property end from Integer to Long, than works.
That's a workaround, but not a proper fix. I'm still working on updating
ELSupport.java to better handle arbitrary Number classes, but i
> From: Caldarale, Charles R
> Subject: RE: Profiling tomcat applications with -Xrunhprof (Tomcat runs
> asa Windows Service)
>
> What might work is using JVisualVM instead and just looking at the
> information in the GUI.
I did get JVisualVM to work with Tomcat running as a service, but I don't
On Tue, Mar 31, 2009 at 5:19 PM, Caldarale, Charles R
wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: Profiling tomcat applications with -Xrunhprof (Tomcat runs
>> asa Windows Service)
>>
>> Are you trying to get profiling data, or are you trying
>> to get
Hello,
I've seen that there was a problem with the encoding base64 within the cookies
(only at reading : request.getCookies)
When the cookie contains '=' (equals), it seems that the decoding operation
stops when it encounters this char.
The prob. only happens since Tomcat 5.5.26 ans above.
Is
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Profiling tomcat applications with -Xrunhprof (Tomcat runs
> asa Windows Service)
>
> Are you trying to get profiling data, or are you trying
> to get a thread dump?
No, he's looking for heap profiling.
> I think y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gregor,
On 3/31/2009 10:59 AM, Gregor Schneider wrote:
> For a quick solution /knowing/ that my actual scanner is the
> bottleneck, I definately would give some different scanners a try and
> see if that helps.
Definitely. Instructing the virus scann
Christopher Schultz schrieb:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Johannes,
On 3/31/2009 9:56 AM, Haase, Johannes | SCARUS wrote:
"-Xrunhprof:heap=sites,depth=10,file=C:\hprof.txt".
[snip]
However no further information except the general infos were written. I
cannot
Hi
What You Need , Shared Hosting, VPS , Dedicated Server ?? We provide Hosting
Very Cheap. Let me know what you need..
Thanks
On Tue, Mar 31, 2009 at 2:41 PM, Wesley Acheson wrote:
> Thanks for all the links everyone I'll look at them all.
>
> Regards,
>
> Wesley Acheson
>
> On Tue, Mar 31, 20
Danke schön Rainer!
Yes, all my transaction requests use POST. We only allow GET to get a couple of
static files.
-Jorge
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, March 31, 2009 3:24 AM
To: Tomcat Users List
Subject: Re: mod_jk : recovery_
Wesley,
if Germany is an option, I'd have 2 recommendations for you:
One lowcost (starting at @ €40-something) and one premium-hoster
(starting @ around € 250 per box).
Prices are per month, and it's
We're using both of them for our company and we're highly satisfied.
Drop me a line if you wan
Chris,
my experience with those scanners (slowest on top):
- Symantec (Norton)
- Kaspersky
- McAffee
However, those "experiences" are based on workstations only.
I do know that at least some of those scanners do have different
enterprise soltutions.
However, I guess "experiences" may vary, so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Johannes,
On 3/31/2009 9:56 AM, Haase, Johannes | SCARUS wrote:
> "-Xrunhprof:heap=sites,depth=10,file=C:\hprof.txt".
[snip]
> However no further information except the general infos were written. I
> cannot force the tomcat to dump the trace file.
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Renegotiate SSL connection in servlet
>
> Your only other option for Tomcat is to configure another
> which would require a different IP or port number, which makes it ...
> inconvenient at best.
Using a different p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 3/31/2009 9:51 AM, André Cruz wrote:
> On Mar 31, 2009, at 14:44 , Christopher Schultz wrote:
>>
>
> The problem with "want" is that, at least with IE, the browser always
> prompts the user for a certificate.
Hmm... that's not supposed to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gregor,
On 3/30/2009 2:51 PM, Gregor Schneider wrote:
> Well, maybe try a different scanner? Ever tried McAffee?
My experience has been that McAffee's scanner is slow as a dog.
I've been asked to "fix" computers that are "running slow" because they
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Filip,
On 3/30/2009 5:18 PM, Filip Hanik - Dev Lists wrote:
> remove the 'docBase' attribute from context.xml
+1
And remove the path, too, since Tomcat will use the name of the WAR (or
directory) for the app's name.
- -chris
-BEGIN PGP SIGNATUR
Hi folks!
We have a web application that runs on tomcat 5.5. It`s an productive
envrionment.
Tomcat 5.5 is installed as a Service on a Windows Server 2003.
I have started the tomcat with the java option
"-Xrunhprof:heap=sites,depth=10,file=C:\hprof.txt".
These settings I have done by the tom
On Mar 31, 2009, at 14:44 , Christopher Schultz wrote:
On 3/31/2009 9:28 AM, André Cruz wrote:
I'm coding a servlet that does SSL client cert authentication. The
requests already arrive on a SSL connector but for this servlet in
particular the SSL connection needs to be renegotiated to ask for a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 3/31/2009 9:28 AM, André Cruz wrote:
> I'm coding a servlet that does SSL client cert authentication. The
> requests already arrive on a SSL connector but for this servlet in
> particular the SSL connection needs to be renegotiated to ask fo
Hello all.
I'm coding a servlet that does SSL client cert authentication. The
requests already arrive on a SSL connector but for this servlet in
particular the SSL connection needs to be renegotiated to ask for a
client certificate. Is there anyway to do this inside a servlet? With
or wit
Hello,
In my project, we are using Tomcat 6.0.18, with APR 1.2.12 and tc native
1.1.14 on an Redhat OS (Linux kernel 2.6.18).
There is a behavior that I can't explain:
-with connectionTimeout="0", the process tomcat uses a huge percentage
of CPU, even if there is no traffic.
but we doesn't obs
Use context, and IT would be able to configure your app outside of war file.
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Tuesday, March 31, 2009 2:58 PM
To: Tomcat Users List
Subject: Re: WebApp configuration
Josh McDonald wrote:
> Hi guys,
>
> First, apologies if this is off-topic for the Tomcat list! If so, where
> should I ask it? My question is simple (I hope). What's the best practice
> when:
>
> 1) you're distributing a .war file
> 2) the app needs some simple configuration information
Customis
I'm not the person added this jar to project, I'll answer this later. As I
understand problem is in duplicated 'tomcat' classes, Maybe I'll try to just
remove them. Anyway I'll report the result here.
On Tue, Mar 31, 2009 at 2:31 PM, Yassine wrote:
> hi Alexandr,
>
> listing the arrserv-rt.jar c
Thanks for all the links everyone I'll look at them all.
Regards,
Wesley Acheson
On Tue, Mar 31, 2009 at 2:21 AM, Ben Stringer wrote:
> Hi Wesley,
>
> I've used Rimuhosting for a few years now.
>
> Their customer service is good, and they have Java devs on staff, so they
> know what they are d
On Tue, Mar 31, 2009 at 10:56 AM, Rainer Frey (Inxmail GmbH)
wrote:
>
> Then, is this intended behavior, or a bug?
>
> Rainer
>
Making a long story short:
It's expected behaviour.
>From the Tomcat 6 documentation
(http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html):
=== [ snip ] =
On Tuesday 31 March 2009 09:42:58 Mark Thomas wrote:
> Rainer Frey (Inxmail GmbH) wrote:
> > In Tomcat 6.0 deployment works the same, but when I delete the war file,
> > the application is undeployed and the expanded directory is deleted. Is
> > this change documented somewhere,
>
> Doesn't look li
tc 6 will definately use the latest deployment-descriptor - tested
here with tc 6 on debian.
however,if you delete the war, the spp will be undeployed
rgds
gregor
Am 31.03.2009 um 09:42 schrieb Mark Thomas :
Rainer Frey (Inxmail GmbH) wrote:
In Tomcat 6.0 deployment works the same, but when
Rainer Frey (Inxmail GmbH) wrote:
> In Tomcat 6.0 deployment works the same, but when I delete the war file, the
> application is undeployed and the expanded directory is deleted. Is this
> change documented somewhere,
Doesn't look like it
> and is there a way to get the old behavior with
> tom
hi Alexandr,
listing the arrserv-rt.jar classes shows the following:
http://rafb.net/p/FPcEW459.html
which was a surprise to me ( i did not knew that appserv-rt.jar) is
bundeling this much
org.apache.catalina.* classes
in theory this should not matter, since each application's classloader
is is
On 30.03.2009 22:24, Jorge Medina wrote:
I did not get any response to my questions, but from previous messages
(posted by Rainer Jung) I believe that using the default values for
"retry" and "recovery_options" may produce the unexpected result I was
having. I changed the "recovery_options" on
55 matches
Mail list logo