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

Getting iAS and iWS Start

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello...
i have windows advanced server 2000 with IIS 5.0 on default localhost(80),
installed iplanet AS 6.5 and WS 6.0 enterprise edition (with ezsetup.exe) i.e installed with all default values.
My iplanet web server settings are
ServerRoot:
C:/iPlanet/Servers/https-Sanjay.MyDomain
Hostname:
sanjay.MyDomain
Error Log:
C:/iPlanet/Servers/https-sanjay.MyDomain/logs
/errors
DNS: off
'sanjay' is computer name and 'MyDomain' is primary suffix for DNS.
The problem is when i tried to register available server to deploy helloworld.ear
with iAs Deployment Tool from available example "helloworld".
I made the following enteries into logon dialog box
host : sanjay.MyDomain
port : 10817
user : ...
passwd : ...
i got the error "Server could not be reached", i changed the port to 16750 which i got from iplnet console 5.0 login which shows me "logon failuer :unknown error",same for 8888 which is my iplanet webserver port and also for 81 where all sample application of iAS are listed.
Even i cann't regiser new server from iAS Adminstrative Tool with following enteries
Name : iAS2
Host : sanjay (sanjay.mydomain also tried)
Port : 10817 (16750,81,8888,10818 also tried)
I also tried with command line based deployment "iasdeploy deployapp helloworld.ear"
but given me an error saying "sanjay.MyDomain:Error: could not logon to sanjay.MyDomain"
installed services
Component ->PortNumber
iPlanet Web Server 6.0-> sanjay.mydomain:8888
IIS 5.0 on Win Adv server -> 80
iPlanet Sample Application on -> sanjay:81
Directory Server -> 389
Administrative Server (KAS) -> 10817
Executive Server (KXS) -> 10818
Using Easy Installation Options on Windows
Java Server (KJS) on Windows -> 10819
CXS engine -> 9091
PointBase database engine -> 9092
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sanjay,
You can check iPlanet Knowledge base for a frequent problem that arises during installation of iPlanet Application Server(iAS) 6.0 on the Windows 2000 platform.
http://knowledgebase.iplanet.com/ikb/kb/articles/7809.html
http://knowledgebase.iplanet.com/ikb/kb/articles/7812.html

Setting the DNS suffix on Windows 2000

Thanks,
Raj
[ October 07, 2002: Message edited by: raj sekar ]
reply
    Bookmark Topic Watch Topic
  • New Topic