cancel
Showing results for 
Search instead for 
Did you mean: 

Customize Web Application Server to serve bsp pages

Former Member
0 Kudos

Hi to all, we have a SAP system,release 4.7 (6.20).

We want to use the Web Application Server to serve a small BSP application.

We want to call the url of the BSP application from a intranet.

I want to know:

1.-what is needed to customize in the WAS in order to be able to serve that BSP application.

2.-Is obligatory to have an aditional web server as iis or Apache?

3.-Is obligatory to have the ITS?

4.-Any tutorial, documentation or how-to from customize the was to server bsp page are welcomed.

Now the url that show when I try to execute the bsp application is the following:

http://myserver./sap/bc/bsp/sap/zprueba1/holamundo.html?sap-client=002&sap-sessioncmd=open

I think probably the port are not good configurated.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

2.-Is obligatory to have an aditional web server as iis or Apache? <i><b>No</b></i>

3.-Is obligatory to have the ITS? <i><b>NO</b></i>

Former Member
0 Kudos

First thanks for the response.

The help of sap library is goot but not enough I have read all subject "Administration: HTTP Communication Using the SAP System as a Server" and I think I have all configurated ok:

- I have the SICF service "default_host" ok and I have Activate the service.

But when I try execute a bsp application with the simple html page:

<html>

<head>

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>Pagina nueva 1</title>

</head>

<body>

hola

</body>

</html>

The server give error 500 "internal server error".

The url:

"http://clh_mas2./sap/bc/bsp/sap/zprueba1/holamundo.html?sap-client=002&sap-sessioncmd=open"

How can I get more information of the error or know what is happen?

Thanks.

eddy_declercq
Active Contributor
0 Kudos

Hi,

What is transaction ST22 saying?

Eddy

Former Member
0 Kudos

Hi,

St22 is not registering that errors are http errors.

What is the port usually used ?

Manuel.

athavanraja
Active Contributor
0 Kudos

go to transaction SMICM->go to ->services and see what is the port setting for http. if its not maintained , you may have to maintain it.

Regards

Raja

eddy_declercq
Active Contributor
0 Kudos

Hi,

Server 500 errors are usually registered in ST22. What is your FQN? Is see a point at the end of your servername looks rather strange to me. Or is that a typo?

Eddy

Former Member
0 Kudos

Hi,

In the http services in the port I have "0" and in the Machine I have "myserver."

I have put 8080 on the port but seems that the name of the machine is wrong because the name is "myserver" and there appear as "myserver."

1.- What is the normal port, 80, 8080 ?

2.- Where is possible to change the parameter of the server?

Thanks.

MANUEL

eddy_declercq
Active Contributor
0 Kudos

Hi,

Standard HTTP is port 80.

Select your instance profile in RZ10 in extended maintenance and look at the icm/host_name_full

Eddy

athavanraja
Active Contributor
0 Kudos

check this weblog for setting up FQDN

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp

Regards

Raja

Former Member
0 Kudos

Hi,

I have put port 80.

But I have look in the profile and we have not defined that property. Have we to define it?

Another information I have gone to:

smicm-> Go To -> http server application -> Display Data

and in the prefix table I have:

URL Prefix: /sap/

Virtual host: :;

Case sensitive part: empty

Is possible that something is missing.

Thanks

MANUEL

athavanraja
Active Contributor
0 Kudos

your prefix table is fine.

yes you need to enter the property name and its value.

check the weblog mentioned above for screen shots.

Regards

Raja

Former Member
0 Kudos

Hi, the weblog is about "running bsp appication in SAP NetWeaver 04 ABAP Edition"

I do not know but I do not think so that we have not NetWeaver.

Our system is SAP_BASIS release 6.20 and SAP_HR 47.

Is necesary some aditional component to run a simple bsp application and sap system as server?

Thanks.

MANUEL

eddy_declercq
Active Contributor
0 Kudos

Manual,

The version number doesn't matter here. Both have WebAS as base and that's what counts.

Eddy

athavanraja
Active Contributor
0 Kudos

Dosent matter, just follow the steps explained there, it will work for your version as well.

Regards

Raja

eddy_declercq
Active Contributor
0 Kudos

Hi, 2 and 3 can be answered by no.

The magic keyword to your other questions is the ICF (Internet Communication Framework). The ICF realizes the processing of HTTP, HTTPS or SMTP requests in the ABAP work processes of an SAP system

Check http://help.sap.com/saphelp_nw04/helpdata/en/69/ac75addb6811d6b2ca00508b5d5c51/frameset.htm for general info

and

http://help.sap.com/saphelp_nw04/helpdata/en/10/361b3f7f9e3642e10000000a114084/frameset.htm for the admin tasks.

Eddy