Re: tomcat7-maven-plugin 2.0-SNAPSHOT:deploy ignores server configuration

2012-09-12 Thread Olivier Lamy
vote started see: http://markmail.org/message/ewcp3ukbcoogtswh 2012/9/12 Gert van Spijker g...@ab-graph.com: 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

How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread 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 pid* we get below error *pid: Not enough storage is available to process this command.*

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Konstantin Kolinko
2012/9/12 Aditi Sinha adisinha0...@gmail.com: 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 pid* we get below error *pid: Not

Re: IIS 7.5 + AJP Connector

2012-09-12 Thread Rainer Jung
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

RE: IIS 7.5 + AJP Connector

2012-09-12 Thread Alex Samad - Yieldbroker
[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:

Re: Offline generation of effective web.xml

2012-09-12 Thread Violeta Georgieva
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 knst.koli...@gmail.com 2012/9/11 Violeta Georgieva miles...@gmail.com: It would be very useful if I can provide this as part

Re: How to send some requests to all tomcat cluster nodes from loadbalancer

2012-09-12 Thread Pid
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 requests

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Pid
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 pid* we get below error *pid:

Re: How to get heap dump of Tomcat running as windows service.

2012-09-12 Thread Joao Silva
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 pid* we get below error *pid: Not enough storage

Re: How to send some requests to all tomcat cluster nodes from loadbalancer

2012-09-12 Thread Orhan Karasakal
Thanks for your help and reply On Wed, Sep 12, 2012 at 3:11 PM, Pid p...@pidster.com 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.

Re: Tomcat JNDI custom resource factory questions

2012-09-12 Thread Daniel Mikusa
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

Re: HTTP NIO connector not supporting IPv6

2012-09-12 Thread Daniel Mikusa
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. Connector port=8080 protocol=*HTTP/1.1* connectionTimeout=2

RE: HTTP NIO connector not supporting IPv6

2012-09-12 Thread Jeffrey Janner
-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. There are no

Re: HTTP NIO connector not supporting IPv6

2012-09-12 Thread Daniel Mikusa
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, Aditi Sinha

Q) ajp connector

2012-09-12 Thread Alex Samad - Yieldbroker
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

Re: Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-09-12 Thread Christopher Schultz
-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 As far as

Re: Q) ajp connector

2012-09-12 Thread Christopher Schultz
-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

RE: Q) ajp connector

2012-09-12 Thread Alex Samad - Yieldbroker
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:51 PM

Fwd: Problems loading external jar in my app !

2012-09-12 Thread joel badia escolĂ 
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