You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Simon McClenahan <si...@stellent.com> on 2001/11/19 22:58:02 UTC

Including Tomcat in stand-alone app

>From what I understand it is possible to run the Tomcat servlet
implementation without running a web server like Apache httpd. I am
writing an application that receives SOAP messages via HTTP, and I would
like to use the servlet API, but not run anything as heavyweight as a
web server.

What JAR libraries do I need in my classpath that represents Tomcat and
the servlet API? Can I distribute these JARs with my application?

How do I start and stop Tomcat programmatically from my application?


cheers,
	Simon

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Including Tomcat in stand-alone app

Posted by Denis Haskin <De...@HaskinFerguson.net>.
Simon McClenahan wrote:

> >From what I understand it is possible to run the Tomcat servlet
> implementation without running a web server like Apache httpd. I am
> writing an application that receives SOAP messages via HTTP, and I would
> like to use the servlet API, but not run anything as heavyweight as a
> web server.

What SOAP implementation are you using, or is it your own?  Many
implementations (Apache SOAP, for example), include infrastructure for
setting up a SOAP server, so you don't really need to layer Tomcat on top of
that.

See http://xml.apache.org/soap/features.html or
http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html

dwh


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>