installing 2nd Jas environment

CNCOneWorld

Active Member
I have installed a second JAS environment on our Webserver. Where do I change the address to point to the new install path 81 instead of the default 80? Also will changing this setting change the saw address for this new environment?
Thanks in advanced.
 
What platform are you running it on?

In Unix, you would launch adminclient.sh and modify the server info on the Virtual Host to include a port number (IE server.yourcompany.com:81).

I hope this helps.

Dan
 
I have a NT server. I installed the second environment/instance using =
port
81. I then changed the HTTPD.CONF to include the following:
#Listen 81=20
#NameVirtualHost WEBSPHERE1:81

#<VirtualHost WEBSPHERE1:81>

#Alias /jde "D:/Program
Files/JDEdwards/JAS/EA_JDEdwards_81.ear/webclient.war"


#<VirtualHost WEBSPHERE1.jdedwards.com:81>

#Alias /jde "D:/Program
Files/JDEdwards/JAS/EA_JDEdwards_81.ear/webclient.war"


This would not allow the IBM http services to start properly. So I =
commented
them out. The page says "The page cannot be displayed" when I use
http://websphere1:81/jde/owhtml. It does work for :80. Is there
adjustments I must make in the Websphere administration console?=20
 
Back
Top