AW: Classpath problems

2002-05-24 Thread Wörner Till
Thank you I finally got my stuff working by installing tomcat 4.0.4 as my servlet container (had a hard day bringing all the stuff over from jrun to tomcat, but it works in the end ;-)) But all these classpath problems I had are still confusing to me, you never know which classes are picked

Re: Classpath problems

2002-05-23 Thread Heitzso
Assuming you're having trouble finding axis classes ... Try running with jdk 1.4.0 and using -Djava.endorsed.dirs=axis/lib in jdk invocation. You may not want to do this, but unfortunately axis is trying to be standards compliant and hence requires use of javax.blat classes, but those s

Re: Classpath problems

2002-05-23 Thread Dan Chisholm
Title: Classpath problems Which version of Java are you running?  If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism.  If that's the case, then you could try step 3 of the following mod

Classpath problems

2002-05-23 Thread Wörner Till
Title: Classpath problems Hi, I have big problems with classes I want to access from axis. I am testing with JRun 3.0 but Tomcat was the same...None of the handlers I have written and none of my web service classes can find the classes sitting under the WEB-INF directory where my web