Chohan, DB (Dharmesh) wrote: >I have got a web service on the server side which uses other jar files. >Please can anybody advice where is the best place to put the jar files on >unix/linux system. I had the jar files put under >/opt/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/lib directory but when the >client calls the web service, it reports a compilation error a runtime. > My java installation is in /usr/java and so I place my jar files in /usr/java/jre/lib/ext
If you are running a version > 1.3 then it will look for jar files in that location. >