RE: MediaType constant for text/javascript

2008-02-15 Thread Jerome Louvel
Hi Evgeny, There seems to be quite a confusion for Javascript media types. See this blog post: http://annevankesteren.nl/2005/02/javascript-mime-type Anyway, I've added a new TEXT_JAVASCRIPT constant in SVN trunk. Just keep in mind that the MetadataService uses APPLICATION_JAVASCRIPT by default

RE: CLOSE_WAIT and FIN_WAIT_2

2008-02-15 Thread Jerome Louvel
Hi Kevin, Did you try with the very latest from SVN trunk? We have made many changes recently in this area. We are more aggressively closing connections when we know that no entity can follow the headers. However, if there is a response entity, it is the responsibility of the client application

RE: new document:Embedding Jetty AJP draft,pls review

2008-02-15 Thread Jerome Louvel
Hello, Thanks for this new doc! Looking at your code, it seems that you could simplify it a lot using this approach: Instead of doing: //create embedding jetty server Server embedingJettyServer=new Server( component.getContext(), Protocol.HTTP,

Re: MediaType constant for text/javascript

2008-02-15 Thread Evgeny Shepelyuk
Hi Evgeny, There seems to be quite a confusion for Javascript media types. See this blog post: http://annevankesteren.nl/2005/02/javascript-mime-type Anyway, I've added a new TEXT_JAVASCRIPT constant in SVN trunk. Just keep in mind that the MetadataService uses APPLICATION_JAVASCRIPT by

Re: CLOSE_WAIT and FIN_WAIT_2

2008-02-15 Thread Kevin Conaway
Hi Jerome, I've rebuilt using the latest from the trunk but I'm still seeing CLOSE_WAIT and FIN_WAIT_2: 127.0.0.1:3910 127.0.0.1:8002 FIN_WAIT_2 127.0.0.1:3911 127.0.0.1:8002 FIN_WAIT_2 127.0.0.1:3912 127.0.0.1:8002 FIN_WAIT_2 127.0.0.1:3913

Re: new document:Embedding Jetty AJP draft,pls review

2008-02-15 Thread cleverpig
Sure,These are very good idea! I will modify them in next week. On Fri, Feb 15, 2008 at 4:38 PM, Jerome Louvel [EMAIL PROTECTED] wrote: Hello, Thanks for this new doc! Looking at your code, it seems that you could simplify it a lot using this approach: Instead of doing: