[tomcat maven plugin] configure vm options on embedded tomcat ?

2012-05-01 Thread Albert Kam
I have successfully launched an embedded tomcat as detailed in here : http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html But i wonder whether it is possible to fork and set the extra vm arguments for the embedded tomcat launch ? I need to

Re: [tomcat maven plugin] configure vm options on embedded tomcat ?

2012-05-01 Thread Olivier Lamy
2012/5/1 Albert Kam moonblade.w...@gmail.com: I have successfully launched an embedded tomcat as detailed in here : http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html But i wonder whether it is possible to fork and set the extra vm

Re: [tomcat maven plugin] configure vm options on embedded tomcat ?

2012-05-01 Thread Albert Kam
Works great now, thank you ! On Tue, May 1, 2012 at 5:45 PM, Olivier Lamy ol...@apache.org wrote: 2012/5/1 Albert Kam moonblade.w...@gmail.com: I have successfully launched an embedded tomcat as detailed in here :

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DG, At this point, we're way off-topic but I'll keep playing if you want to ;) On 4/30/12 12:46 PM, dgchristen...@comcast.net wrote: Thanks for the input. I guess I should give more rationale on why I want to do this. My webservice(s) use an

Re: Multiple Contexts - one classloader

2012-05-01 Thread Pid
On 30/04/2012 20:28, Shanti Suresh wrote: All, Is there a way to specify with Tomcat 7, one webapp-base with multiple contexts? I may regret asking: why do you want do this? p If I create several XML files under tomcat-home/conf/Catalina/localhost/ and point the docbase to

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albrecht, On 4/30/12 7:07 PM, Albretch Mueller wrote: Exactly what Tomcat distribution (and from where) are you trying to install? ~ Well, I got the source code from: ~

Re: mvn tomcat:deploy fails with HTTP response 401

2012-05-01 Thread Pid
On 30/04/2012 11:26, Martin Gainty wrote: redirecting to maven users ..as this is a maven issue Martin, FYI the Tomcat Maven Plugin community actually lives here. p Thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

Re: determining cause of MaxThreads exhausted

2012-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/13/12 4:40 PM, Miguel González Castaños wrote: The app sends massive emails to users with some info that requires users to log on the webapp and fill in some forms. It seems (without any logs or metrics) that people tend to fill

RE: Signing and Encrypting messages using Apache tribes

2012-05-01 Thread Filip Hanik (mailing lists)
-Original Message- From: Madhav Bhargava [mailto:unmarsh...@gmail.com] Sent: Monday, April 30, 2012 4:16 PM To: users@tomcat.apache.org Subject: Signing and Encrypting messages using Apache tribes Hi All, We use apache tribes for inter node communication via multicast. For

RE: Tribes coordinator

2012-05-01 Thread Filip Hanik (mailing lists)
-Original Message- From: Afkham Azeez [mailto:afk...@gmail.com] Sent: Tuesday, April 24, 2012 2:39 AM To: Tomcat Users List Subject: Re: Tribes coordinator Hi Filip, I have integrated the NonBlockingCoordinator committed to the Axis2 trunk. One thing I noticed is that even if

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread dgchristensen
- Original Message - From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, May 1, 2012 10:18:22 AM Subject: Re: Running Swing app under Tomcat 6 on Linux -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DG, At this

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread dgchristensen
- Original Message - From: Mark Eggers its_toas...@yahoo.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, April 30, 2012 12:23:57 AM Subject: Re: Running Swing app under Tomcat 6 on Linux Comment inline. == Comment == I don't know what magic the Ubuntu

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DG, On 5/1/12 1:39 PM, dgchristen...@comcast.net wrote: Mark, you are a genius. I followed the above and the Swing app starts without a problem. If anybody's willing to explain it, I'd like to understand what the difference is between starting

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DG, On 5/1/12 12:44 PM, dgchristen...@comcast.net wrote: jhat displays the raw data but the object browser allows the developer to view the data in a structured format. At the risk of using another lousy analogy, the application data is

Re: Javamelody and Struts

2012-05-01 Thread Miguel González Castaños
On 28/04/2012 22:50, evernat wrote: Hi Miguel, First, javamelody.war is *optional*. I suggest to try javamelody without using it. You may read the user guide for help with this: http://code.google.com/p/javamelody/wiki/UserGuide (if you have an exception, please copy the complete stack-trace)

WebSocket Help

2012-05-01 Thread umar farooq
Hi All, I am trying to use Chat example of WebSocket given in Tomcat version 7.0.27. Problem I faced are here. 1) After opening the web socket it closes the socket automatically after 20 sec. I want connection open until Guest (i.e. user) explicitly closes it. 2) Second thing is that It

Web Socket Issue

2012-05-01 Thread umar farooq
Hi All, I am trying to use Chat example of WebSocket given in Tomcat version 7.0.27. Problem I faced are here. 1) After opening the web socket it closes the socket automatically after 20 sec. I want connection open until Guest (i.e. user) explicitly closes it. 2) Second thing is that It

How to config the Tomcat 7.x JNDI datasource by using BoneCP ??

2012-05-01 Thread zuxiong lin
Hi, All. Any help ? Thanks?

Re:How to config the Tomcat 7.x JNDI datasource by using BoneCP ??

2012-05-01 Thread 490548661
see tomcat domcument mybe that will help you -- Original -- From: zuxiong lin; Date: 2012??5??2??(??) 9:12 To: users; Subject: How to config the Tomcat 7.x JNDI datasource by using BoneCP ?? Hi, All. Any help ? Thanks?

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread Mark Eggers
- Original Message - From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, May 1, 2012 2:00 PM Subject: Re: Running Swing app under Tomcat 6 on Linux -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DG, On

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread Mark Eggers
- Original Message - From: dgchristen...@comcast.net dgchristen...@comcast.net To: Tomcat Users List users@tomcat.apache.org; Mark Eggers its_toas...@yahoo.com Cc: Sent: Tuesday, May 1, 2012 10:39 AM Subject: Re: Running Swing app under Tomcat 6 on Linux - Original