cancel
Showing results for 
Search instead for 
Did you mean: 

Post installation setting on WAS 6.20 for browser-based access

Former Member
0 Kudos

Hi,

What settings need to be made in ICM, ICF or J2EE to access WAS 6.20 witha web browser.

Thnx

Meesum

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Achim & Ulli,

Thnx for the help.

Ur tips address the fact of accessing a JAva or BSP applications with WAS 6.20. Another query:

Just as one can access the webgui for SAP (similar to SAPgui for Windows) in the browser using ITS (<...ITS_Host_name/scripts/wgate/webgui/?!....>),

is it possible to do that with WAS 6.20.

Thnx once again

Ulli_Hoffmann
Contributor
0 Kudos

Hi Meesum,

ITS and WAS are different server concepts. WebGUI is not supported in WAS 6.20, but as far as I know ITS will be integrated into WAS 7.0 coming out next year (NetWeaver '05). Then it should work as it used to. For Was 6.20 you need SAP GUI as client and when developing applications you can decide to run them in a browser (then develop with JSP or BSP) or run them in SAPGUI (ABAP Dynpro old school).

regards,

Ulli

athavanraja
Active Contributor
0 Kudos

Hi,

Integrated ITS for WEBGUI (HTML SAPGUI) is available as of WAS6.40

Regards

Raja

Ulli_Hoffmann
Contributor
0 Kudos

Hi Meesum,

note 517484 gives some hints of ICF services to be activated in case you're about to run BSP apps. Also, you will get a list of services displayed in the browser, when you try to run a bsp app the first time. However, for the message to be displayed you must change some browser settings, those steps are described in note 529793.

hope that helps,

Ulli

achim_hauck2
Active Contributor
0 Kudos

which http-server of the WAS do you want to access?

the j2ee part or the abap part?

j2ee (standalone): there should be no more settings to be done, the default port is 5<SystemNr>00, e.g. http://myhost.mycompany.com:500000/

abap: you have to set some profile parameters (they should be already there with default parameters):

icm/plugin_<number> = PROT=HTTP,PLG=<path to your http-library>

icm/server_port_<number> = PROT=HTTP,PORT=<your port>

restart the server

then you have to activate some services in SICF, that you want to access.

to verify your settings take a look at SMICM, Menu "Go to / Parameter / Display"

kr, achim