org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Denise Wu
Hi, I developed a simple webservice to return a string based on an input string sent by the client. I configured my apache tomcat and axis2 for https on port 8443. When I send a query, it got received by the server as I can display the input string from the skeleton class and see it on tomcat

Range request header question

2012-08-14 Thread Denise Wu
Hi, I would like to be able to control which bytes range I would like to receive as a webservice response hosted by apache tomcat I know there is something called header range. Can anyone provide an example on how to use it? Thanks.