Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Olivier Lamy
for 1) your jars must be in the plugin dependencies section (see jdbc driver here http://tomcat.apache.org/maven-plugin-trunk/run-mojo-features.html ) for 2) I understand you simply want to run a war (and maybe run unit tests) so unpacking with the dependency looks to be the solution. HTH Olivier

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Cédric Couralet
2013/9/9 Greg Amerson : > Hello all, > > I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn > tomcat7:run* command. > > However, in my case I have two requirements that are different than the > documentation provides for and I'm wondering if it is possible with the > current

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Mak Pandian
Hi Greg, Your requirement is quite interesting and I am looking forward some fine recommendation from our users. On Mon, Sep 9, 2013 at 8:48 AM, Greg Amerson wrote: > Hello all, > > I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn > tomcat7:run* command. > > However, in

solution - RE: how to access HTTP response from jsr-356 ServerEndpointConfig.Configurator.modifyHandshake?

2013-09-09 Thread Bob DeRemer
> -Original Message- > From: Bob DeRemer [mailto:bob.dere...@thingworx.com] > Sent: Monday, September 09, 2013 1:30 PM > To: Tomcat Users List > Subject: RE: how to access HTTP response from jsr-356 > ServerEndpointConfig.Configurator.modifyHandshake? > > > > > -Original Message---

Re: Release a database connection from pool

2013-09-09 Thread Daniel Mikusa
On Sep 9, 2013, at 4:10 PM, Jose María Zaragoza wrote: > 2013/9/9 Daniel Mikusa : >> On Sep 9, 2013, at 2:56 PM, Jose María Zaragoza wrote: >>> >>> Or does it do anything more by using propietary driver's commands? I >>> asking me if ( some ) database servers need a special command to >>> finis

Re: Release a database connection from pool

2013-09-09 Thread Jose María Zaragoza
2013/9/9 Daniel Mikusa : > On Sep 9, 2013, at 2:56 PM, Jose María Zaragoza wrote: >> >> Or does it do anything more by using propietary driver's commands? I >> asking me if ( some ) database servers need a special command to >> finish a connection/session ? > > Not sure what you mean here. Can yo

Re: Release a database connection from pool

2013-09-09 Thread Daniel Mikusa
On Sep 9, 2013, at 2:56 PM, Jose María Zaragoza wrote: > Hello: > > I've got a simple question. > I'm using Tomcat 6 & DBCP library ( bit I've got the same question > with Tomcat JDBC pool ) > > > My question is: > > when DBCP wants to release a database connection from the pool ( for > examp

Release a database connection from pool

2013-09-09 Thread Jose María Zaragoza
Hello: I've got a simple question. I'm using Tomcat 6 & DBCP library ( bit I've got the same question with Tomcat JDBC pool ) My question is: when DBCP wants to release a database connection from the pool ( for example , if it is idle for more than minEvictableIdleTimeMillis ) does it just clo

[OT] Tunneling an arbitrary protocol via SSL/TLS

2013-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Somewhat off-topic, but I was wondering if anyone knew of any package or technique that could be used to tunnel an arbitrary protocol via TLS? In this particular case, I need to wrap HTTP in TLS (to make HTTPS :) without modifying the source o

RE: how to access HTTP response from jsr-356 ServerEndpointConfig.Configurator.modifyHandshake?

2013-09-09 Thread Bob DeRemer
> -Original Message- > From: Niki Dokovski [mailto:nick...@gmail.com] > Sent: Monday, September 09, 2013 1:11 PM > To: Tomcat Users List > Subject: Re: how to access HTTP response from jsr-356 > ServerEndpointConfig.Configurator.modifyHandshake? > > On Mon, Sep 9, 2013 at 5:26 PM, Bob De

Re: [OT] Tunneling an arbitrary protocol via SSL/TLS

2013-09-09 Thread Larry Shatzer, Jr.
On Mon, Sep 9, 2013 at 12:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Somewhat off-topic, but I was wondering if anyone knew of any package > or technique that could be used to tunnel an arbitrary protocol via T

Re: how to access HTTP response from jsr-356 ServerEndpointConfig.Configurator.modifyHandshake?

2013-09-09 Thread Niki Dokovski
On Mon, Sep 9, 2013 at 5:26 PM, Bob DeRemer wrote: > Thanks for the direction on using the respective Client/Server > EndpointConfig.Configurator plumbing to do a pre-connection AUTH. > Unfortunately, I’m stuck on the server side when trying to actually modify > the HTTP response result code from

how to access HTTP response from jsr-356 ServerEndpointConfig.Configurator.modifyHandshake?

2013-09-09 Thread Bob DeRemer
Thanks for the direction on using the respective Client/Server EndpointConfig.Configurator plumbing to do a pre-connection AUTH. Unfortunately, I'm stuck on the server side when trying to actually modify the HTTP response result code from within the Configurator. It doesn't appear that the Ha