Actually, Axis includes standalone HTTP (org.apache.axis.transport.http.SimpleAxisServer) and TCP (samples.transport.tcp.TCPListener) implementations, but they aren't advertised as "enterprise-ready". They are, however, pretty easy to run or embed inside your application.
After 1.0, I suspect we will do one of two things re: a standalone mode. First, we might turn SimpleAxisServer into a slightly more serious server implementation, with pluggable transports and a few more options. Second, assuming we can figure out a way to extend it for pluggable transports, we might include something like Jetty and attempt to keep everything in the servlet paradigm. --Glen > -----Original Message----- > From: Prabhakar Chaganti [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 7:25 AM > To: [EMAIL PROTECTED] > Subject: Re: Running as a Standalone Engine... > > > Axis is distributed a webapplication. It can't really run > standalone. Needs to be deployed in a web container. > > -prabhakar > > >>>Is there info on running Axis as a Standalone Engine? >
