I'm running Tomcat 5.5.5 and Axis 1.1 in production and it works great. Are you using any J2SE 1.5 specific features? If not, consider tooling back to JDK1.4.2 and using the tomcat compatibility package. I think you'll find Axis 1.1 work fine together. Let me know if can share any specifics of the configuration. -- Andy
>>> [EMAIL PROTECTED] 12/21/04 05:29AM >>> Hi Hans I spent several days with different errors and Exceptions trying to follow the guide from axis-1_1\docs\install.html until I updated my axis from 1.1 to 1.2RC2. I know it doesn't solve all your problem, but i strongly recommend it. I don't know why but somehow Tomcat 5.x and axis1.1 won't work together very well... regards Stig P. -----Oprindelig meddelelse----- Fra: Hans Rupp [mailto:[EMAIL PROTECTED] Sendt: 21. december 2004 13:29 Til: [EMAIL PROTECTED] Emne: simple axis tests fail hi, i'am new to axis and cannot get running. the happyaxis-page says "The core axis libraries are present." but when i try the links from the install-page, for example http://localhost:8080/axis/services/Version?method=getVersion i get a 500 internal server error instead of the mentioned xml page. in addition i get a nullpointerexception when i try to run tcpmon or to deploy the SoapMonitorApplet. in one word: it doesn't work. i'm using: WinXp, jdk1.5.0, jwsdp-1.5, tomcat50-jwsdp and axis-1.1 after reading the install and userguide and surfing the user mailing list i couldn't a solution instead i became more and more confused about classpaths and which jars should be in which directory. Could someone please give me some tips? Regards Hans