vote started see: http://markmail.org/message/ewcp3ukbcoogtswh
2012/9/12 Gert van Spijker :
> On 11/09/12 20:34, Olivier Lamy wrote:
>> Hi,
>>
>> Some issues has been fixed regarding that.
>> Is there any logs on server side.
>> Did you try a recent snapshot or build yourself ?
>
> No, I didn't.
Hi,
We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows
service.
When we try to get the heap dump of Tomcat using the following command
*jmap -dump:format=b,file=heap.bin *
we get below error
*: Not enough storage is available to process this command.*
When Tom
2012/9/12 Aditi Sinha :
> Hi,
>
>
>
> We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows
> service.
>
> When we try to get the heap dump of Tomcat using the following command
>
>
>
> *jmap -dump:format=b,file=heap.bin *
>
>
>
> we get below error
>
>
>
> *: Not enough storage
On 12.09.2012 01:52, Alex Samad - Yieldbroker wrote:
okay.. worked it out.
Seems like I had the application pool set to no .net framework... and
integrated pipeline NOT classic.
But it seem if you don't set a .net it uses the old IIS6 ISAPI reg settings !
So now I have set .net framework to 4 ,
[snip]
> >
> > and the thread count is over the 264.
> >
> > oh yeah.
> > the pain of using IIS !
>
> Thanks for sharing the solution.
Least I can do !
>
> Rainer
> [snip]
-
To unsubscribe, e-mail: users-unsubscr..
Thanks for the starting point.
I'm starting to look at the code and when I have the first results I'll
write to the dev list.
Is that OK?
2012/9/11 Konstantin Kolinko
> 2012/9/11 Violeta Georgieva :
> > It would be very useful if I can provide this as part of the build
> > infrastructure for exa
On 12/09/2012 12:45, Orhan Karasakal wrote:
> Hi,
>
> I have a distrubuted cluster system. I have set up apache server and set
> loadbalancing (mod_jk) conditions. And also sticky session is true mode. Among
> nodes, there is no multicasting
>
> Is it possible that could I send some special reque
On 12/09/2012 11:02, Aditi Sinha wrote:
> Hi,
>
>
>
> We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows
> service.
>
> When we try to get the heap dump of Tomcat using the following command
>
>
>
> *jmap -dump:format=b,file=heap.bin *
>
>
>
> we get below error
>
On 12/09/2012 11:02, Aditi Sinha wrote:
Hi,
We have web server hosted on Tomcat 7.0.22. Tomcat is running as windows
service.
When we try to get the heap dump of Tomcat using the following command
*jmap -dump:format=b,file=heap.bin *
we get below error
*: Not enough storage is avail
Thanks for your help and reply
On Wed, Sep 12, 2012 at 3:11 PM, Pid wrote:
> On 12/09/2012 12:45, Orhan Karasakal wrote:
> > Hi,
> >
> > I have a distrubuted cluster system. I have set up apache server and set
> > loadbalancing (mod_jk) conditions. And also sticky session is true mode.
> Among
>
On Sep 12, 2012, at 1:52 AM, Kirill Ilyukhin wrote:
> Hi!
>
> I am using Tomcat 7.0.29 with a custom JNDI resource factory
> (http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html#Adding_Custom_Resource_Factories).
> The factory creates a connection to data server which then can be
>
On Sep 12, 2012, at 1:29 AM, Aditi Sinha wrote:
> Thanks Dan, Jeff.
>
>
>
> There are no errors in catalina.log file.
>
> The connector tags are defined as below in server.xml. This configuration
> does not support IPv6.
>
>
> redirectPort="8443" />
>
>
>
> maxThreads="150"
>
>
> -Original Message-
> From: Daniel Mikusa [mailto:dmik...@vmware.com]
> Sent: Wednesday, September 12, 2012 10:00 AM
> To: Tomcat Users List
> Subject: Re: HTTP NIO connector not supporting IPv6
>
> On Sep 12, 2012, at 1:29 AM, Aditi Sinha wrote:
>
> > Thanks Dan, Jeff.
> >
> >
> >
> > T
On Sep 12, 2012, at 2:44 PM, Jeffrey Janner wrote:
>> -Original Message-
>> From: Daniel Mikusa [mailto:dmik...@vmware.com]
>> Sent: Wednesday, September 12, 2012 10:00 AM
>> To: Tomcat Users List
>> Subject: Re: HTTP NIO connector not supporting IPv6
>>
>> On Sep 12, 2012, at 1:29 AM, Ad
Hi
I have a design question. I have an application that uses long lived
connections back to the server so
App -> IIS -> AJP Connector -> Jboss/Tomcat
Or
App -> Apache -> AJP Connector -> Jboss/Tomcat
So I know that IIS / Apache can handle lots of connections without pairing it 1
thread to 1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kiran,
On 9/11/12 10:44 PM, Kiran Badi wrote:
> On 9/8/2012 4:09 PM, Konstantin Kolinko wrote:
>> Regarding the aliases feature:
>>
>> single path -> multiple file paths: No multiple different
>> non-intersecting paths -> multiple file paths: Yes
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alex,
On 9/12/12 9:17 PM, Alex Samad - Yieldbroker wrote:
> I have a design question. I have an application that uses long
> lived connections back to the server so
It sounds like HTTP isn't the right for you. Maybe you want to use
something like Wek
So would that then be
Client -> websocket -> IIS -> is this still done as AJP or websocket
->jboss/tomcat
Is jboss tomcat ready to handle websockets ?
Alex
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Thursday, 13 September 2012 12:5
Hello everyone, i have a problem with my jsp app for adding external
jars. First of all I have tried the same code and app directory
structure in netbeans ide "built-in" tomcat and works fine, but when i
try to serve my app in my tomcat installation (installed using
aptitude) it seems that it's imp
Hi,
Please find the requested details below
1. What is your OS?
*Windows 7, 32-bit OS. I have even tried on Windows 2k8 server but the
same problem.*
2. How much memory the running Tomcat is using? Do you have enough
space on your hard drive, and does it have access rights to write
there?
*Runn
20 matches
Mail list logo