• 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

Problem in WSAD 6.1

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
i want to create new application server instance just like we were doing in WSAD 5.
But, in WSAD 6.1, we do not have option to create new application server. We have option to create new web server or MQ server.
can any body tell me how to create new application server instance on WSAD 6.1 and assign console for that application server.

Thanks and Regards,
 
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
I'll assume you mean RAD 6 as there is no WSAD 6.

In RAD 6, there is one server. You add projects to this server. You can create multiple server profiles if you want, but they still point to the same server. The console is defaulted to the built in server.

Note that this is a real WebSphere server instead of a test environment like we got in WSAD 5.
 
KRK Gowda
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for help
Can you tell me how to create new server profiles


Thanks and Regards,
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Search firststeps.bat file in your profile folder. Run that and you will get GUI screen.
 
reply
    Bookmark Topic Watch Topic
  • New Topic