cancel
Showing results for 
Search instead for 
Did you mean: 

Can BSP run on Tomacat Server ?

Former Member
0 Kudos

Hello,

We dont have any web domain in our organisation.

So now , if i want to run my BSP Application can i use Tomacat server

or any other web server. if yes, then how to install it or integrate it with SAP-ECC.6.

Any suggesstions will be of great help.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Would second Peter here.

Perhaps you would need to start developing the BSP application from within the SAP ECC system.

http://help.sap.com/erp2005_ehp_04/helpdata/en/46/bb181aab4811d4968100a0c94260a5/content.htm

Regards,

Srikishan

Former Member
0 Kudos

Hello Srikishan,

     I read the article in the link  and followed the line below.

"If you do not specify a service under Utilities ® Settings ® Business Server Pages, the system uses a standard service for executing your application."

so i specified LOG,Application Server,Port,service

and in my BSP application URL started comming in this syntax.

http://<Application Server:Port>/<Service>/<BSP Application>/<Page.htm>

when i activated and executed the application it went on IE browser.

But, Displayed and error saying : Page cannot be Displayed.

which link is missing, can u help me in this.

is this SAP-WAS necessary, how to check whether my SAP ecc 6 already contains it or not.

but thank's for the link it took me one step ahead.

Regard's,

Dakshaini.

Former Member
0 Kudos

Hi,

WebAS is part of SAP Netweaver, which itself is part of every SAP installation (with some exceptions). Means: your ECC6 there is definitely capable to execute BSPs.

I would suggest the following:

Execute test service just to check that ICM is configured correctly:

http://<Application Server:Port>/sap/bc/ping?sap-client=<client>

If this works, there is something wrong with your service configuration (transaction SICF), or your application itself.

If this doesn't work, ask your basis guys to check ICM functionality (transaction SMICM).

Regards,

Peter

Former Member
0 Kudos

Hi,

In addition to what Peter mentioned, you may want to take a look at the procedure to create a new service:

http://help.sap.com/erp2005_ehp_04/helpdata/en/78/9852aec06b11d4ad310000e83539c3/frameset.htm

Regards,

Srikishan

Former Member
0 Kudos

hello,

Thanks Peter , Srikishan for your effors .

I was able to succesfully start my ICM which was off.

nw atleast i got the right URL for BSP. I was able to start my HTTP services also.

but, still nw i am getting one exception  when i run the page1.htm of BSP Application

"--------------------------------------------------------------------------------------------

Business Server Page (BSP) error


 

What happened?

Calling the BSP page was terminated due to an error.

SAP Note
 
  • The following error text was processed in the system:
    Die URL enthält keine vollständige Domainangabe (sapdev statt sapdev.<domain>.<ext>).
Exception ClassCX_FQDN
Error Name
ProgramCX_FQDN=======================CP
IncludeCX_FQDN=======================CM002
ABAP ClassCX_FQDN
MethodCHECK
Line10
Long text-

Error type: Exception

Your SAP Business Server Pages Team

"---------------------------------------------------------------------------------------------

I am totally blank about this error can you help me .

Thank's.

Dakshaini.

Former Member
0 Kudos

I got the answer.

it requires FQDN , but we dont have any domain in out Organization.

so instead we can just specify a (.)dot eg:

just add '.' to the server name

http://servername:8000/sap -> http://servername.:8000/sap

it worked succesfully.

Thanks a lot for all of your efforst and help.

Thank you,

Dakshaini.

Former Member
0 Kudos

Hi,

Great to know the issue is resolved! Request you to mark the thread as answered.

Regards,

Srikishan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

imho it's not possible to run BSP applications on other platforms than WebAS.

This is due to tight integration into WebAS development environment (BAPI, function modules) and runtime environment (WebAS ICM).

Regards,

Peter