Hello all,

I'm writing a Mina client to connect to an Apache http server.
The sockets all established fine, then I try to use session.write
and nothing happened. The http log didn't even show the
access/error traces from this Mina client.

   public void sessionOpened( IoSession session )
   {
       System.out.println("# sessionOpened");
       // send requests
       ...
           session.write( m );
   }

Any tips are highly appreciated.

Thanks

Reply via email to