« Sharing iTunes Library among multiple users | Main | Using PHP to Create Dynamic Movable Type Output »

Using JAX-RPC with Tomcat on Mac OS X

Here are some notes from my experience configuring Tomcat to use the Java API for XML Remote-Procedure Call (JAX-RPC) libraries included in the Java Web Services Developers Pack (JWSDP). I was using the default Java SDK bundled with Mac OS X Panther.

I had to put the contents of the following JWSDP directories into the tomcat_home/shared/lib directory:

  • saaj/lib/*.jar

  • jwsdp-shared/lib/*.jar

  • jaxp/lib/endorsed/xerces-impl.jar