• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

weblogic files

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anybody explain me what are the settings needed for deploying Ejbs in weblogic server.

classpath settings, jar files etc...

I am using weblogic server.

It would be great if anyone can tell me all the details, what are the jar files, classpath settings needed.

Thanks,
Chandra
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by shekar march chandra:
Hi,

Can anybody explain me what are the settings needed for deploying Ejbs in weblogic server.

classpath settings, jar files etc...

I am using weblogic server.

It would be great if anyone can tell me all the details, what are the jar files, classpath settings needed.

Thanks,
Chandra




if want to complie ejb program using weblogic they have cmd file. u call cmd file
ex: c:\bea\weblogic81\server\bin\setwlsenv.cmd
this will make classpath for weblogic complier .
 
shekar march chandra
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ram,

It would be better if u provide alink with example.

Thanks,
chandra
 
ramakrish nan
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by shekar march chandra:
Hi Ram,

It would be better if u provide alink with example.

Thanks,
chandra



i send session bean example using weblogic
Session Bean
reply
    Bookmark Topic Watch Topic
  • New Topic