• 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:

To configure WSAD for connection to a remote server

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

I'm in the initial stages of setting up a pre-existing project in my locality. This project is already based and worked upon elsewhere. I'm advised to work with WSAD, which I'm totally unfamiliar of .

I've installed WSAD Version: 5.1.1 in my PC. All i need to do is to connect to the 'Remote Development Server'.
Can anybody please suggest me procedure to get this done?

If I'm asking too much info, then atleast gimme a list of the configuration parameters that I may need to import the code base into my WSAD..

Thanks a lot!
 
Hannah Christilda
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No replies!
 
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,

You're entering a world of pain! You cant use a config file to configure a server. Best thing is to open the server perspective, and choose new server, (testsever 5.1 or so) and configure it to your needs. After that you can very simple add your application by right clicking on the newly created server and choose add application. After that make sure that you apply the classloader settings, which differ among the various versions.
I would definitely recommend some professional help, do a course or so, and make suere you do manage your manager's expectations.
Any way good luck!
 
jeroen dijkmeijer
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One more thing...
You may also be interested to know that IBM ending WAS 5.x support, so I would also strongly advise you to move over to RAD/RSA/RSM 7 and WAS 6.1
jeroen
 
reply
    Bookmark Topic Watch Topic
  • New Topic