Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
Hi, I have build a custom SSL implementation and I use that for the SSL connectivity in Tomcat. This was build back in Tomcat 5 and it works in Tomcat 6 But now that we are trying to migrate in Tomcat 7 a change has been done that breaks my implementation. Specifically the

Re: Any way to deal with too many request per second?

2012-07-05 Thread burghard.britzke
a Filter may help. But the clients must handle the situations if they are rejected because of the load. burghard@iSir Am 05.07.2012 um 02:35 schrieb Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 6/29/12 7:57 PM, Brian Braun

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Konstantin Kolinko
2012/7/5 Hermes Flying flyingher...@yahoo.com: Hi, I have build a custom SSL implementation and I use that for the SSL connectivity in Tomcat. This was build back in Tomcat 5 and it works in Tomcat 6 But now that we are trying to migrate in Tomcat 7 a change has been done that breaks my

: setting tomcat in iis

2012-07-05 Thread Ricardo Simões
Hi everyone, I think there was a guide that explain how to set tomcat 6 with IIS but iv seem to lost the link, does anyone have it? Thanks Ricardo Simões Description: C:\Users\Ricardo\AppData\Roaming\Microsoft\Stationery\logo.gif Coimbra Coordinating Centre for Clinical Research AIBILI -

Re: : setting tomcat in iis

2012-07-05 Thread Casper Wandahl Schmidt
http://lmgtfy.com/?q=tomcat+6+iis Med venlig hilsen/Kind regards Casper W. Schmidt Den 05-07-2012 14:48, Ricardo Simões skrev: Hi everyone, I think there was a guide that explain how to set tomcat 6 with IIS but iv seem to lost the link, does anyone have it? Thanks Ricardo Simões

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
Ok I will read these thank you. So essentially you are saying that I can not get away by justo overriding the new method delegating to the old one? I.e. public ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint){   return getServerSocketFactory();//the existing and

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Konstantin Kolinko
2012/7/5 Hermes Flying flyingher...@yahoo.com: Ok I will read these thank you. So essentially you are saying that I can not get away by justo overriding the new method delegating to the old one? I.e. public ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint){

RE: : setting tomcat in iis

2012-07-05 Thread Ricardo Simões
Thanks, I've done a previous search but couldn't find what I was looking. Also I explain my self badly I need to use openclinica that runs in Tomcat and I'm installing it on a windows server 2008 r2 with iis7, iv installed tomcat and it works great with iis closed, I've tried some of the

Re: : setting tomcat in iis

2012-07-05 Thread Konstantin Kolinko
2012/7/5 Ricardo Simões rsim...@aibili.pt: Thanks, I've done a previous search but couldn't find what I was looking. You can limit your search by adding site:tomcat.apache.org See tomcat.apache.org - Documentation - Tomcat Connectors - IIS.

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
Great! So the AbstractEndpoint is only passed in to be accessed if needed and if I don't need to use it I am ok! I will try this. Hopefully nothing will break! From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent:

Re: tomcat filters

2012-07-05 Thread Pid *
On 5 Jul 2012, at 01:51, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 7/2/12 6:15 PM, Pid wrote: On 02/07/2012 18:34, Varrun Ramani wrote: Hi I am in the process developing a web application firewall(WAF) for tomcat

Re: [EXTERNAL] Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-05 Thread Simon, Leonard
Chris, I don't envision us using that but thanks anyway. We are looking more at a vendor supported solution because of the many things the system administration group supports and do not have the expertise nor time for customized solutions. But again thanks for offering. We need to figure out

Error Starting webapp. FAIL - Application at context path /cyclos could not be started.

2012-07-05 Thread Rick Bragg
Hi, After upgrading one of my web applications (cyclos) I can no longer start up the web application. I get the following error: FAIL - Application at context path /cyclos could not be started. I tried undoing my upgrade, but I still get errors. Has anybody run into this? What would be the

Re: Error Starting webapp. FAIL - Application at context path /cyclos could not be started.

2012-07-05 Thread Tim Watts
Hi Rick, On Thu, 2012-07-05 at 13:15 -0400, Rick Bragg wrote: Hi, After upgrading one of my web applications (cyclos) I can no longer start up the web application. I get the following error: FAIL - Application at context path /cyclos could not be started. I tried undoing my upgrade,

confused by tomcat6/7 docs

2012-07-05 Thread Russ Tremain
Hi Oliver, I must say I'm a bit confused by the examples docs for tomcat7-maven-plugin. I see reference to a war:explode goal, which doesn't seem to exist. The reference is here: http://tomcat.apache.org/maven-plugin-2.0-beta-1/context-goals.html But when I dump the plugin