cancel
Showing results for 
Search instead for 
Did you mean: 

FQDN of JAVA Engine

Former Member
0 Kudos

Hi,

How to configure Fully Qualified Host Name of J2EE engine.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There are multiple places. I am assuming you are posting this message, because by default all the URLs coming out of your JAVA engine is using the simple name, and it's erroring saying that it needs the FQDN? Here's how you fix it.

First, in your user env variable, start and default profiles, you need to set SAPLOCALHOSTFULL to the FQDN. SAPLOCALHOST can stay w/ the simple name.

icm/host_name_full also needs to be set to the FQDN.

Make sure the FQDN is mapped in WINS/DNS.

Cycle the JAVA engine, you should be good to go.

Former Member
0 Kudos

Hi ,

I already did all those steps ( icm/host_name_full, etc/hosts, smsy). But still i'm havingthe same issue.

Also what abt only JAVA systems (portals).

Root Cause Analysis - Configuration - Java - System Info - when i exceute it it was unable to get full domain name.

Thanks.

Edited by: Kobby bryant on Jul 26, 2008 4:13 PM

Former Member
0 Kudos

Hi,

Kindly open ur portal page. go to system landscape>

& change ITS host name & WAS host name.

Here eneter hostname.domain.com

this will solve ur problem.

Answers (3)

Answers (3)

Former Member
0 Kudos

resolved

Former Member
0 Kudos

Hi Imran Mulani,

Could you with more details as I can get to these steps?¿?

Thanks

JPReyes
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

just use fully qualified name in the place of host in the URL

http://fully qualified domain name: port

Samrat