Hi, I'm a newbie with Axis just migrating from JAX-RPC. I'm using the RC1 release with tomcat 4.1.10 on Solaris with JDK1.4_01. I've got a couple of pretty basic questions that I can't find answers for in the archive of this forum. * My webapp depends upon some other jar files that I've written. I copy all my jars to tomcat/webapps/axis/WEB-INF/lib, but I get class not found exceptions whenever I include references to classes outside the jar that contains my Axis generated files. What is the correct way to include all the jars needed for my webapp? Do they need to be added to a classpath for my webapp somewhere? * How does iterative development work? After I've installed my webapp and then update my jar, I copy it over the current jar. However, Axis/tomcat doesn't seem to notice and to get the webapp to see the changes I need to stop and restart tomcat. This is pretty gruesome. I've tried doing an undeploy/deploy before the test and it doesn't make any difference (at least for me).
How should this work? Thanks, Kim Gillies Gemini Observatory