I have been playing with SOAP to produce some stupid to semi useful web services. Using Jakarta, TomCat and SOAP I have them working on a local server. I'd like to expose them through my web site so I can see them from anywhere, but I can't seem to integrate the Java components with the main Apache HTTP server. I suspect my lack of Java knowledge is causing the problem.

I've found a hundred ways to do it with C#/.NET/IIS but I don't run IIS, nor do I wish to.

Anyone got it going with an Apache system? It must be possible.