• 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

Is standalone websphere application server exists???

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have installed WAS6.1 full suite in my system;if you install you will get all features and admin console;

but i want standalone websphere application server which has basic features who can deploy ear files and configure datasource and deploying ear manually;i think for development point of view WAS6.1 full suite is not required and also full suite is taking lot of space in my system.

if you see Oracle91AS;it has full suite instllation and also for development point of view standalone application server is there i.e OC4J.

Is standalone websphere application server exists???
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maha,
IBM offers an Express edition with less features. I think it still includes the admin console though.
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually there isn't any difference between Express and Base version other than licensing usage terms..... Otherwise code base is EXACTLY same with latest versions......

Anyways, what you can do is create one single profile and that is the minimum footprint that you can have to get going with your development effort.

Cheers,
H. Kanthi
 
maha laxmi
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Hanumanth Kanthi:
Actually there isn't any difference between Express and Base version other than licensing usage terms..... Otherwise code base is EXACTLY same with latest versions......

Anyways, what you can do is create one single profile and that is the minimum footprint that you can have to get going with your development effort.

Cheers,
H. Kanthi




how to create single profile with minimum footprint;

while installing full suite should i select this option?
please explain clearly..
 
Hanumanth Kanthi
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With all the default options, you will get a single server profile created with the name of profile as "AppSrv01".

Check under WAS_ROOT\profiles folder for above cited default server.

That's the minimum footprint that you can have.

Hope this helps,

Cheers,
H. Kanthi
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic