I couldn't say. I use only Resin, no other servers, so it's easy for me.

On Jan 2, 2011, at 14:54:03, Steffen Demos wrote:

> Rick,
> 
> Can I use Apache and Glassfish to host my Hessian service? I think the answer 
> is yes from the reading I have done thus far. Is that indeed the case?
> 
> Thank you,
> 
> Steffen
> On Jan 2, 2011, at 3:41 PM, Rick Mann wrote:
> 
>> 
>> On Jan 2, 2011, at 09:59:01, Steffen Demos wrote:
>> 
>>> Developers,
>>> 
>>> I am implementing Hessian in Objective-C for the iPhone. I compile 
>>> successfully, but yet throw an exception when attempting to access 
>> 
>> Steffen,
>> 
>> Are you implementing Hessian, or are you implementing a service using 
>> Hessian, and the HessianKit library?
>> 
>>      http://sourceforge.net/projects/hessiankit/
>> 
>> -- 
>> Rick
>> 
>>> the BasicAPI web service with a call to hello. The exception reason states 
>>> "The service has no method named: hello". Has the test service been 
>>> modified or moved? Please note the url that I specify in my call below:
>>> 
>>>             NSURL* urlTest = [NSURL 
>>> URLWithString:@"http://hessian.caucho.com/test/test";];
>>>             id<BasicAPI> proxy = (id<BasicAPI>)[CWHessianConnection 
>>> proxyWithURL:urlTest protocol:@protocol(BasicAPI)];
>>>             NSLog(@"hello: %@", [proxy hello]);             
>>> 
>>> I always search postings to find answers to my questions before posting. 
>>> However, in this case I have not found how to do that. Please advise.
>>> 
>>> Thank you,
>>> 
>>> Steffen
>>> _______________________________________________
>>> hessian-interest mailing list
>>> hessian-interest@caucho.com
>>> http://maillist.caucho.com/mailman/listinfo/hessian-interest
>> 
>> 
>> 
>> _______________________________________________
>> hessian-interest mailing list
>> hessian-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/hessian-interest
> 
> 
> 
> _______________________________________________
> hessian-interest mailing list
> hessian-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/hessian-interest



_______________________________________________
hessian-interest mailing list
hessian-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to