Re: HTTP NIO connector not supporting IPv6

2012-09-13 Thread Aditi Sinha
Thanks Dan, Jeff for sharing so much of infomation. I will try the below option and share the result. Try upgrading from 1.6.0_25 to 1.6.0_35. Thanks & Regards, Aditi On Thu, Sep 13, 2012 at 7:39 PM, Jeffrey Janner wrote: > > -Original Message- > > From: Daniel Mikusa [mailto:dmik...

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

2012-09-13 Thread Aditi Sinha
Hi, Tried below option. * jmap -J-Xmx512M -dump:format=b,file=heap.bin * This too gives the same problem *": Not enough storage is available to process this command"* ** **Thanks & Regards, Aditi On Thu, Sep 13, 2012 at 1:40 PM, Brett Delle Grazie < brett.dellegra...@gmail.com> wrote: > On 12

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

2012-09-13 Thread Kiran Badi
On 9/13/2012 8:13 AM, Christopher Schultz wrote: Large sites will use a single URL that ends up resolving the images from some kind of data source. That data source might be a disk (e.g. you could forward to the DefaultServlet) or a database (relational or otherwise) where you would write your ow

Re: Setting initial memory for a Tomcat Windows Service

2012-09-13 Thread Patrick Flaherty
On Sep 13, 2012, at 5:37 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 9/13/12 11:41 AM, Patrick Flaherty wrote: I'm trying to change the max memory (java heap -Xmx) using Tomcat's //US// switch. I type it according to the Windows service how-to. We

Re: Setting initial memory for a Tomcat Windows Service

2012-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick, On 9/13/12 11:41 AM, Patrick Flaherty wrote: > I'm trying to change the max memory (java heap -Xmx) using > Tomcat's //US// switch. I type it according to the Windows service > how-to. We would like to script this into our Tomcat deployment >

Re: Problems loading external jar in my app !

2012-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vishwanath, On 9/13/12 10:04 AM, Vishwanath Washimkar wrote: > Joel, > > At first look it seemed to me odd, but I google search I got this > link. It seems that you have not provided ' ; ' at the end of your > import. That's not how it is supposed

Re: Fwd: Problems loading external jar in my app !

2012-09-13 Thread Ralph Plawetzki
Am 13.09.2012 07:42, schrieb 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 instal

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread Daniel Mikusa
On Sep 13, 2012, at 12:55 PM, anuj kumar wrote: > On one of the blogs on spring insight site, they mention that they have > support for tomcat as well as jboss i think. But doesnt talk about how to > go about it. Heres the link to the blog: > http://blogs.vmware.com/vfabric/2012/07/spring-insight-

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread anuj kumar
Yes i know. I have already posted my comments there as well. I am waiting for the answers still. I hope someone does reply. Cheers! On Thursday, 13 September 2012, Mark Thomas wrote: > On 13/09/2012 17:55, anuj kumar wrote: > > On one of the blogs on spring insight site, they mention that they ha

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread Mark Thomas
On 13/09/2012 17:55, anuj kumar wrote: > On one of the blogs on spring insight site, they mention that they have > support for tomcat as well as jboss i think. But doesnt talk about how to > go about it. Heres the link to the blog: > http://blogs.vmware.com/vfabric/2012/07/spring-insight-coming-to-

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread anuj kumar
On one of the blogs on spring insight site, they mention that they have support for tomcat as well as jboss i think. But doesnt talk about how to go about it. Heres the link to the blog: http://blogs.vmware.com/vfabric/2012/07/spring-insight-coming-to-weblogic.html Cheers! Anuj On Thursday, 13 Se

Setting initial memory for a Tomcat Windows Service

2012-09-13 Thread Patrick Flaherty
Hello, I'm trying to change the max memory (java heap -Xmx) using Tomcat's // US// switch. I type it according to the Windows service how-to. We would like to script this into our Tomcat deployment script which right now simply installs the service using "service install". With the service a

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread Daniel Mikusa
On Sep 13, 2012, at 11:15 AM, anuj kumar wrote: > Hi, > I am working on Tomcat 6 and I want to integrate Spring Insight into my > Tomcat 6 instance. Can anyone help me in achieving the same. Save yourself some time and install the tc Server Developer Edition. It comes with Spring Insight instal

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread anuj kumar
Actually its not in my hands as its the deployment teams decision to continue with Tomcat 6 and not use TC server, probably because its not free at commercial level. :( Is it something that you have done before or have any idea on how it can be done. I would really appreciate any help. Thanks, A

Re: Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread bilguun bayarmagnai
Why not just use the tc server provided from spring itself? On Sep 13, 2012 11:15 PM, "anuj kumar" wrote: > > Hi, > I am working on Tomcat 6 and I want to integrate Spring Insight into my > Tomcat 6 instance. Can anyone help me in achieving the same. I know that > Spring Insight can be integrate

Tomcat 6.0.33 and Spring Insight

2012-09-13 Thread anuj kumar
Hi, I am working on Tomcat 6 and I want to integrate Spring Insight into my Tomcat 6 instance. Can anyone help me in achieving the same. I know that Spring Insight can be integrated with Tomcat but I cant find any documentation for the same. I am looking at tomcat users list to help me achieve the

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

2012-09-13 Thread Vishwanath Washimkar
Chris I like your approach. Thanks all I learned the tomcat context concept from your guys...need to look into it. Vishwanath On Thu, Sep 13, 2012 at 8:13 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kiran, > > On 9/11/12 10

RE: HTTP NIO connector not supporting IPv6

2012-09-13 Thread Jeffrey Janner
> -Original Message- > From: Daniel Mikusa [mailto:dmik...@vmware.com] > Sent: Wednesday, September 12, 2012 2:14 PM > To: Tomcat Users List > Subject: Re: HTTP NIO connector not supporting IPv6 > > On Sep 12, 2012, at 2:44 PM, Jeffrey Janner wrote: > > >> -Original Message- > >>

Re: Problems loading external jar in my app !

2012-09-13 Thread Vishwanath Washimkar
Joel, At first look it seemed to me odd, but I google search I got this link. It seems that you have not provided ' ; ' at the end of your import. Also test it out putting the jar in the webapps/lib or /lib. I need to research on aptitude installation though. The following link might help. http

Re: tomcat 7.0.27 HTTP Status 404 - /manager/status

2012-09-13 Thread Vishwanath Washimkar
Fawad, I tried to reproduce the issue following the steps you had provided. Did the same. Could not reproduce the issue. You definitely had done something other which may have just deleted the manager app from webapps directory so double check that. I confirm that for the manager app to start or

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

2012-09-13 Thread Brett Delle Grazie
On 12 September 2012 13:14, Pid wrote: > 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,fi

Re: Q) ajp connector

2012-09-13 Thread verlag.preis...@t-online.de
Hi Alex, -Original-Nachricht- > Von: Alex Samad - Yieldbroker > An: Tomcat Users List > Betreff: RE: Q) ajp connector > Datum: Thu, 13 Sep 2012 05:52:55 +0200 > So would that then be > > Client -> websocket -> IIS -> is this still done as AJP or websocket > ->jboss/tomcat > > Is jb