Simple question I didn't see a clear answer to.
I have a set of code artifacts for the server to expose through SOAP-RPC.
Say, a class called CDCatalog in the javaxml2 package (so
javaxml2.CDCatalog). I've got my deployment descriptor all set up, and
registered with the server. My question is where does that class (and its
supporting classes) need to be in relation to Tomcat, my servlet engine?
Obviously Tomcat needs to find them; and I don't just want to hardcode the
path to them in my startup.bat or anything silly like that.
Thanks for the help,
Brett