• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A problem with Apache SOAP 2.3 + Tomcat 4.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, everybody,
I have a problem with Apache SOAP+Tomcat, I have add mail.jar file to the classpath according to readme.txt of javamail and SOAP installation, but I still encounter the problem of class not found error when you click list ib the SOAP Admin console. May be I should add mail.jar to the tomcat directory webapp\lib as I do with axis. In Anix thereis no problem. My platform is win2k.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat 4.0 was a major redesign with respect to how classes are loaded so I think the rules for where you put library jar files have probably changed from the SOAP instructions you have. As I recall, its all discussed in the Tomcat docs that should be in your tomcat installation.
Bill
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic