You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Deepak J <dj...@verisign.com> on 2007/09/19 16:09:18 UTC

MINA for HTTP

Hi,

I am trying to run a MINA HTTP server using the encoder/decoder provided in 
src/main/java/org/apache/mina/example/httpserver/codec .
I noticed that some HTTP POSTs are causing the connection to hang. This
never happens when content is just text but happens for many image/jpegs.
Subsequently I noticed package.html which says "A HTTP server implemented
with protocol codec (needs more work)."
Is the problem I am facing expected?
Should I consider using ASyncWeb? 
-- 
View this message in context: http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12778286
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.


Re: MINA for HTTP

Posted by Maarten Bosteels <mb...@gmail.com>.
Look at http://mina.apache.org/downloads.html   (see latest pre-release
snapshot)

or if you want to build it yourself:
svn co https://svn.apache.org/repos/asf/mina/trunk mina

see also http://mina.apache.org/developer-guide.html

Maarten

On 9/20/07, Deepak J <dj...@verisign.com> wrote:
>
>
> Where can I find trunk?
>
>
> Mark Webb-4 wrote:
> >
> > If you are using the trunk, check out the protocol-http-server and
> > filter-codec-http subprojects.
> >
> >
> > --
> > ..Cheers
> > Mark
> >
> > On 9/19/07, Deepak J <dj...@verisign.com> wrote:
> >>
> >>
> >> Hi,
> >>
> >> I am trying to run a MINA HTTP server using the encoder/decoder
> provided
> >> in
> >> src/main/java/org/apache/mina/example/httpserver/codec .
> >> I noticed that some HTTP POSTs are causing the connection to hang. This
> >> never happens when content is just text but happens for many
> image/jpegs.
> >> Subsequently I noticed package.html which says "A HTTP server
> implemented
> >> with protocol codec (needs more work)."
> >> Is the problem I am facing expected?
> >> Should I consider using ASyncWeb?
> >> --
> >> View this message in context:
> >> http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12778286
> >> Sent from the Apache MINA Support Forum mailing list archive at
> >> Nabble.com
> >> .
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12790798
> Sent from the Apache MINA Support Forum mailing list archive at Nabble.com
> .
>
>

Re: MINA for HTTP

Posted by Trustin Lee <tr...@gmail.com>.
yeah yeah I hear everyone's crying! :)

On 9/27/07, Cameron Taggart <ca...@gmail.com> wrote:
> The protocol-http-server is the future home of AsyncWeb, when it gets
> imported.  See this issue for details:
> https://issues.apache.org/jira/browse/DIRMINA-353
>
> Trustin... please!
>
> On 9/26/07, monika7 <mo...@maco-tech.com> wrote:
> >
> >
> >
> > Mark Webb-4 wrote:
> > >
> > > If you are using the trunk, check out the protocol-http-server and
> > > filter-codec-http subprojects.
> > >
> > >
> >
> > I checkout yesterday the trunk code from
> > https://svn.apache.org/repos/asf/mina/trunk/
> > and the no classes under the protocol-http-server. The directory listed
> > below is empty.
> > https://svn.apache.org/repos/asf/mina/trunk/protocol-http-server/src/main/java/org/apache/mina/protocol/http/server
> >
> > Can someone check the svn respository and make sure all the code is checked
> > in?
> >
> > Monika
> >
> > --
> > View this message in context: http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12908114
> > Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
> >
> >
>


-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Re: MINA for HTTP

Posted by Cameron Taggart <ca...@gmail.com>.
The protocol-http-server is the future home of AsyncWeb, when it gets
imported.  See this issue for details:
https://issues.apache.org/jira/browse/DIRMINA-353

Trustin... please!

On 9/26/07, monika7 <mo...@maco-tech.com> wrote:
>
>
>
> Mark Webb-4 wrote:
> >
> > If you are using the trunk, check out the protocol-http-server and
> > filter-codec-http subprojects.
> >
> >
>
> I checkout yesterday the trunk code from
> https://svn.apache.org/repos/asf/mina/trunk/
> and the no classes under the protocol-http-server. The directory listed
> below is empty.
> https://svn.apache.org/repos/asf/mina/trunk/protocol-http-server/src/main/java/org/apache/mina/protocol/http/server
>
> Can someone check the svn respository and make sure all the code is checked
> in?
>
> Monika
>
> --
> View this message in context: http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12908114
> Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
>
>

Re: MINA for HTTP

Posted by monika7 <mo...@maco-tech.com>.


Mark Webb-4 wrote:
> 
> If you are using the trunk, check out the protocol-http-server and
> filter-codec-http subprojects.
> 
> 

I checkout yesterday the trunk code from
https://svn.apache.org/repos/asf/mina/trunk/
and the no classes under the protocol-http-server. The directory listed
below is empty. 
https://svn.apache.org/repos/asf/mina/trunk/protocol-http-server/src/main/java/org/apache/mina/protocol/http/server

Can someone check the svn respository and make sure all the code is checked
in? 

Monika

-- 
View this message in context: http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12908114
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.


Re: MINA for HTTP

Posted by Deepak J <dj...@verisign.com>.
Where can I find trunk?


Mark Webb-4 wrote:
> 
> If you are using the trunk, check out the protocol-http-server and
> filter-codec-http subprojects.
> 
> 
> -- 
> ..Cheers
> Mark
> 
> On 9/19/07, Deepak J <dj...@verisign.com> wrote:
>>
>>
>> Hi,
>>
>> I am trying to run a MINA HTTP server using the encoder/decoder provided
>> in
>> src/main/java/org/apache/mina/example/httpserver/codec .
>> I noticed that some HTTP POSTs are causing the connection to hang. This
>> never happens when content is just text but happens for many image/jpegs.
>> Subsequently I noticed package.html which says "A HTTP server implemented
>> with protocol codec (needs more work)."
>> Is the problem I am facing expected?
>> Should I consider using ASyncWeb?
>> --
>> View this message in context:
>> http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12778286
>> Sent from the Apache MINA Support Forum mailing list archive at
>> Nabble.com
>> .
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12790798
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.


Re: MINA for HTTP

Posted by Mark <el...@gmail.com>.
If you are using the trunk, check out the protocol-http-server and
filter-codec-http subprojects.


-- 
..Cheers
Mark

On 9/19/07, Deepak J <dj...@verisign.com> wrote:
>
>
> Hi,
>
> I am trying to run a MINA HTTP server using the encoder/decoder provided
> in
> src/main/java/org/apache/mina/example/httpserver/codec .
> I noticed that some HTTP POSTs are causing the connection to hang. This
> never happens when content is just text but happens for many image/jpegs.
> Subsequently I noticed package.html which says "A HTTP server implemented
> with protocol codec (needs more work)."
> Is the problem I am facing expected?
> Should I consider using ASyncWeb?
> --
> View this message in context:
> http://www.nabble.com/MINA-for-HTTP-tf4481259s16868.html#a12778286
> Sent from the Apache MINA Support Forum mailing list archive at Nabble.com
> .
>
>