[ 
http://issues.apache.org/jira/browse/AXIS2-121?page=comments#action_12317921 ] 

Davanum Srinivas commented on AXIS2-121:
----------------------------------------

Thinking more about this....Please see server.zip here - 
http://issues.apache.org/jira/browse/AXIS-2082 that would do as well. If we can 
use jetty's transport layer directory instead of the servlet stuff that would 
be much better (as jettty is better maintained and we want to be able to use 
this directly without servlet stuff on the client-side (for async) requests.

thanks,
dims

> Jetty based SimpleHTTPServer
> ----------------------------
>
>          Key: AXIS2-121
>          URL: http://issues.apache.org/jira/browse/AXIS2-121
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>     Reporter: Davanum Srinivas

>
> This is yet another lesson learned from Axis 1.X. A lot of code is not tested 
> well because a typical deployment is a servlet and none of the tests in the 
> harness are run inside a servlet. (http chunking, gzip compression, anything 
> that exercises the thread context loader, class loader stuff etc...). Just 
> like the move to CommonsTransportSender based on jakarta commons client, I 
> think we should port the JettyAxisServer in Axis 1.X clean it up and use that 
> in Axis 2.0 as the default environment for testing (and get rid of the 
> SimpleHTTPServer).
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to