Re: Standalone Java web services server

2005-01-21 Thread Paul Callahan
It might be worth taking a look at Jetty. It has a much smaller footprint and is more embeddable than Tomcat. -pc On Thu, 20 Jan 2005 20:11:58 -0500, Douglas Kunzman [EMAIL PROTECTED] wrote: Hi, I am looking for a java based web services server that does not need tomcat or an http server

Standalone Java web services server

2005-01-20 Thread Douglas Kunzman
Hi, I am looking for a java based web services server that does not need tomcat or an http server to be hosted but could be easily integerated into an existing java application. thanks, Douglas Kunzman Sensor Systems Work 703-437-7651 x693 Mobile 571-228-1048

Re: Standalone Java web services server

2005-01-20 Thread Tim K. (Gmane)
Axis has a built-in minimal HTTP server from what I read, but I never used it so I don't know the details. Look into it a little bit and see if it will work for you. Tim Douglas Kunzman wrote: Hi, I am looking for a java based web services server that does not need tomcat or an http server to

Re: Standalone Java web services server

2005-01-20 Thread Peter Smith
I think previous email is referring to http://wiki.apache.org/ws/SimpleAxisServer Peter Tim K. (Gmane) wrote: Axis has a built-in minimal HTTP server from what I read, but I never used it so I don't know the details. Look into it a little bit and see if it will work for you. Tim Douglas