Re: Running Swing app under Tomcat 6 on Linux

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

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread Mark Eggers
- Original Message - > From: Christopher Schultz > To: Tomcat Users List > 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 5/1/12 1:39 PM, dgchristen...@comcast.net wr

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?

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

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

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 b

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 br

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) T

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 forma

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 starti

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread dgchristensen
- Original Message - > From: "Mark Eggers" > To: "Tomcat Users List" > 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 repackaging does. If it's anything

Re: Running Swing app under Tomcat 6 on Linux

2012-05-01 Thread dgchristensen
- Original Message - > From: "Christopher Schultz" > To: "Tomcat Users List" > 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 point, we're way off-topic but I'll keep p

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 e

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.

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

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

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: ~ > http://apache.claz.org/tomcat/tomcat-7/v7.0.27/src/apache-tomcat-7.0.2

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 /conf/Catalina/localhost/ > and point the docbase to outside-appbase W

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 o

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 wrote: > 2012/5/1 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 >> >> Bu

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

2012-05-01 Thread Olivier Lamy
2012/5/1 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 embedd

[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 do