Re: [U2] UV SOAP into Tomcat

2008-03-29 Thread Craig Bennett
Please let us know if you hear from IBM. I have email u2askus and will post the results to the list. Craig --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UV SOAP into Tomcat

2008-03-28 Thread Hona, David S
:[EMAIL PROTECTED] On Behalf Of Craig Bennett Sent: Friday, March 28, 2008 3:46 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UV SOAP into Tomcat Hi David, does that mean -- you can't run uniSoap in tomcat as it is built for jetty? or merged with jetty? or embeds jetty? I thought jetty/tomcat

Re: [U2] UV SOAP into Tomcat

2008-03-28 Thread Craig Bennett
UniSOAPServer is built on top of Jetty (it is embedded). So, it won't work under Tomcat, unless it has some kind of servlet mode hidden under the covers. Thanks David, I'll share the good news. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] UV SOAP into Tomcat

2008-03-28 Thread Hona, David S
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett Sent: Friday, March 28, 2008 5:11 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UV SOAP into Tomcat UniSOAPServer is built on top of Jetty (it is embedded). So, it won't work under Tomcat, unless it has some kind

RE: [U2] UV SOAP into Tomcat

2008-03-28 Thread Ray Wurlod
Sounds like a good one to fire at U2AskUs also! --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV SOAP into Tomcat

2008-03-28 Thread Adrian Merrall
On Fri, Mar 28, 2008 at 7:10 PM, Craig Bennett [EMAIL PROTECTED] wrote: UniSOAPServer is built on top of Jetty (it is embedded). So, it won't work under Tomcat, unless it has some kind of servlet mode hidden under the covers. It depends on how IBM have done it. Developing on Jetty and

Re: [U2] UV SOAP into Tomcat

2008-03-28 Thread Adrian Merrall
It depends on how IBM have done it. Developing on Jetty and then deploying on tomcat is a pretty common use-case. Jetty is great because you can run it in Eclipse with the debugger on and step through your program as it answers requests. Of course jetty is pretty good in production as well.

RE: [U2] UV SOAP into Tomcat

2008-03-27 Thread Hona, David S
Hi Craig, You're actually executing an application server of sorts, in reality, as UniSOAP server is actually an implementation of Jetty (or vice-versa, depending on your viewpoint). There is a debate of the merits of Tomcat versus Jetty. Adding another layer/interface has its pros and cons. But