* Sorry for reposting, but maybe because of attachments not everybody got it!
Greetings, community!
I'm myself not a tomcat user, so I can't provide you with valid tomcat
version or provide some details, but I use service which is hosted on tomcat
related to it's response headers. Here's headers:
Yes, I imported the issuer of client certificate, (the issuer can
self-signed or signed by others) into the trust store using Java
keytool command.
Below is the web.xml settings...
Protected Area
Dear All Dev
Can anyone help me with my problem? I have two biggest problems as follow:
1. Multi Connection Problem:
I have a web application that service to multiple users. Everytime the users
accessing the server reach 100 users at the same time, the tomcat would
slows down. I tried to set -xmx
Hi,
Rainer Jung-3 wrote:
>
> You can check it out from subversion:
>
> svn checkout
> http://svn.apache.org/repos/asf/tomcat/sandbox/tomcat-oacc/trunk/
>
I have finally had the time to try this today.
Rainer Jung-3 wrote:
>
> It comes with ant build file and documentation and is easy to bu
Atlast, i am now able to start Tomcat 6.X
I have uninstalled 32 bit JDK and installed 64 bit JDK.
Then installed Tomcat 6.X
For Tomcat6.x to run, if i have 64 bit OS, should i have 64 bit JDK?
When i downloaded Tomcat, i clicked on the link "32-bit/64-bit
Windows Service I
Just after I sent this it occurred to me that I could map the / without
it being global (IE: /=ajp13 instead of /*=ajp13), and things would work
like I want them to. So I tried that, and guess what, things work great
now. ;) If only I had done that several days ago!
Lesson learned: non-mapped
Alright,
Unfortunately there's no way (that I have found) to get IIS to actually
log what it's passing off to the connector, but in my testing I do think
I discovered what the key factor is.
Whenever I get this line:
[debug] HttpFilterProc::jk_isapi_plugin.c (1932): [/myfile] is a servlet
ur
Ok, thanks, Chris.
I'll look more deeply into those potential issues.
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Wednesday, April 07, 2010 4:16 PM
To: Tomcat Users List
Subject: Re: [OT] Shutdown hook for correctly unloading drivers
-B
Awsome thanks guys.
I'm going to try some of your suggestions tonight - as a quick work around I
have just 'included' the javascript files.
Cheers.
--
View this message in context:
http://old.nabble.com/Why-cant-I-access-a-folder-at-root-level-which-contains-Java-Script-tp28129493p28171291.html
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Barry,
On 4/7/2010 2:53 PM, Propes, Barry L wrote:
> Ok, Chris, thanks.
>
> Mine wasn't "recognizing" any app on the host and port.
I've only done local profiling, not remote, so I won't be too much help,
here. You might want to double-check any fir
Munirathinavel,
You have been posting essentially the same questions multiple times over
a period of 2 months. I don't have the patience to go through all of
them, and the responses you received, and whether you have been
listening to them or not. But someone else here suggested that you hav
> From: Thad Humphries [mailto:thad.humphr...@gmail.com]
> Subject: Re: Problems with ImageIO
>
> (1) This leak situation may arise when I use "stop" or
> "reload" on my webapp.
Correct. The JRE keeps a global imageio registry with a reference to a
webapp-specific class, resulting in a slow Pe
Chuck,
Setting the JreMemoryLeakPreventionListener attribute
appContextProtection="false" also fixes the problem.
My read of documentation makes me think
(1) This leak situation may arise when I use "stop" or "reload" on my
webapp.
(2) It can also be prevented by placing my JAI and JAI-IMAGE I/O
> From: Thad Humphries [mailto:thad.humphr...@gmail.com]
> Subject: Re: Problems with ImageIO
>
> Thanks, Chuck, Mark. That fixed it.
There are several attributes that can be toggled on and off in the listener;
you could try those one by one, rather than disabling everything. I suspect
it's t
Ah! Gotcha.
Thanks, Chuck, Mark. That fixed it.
(Sorry for being so dense. Since Tomcat moved from v3.2 to v4, it's been
about the most trouble-free app I use. I haven't fussed with configuration
in YEARS.)
On Wed, Apr 7, 2010 at 3:48 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wro
> From: Thad Humphries [mailto:thad.humphr...@gmail.com]
> Subject: Re: Problems with ImageIO
>
> "JreLeakPreventionListener ?"
I believe Mark was suggesting that you try disabling the
JreMemoryLeakPreventionListener in conf/server.xml, just in case it was
interfering with the JAI registration.
On Apr 7, 2010, at 1:38 PM, Thad Humphries wrote:
> Today I installed Tomcat 6.0.26 on Linux and tried running my webapp. Under
> this version of Tomcat, Iterator returned by
> ImageIO.getImageReadersByFormatName("tiff") returns false for hasNext().
I had a similar problem (though it's maybe n
"JreLeakPreventionListener ?" I'm sorry, I don't follow. Is there a
monitor I can run?
If you mean the "Find leaks" button in the Manager webpage (
http://localhost:8080/manager/html/findleaks), no, none are found.
On Wed, Apr 7, 2010 at 3:24 PM, Mark Thomas wrote:
> On 07/04/2010 19:38, Thad
http://sites.google.com/site/def6rfigu/kmkv5q
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
On 07/04/2010 19:38, Thad Humphries wrote:
I believe I'm seeing the same problem that Simone (msg #210515) is having
(this after running Tomcat for YEARS without a hitch).
I use JAI and JAI-IMAGE I/O in various servlets. I'm running Java 1.5.17
without the JAI or JAI-IMAGE I/O installed. I've
Ok, Chris, thanks.
Mine wasn't "recognizing" any app on the host and port. Not sure why that would
be the case when at the very least I would think it would discern the Tomcat
examples or manager webapp, shouldn't it?
-Original Message-
From: Christopher Schultz [mailto:ch...@christop
I believe I'm seeing the same problem that Simone (msg #210515) is having
(this after running Tomcat for YEARS without a hitch).
I use JAI and JAI-IMAGE I/O in various servlets. I'm running Java 1.5.17
without the JAI or JAI-IMAGE I/O installed. I've put jai_codec.jar,
jai_core.jar, and jai_imag
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Barry,
On 4/7/2010 10:18 AM, Propes, Barry L wrote:
> Ok, thanks. Having a bit of an issue early on, since I'm notusing an IDE of
> any kind to embed it.
That shouldn't be a problem: YourKit asks you to choose your IDE, just
choose "Cancel". It's n
On 07/04/2010 15:21, Munirathinavel wrote:
Hi,
Our application is a online vehicle rental.We are Apache2.2 as a front end
server& Tomcat 6.0.18 as back-end server with mod_jk2.28 tomcat connector.
The followings are our system configurations,
1)Operating System - Windows server2008
2)P
Hi,
Our application is a online vehicle rental.We are Apache2.2 as a front end
server & Tomcat 6.0.18 as back-end server with mod_jk2.28 tomcat connector.
The followings are our system configurations,
1)Operating System - Windows server2008
2)Processor - Intel Xenon
3)RAM -4 GB
I've been
Ok, thanks. Having a bit of an issue early on, since I'm notusing an IDE of any
kind to embed it.
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, April 06, 2010 5:56 PM
To: Tomcat Users List
Subject: Re: Shutdown hook for correctly unloading drivers
On 06/
Hi,
Our application is a online vehicle rental.We are Apache2.2 as a front end
server & Tomcat 6.0.18 as back-end server with mod_jk2.28 tomcat connector.
The followings are our system configurations,
1)Operating System - Windows server2008
2)Processor - Intel Xenon
3)RAM -4 GB
I've been
Thank you.
So did you load the ca root cert (self-signed "top of chain") into the
truststorefile? via keytool?
also
does your web app's web.xml have the following?
CLIENT-CERT
and
...
CONFIDENTIAL
From: Goo Sam Kong
To: Tomca
On 4/7/2010 3:12 AM, Honey Bajaj wrote:
Hi,
We are proposing a java architecture based on Tomcat 6 and hybris commerce
solution. The organization has inclination towards MSSQL database because of
tie-up with Microsoft. It will be really helpful, if anyone of you can share
the pros and cons,
Greetings, community!
I'm myself not a tomcat user, so I can't provide you with valid tomcat
version or provide some details, but I use service which is hosted on tomcat
related to it's response headers. Here's headers:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Encoding: gzip
Content-Type:
On 07/04/2010 08:12, Honey Bajaj wrote:
Hi,
We are proposing a java architecture based on Tomcat 6 and hybris commerce
solution. The organization has inclination towards MSSQL database because of
tie-up with Microsoft. It will be really helpful, if anyone of you can share
the pros and cons,
Hi,
We are proposing a java architecture based on Tomcat 6 and hybris commerce
solution. The organization has inclination towards MSSQL database because of
tie-up with Microsoft. It will be really helpful, if anyone of you can share
the pros and cons, so that we can make an informed decision.
32 matches
Mail list logo