At 01:38 PM 3/1/2002 +0000, Monika Solanki wrote: >Hi all, > >I have been desperately trying since yesterday to configure the classpath for windows >2000 to set the path for the jar files. Nothing seems to work. Can someone pls >help..... :-(
If you're using axis, I presume you're using it within a servlet engine...Tomcat 4.0, perhaps? If so, you needn't set the classpath in win2k at all; you put the jars in TOMCAT_HOME/common/lib. (Tomcat 3.2, on the other hand, uses the classpath but changes it, so you may need to change the batch file it starts with. And other engines may do other things...) (The client is a separate problem and should usually have the classpath set explicitly, unless you use a Tomcat JSP as a client, which simplifies things a bit.) hope this helps. :-) Tom Myers