• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problem in setting up WAS 5.1 Server in RAD 6.0

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

I recently installed RAD 6.0 with the help of documentaion provided by my organization. I'm able to install and configure WAS 5.0 & WAS 6.0 servers and publish my EAR project using them. I'm facing few compatability probelms in WAS 5.0 and setup problems in WAS 6.0.

My project requirement is JDK1.4 for which I can use WAS 5.1. I tried to configure WAS 5.1 (just like what I did for WAS 5.0 & WAS 6.0) but when ever I try to do that it says the 'Agent Controller was not installed' which I guess is wrong because I'm able to run WAS 6.0 server after installing Agent controller only and its asks for Websphere server installation directory. I didn't do this for WAS 6.0.

Let me know if there is any way to install or steps that I have to do prior to WAS 5.1 server installation.

Thanks for any help you may give!!.



One of my jar files in my project requires JDK 1.4 which is compatible with WAS 5.1 and WAS 6.0. I cannot use WAS5.0 because it supports only JDK 1.3
 
Ranch Hand
Posts: 211
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is an option when you install Agent Controller

It asks you to optionally link the Application Servers(V 5.0 and 6.0) . For 6.0 it works even when you do not associate the Agent Controller to the Application Server , but for 5.x i think it is mandatory.

Probably that's why WAS 5.1 does not find an Agent Controller associated.But an agent controller is not required if you are doing development and stuff, it is basically used to connect a client application to the host application's agent(installed by default)

Can you send more details on your problem?
 
Hey! Wanna see my flashlight? It looks like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic