• 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

Help Please

 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Has any one of you guys used JSPSmartUpload ?
I tried downloading the latest version of the same from www.jspsmart.com and I tried using it with Websphere.
With WAS 3.5 it works fine, but with WAS 4.0 it gives javax/servlet/ServletRequest ClassNotFound Exception.
The online documentation of jspsmartupload says that it is compatible with Servlet API 2.2 but I really doubt whether it is!!
Any ideas or suggestions!!!
Thanks
Maya
 
Ranch Hand
Posts: 395
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maya..
I think WAS 4.0 doesn't use the servlet.jar from the Sun. Just check the j2ee.jar or servlet.jar in WAS\lib directory. It wont be having the package structure of javax.servlet.
IBM gives its own j2ee.jar. So just change the package name in your smartupload files. else use the j2ee.jar or servlet.jar from Sun.
Hope this helps.
Cheers.
reply
    Bookmark Topic Watch Topic
  • New Topic