• 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

classpath in WAS4.0

 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
Wanna know the settings for the classpaths in WAS4.0, i have certains beans(session beans etc) which refer to certain jar files, in the AAT i have given the name of those .jar files in the classpath option of the .jar file that is made for all the EJB's with spaces in between the names of the files, but i am still getting the problems when i try to install certain session beans. Also are not the beans once deployed accessible to the servlets? In WAS3.5 once i deployed the EJBS i did not have to specifically provide the stubs of those beans to the servlets, they were accesible to them since they were running in the same App server and hence the same JVM, but in WAS4 i had to copy the stubs folder under the servlet folder root or alternatively add those files in the war file. Please do clarify this and also the setting reqd for the classpaths.
Thanks in advance.
Daman
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All of the answers you are looking for are in this article here: http://www7b.boulder.ibm.com/wsdd/library/techarticles/0112_deboer/deboer2.html
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
InfoCenter 6.4.1: Setting classpaths addresses this issue
------------------

Tony Chen
IBM Certified Specialist - WebSphere V3.5
IBM Certified Solution Developer - WebSphere V3.5
IBM Certified Systems Expert - Administration for WebSphere V3.5
Sun Certified Programmer for the JAVA 2 Platform
 
daman sidhu
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Kyle and Tony, ill see the articles and get back on the same,thanks again for the links
Daman
 
reply
    Bookmark Topic Watch Topic
  • New Topic