cancel
Showing results for 
Search instead for 
Did you mean: 

Check if portal is installed

Former Member
0 Kudos

how to check if portal is installed or java is installed in sap enviroment?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To check if Java stack is instaled do the following:

transaction SMICM

SMICM --> Goto --> HTTP Server --> Display Data

You would get below details..

HTTP Application Server Handler

ABAP Server operational = TRUE

J2EE Server configured = TRUE

J2EE HTTP port =

J2EE HTTPS port =

J2EE Server operational = FALSE

Default root access handler = ABAP

URL Prefix Table loaded = TRUE

IF the setting below appears then the Java Instance is not set up.

J2EE Server configured = FALSE or left empty.

to check for the portal enter the URL:

http://server:port/irj/portal

thanks,

Nick.

Answers (0)