cancel
Showing results for 
Search instead for 
Did you mean: 

Installation of web server

Former Member
0 Kudos

Hi

I have an SAP EP 6.0 IDES installed on my system.i need to work on editing the JSP's in .par files( provided by SAP) in customizing the desktop of end user..

Now, do i need to load a web server ( Tomcat or any) to deploy n run those JSP's or

will my SAP WAS ( on which my EP is installed ) serve the purpose ?

pls help

Thanks in advance

krishna chaitanya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi prashil

what u say abt deploying the edited JSP's using NWDS is fine.And coming to accessing WAS using SDM i am not getting how to use the WAS as a web server..

how to access it?

thanks in advance

krishna chaitanya

prashil
Advisor
Advisor
0 Kudos

Hi Krishna,

You can deploy the ear application using SDM only.

start the SDM GUI and deploy the application.

The SDM is a ultility available on every SAP WAS. You don't have to configure anything. Just give the path of the .ear file and fire deploy.

All the process will automatically take place.

then you can check your application with address http://<hostname:portnumber>/<application name>/<default action>

Rgds,

Prashil

prashil
Advisor
Advisor
0 Kudos

Hi,

Youi can download the required .par files from PCD and then edit.

You can deply your application on SAP WAS using SDM (Software deployment Manager) else you can use NW developer Studio to deploy the application.

You won't be requiring any other Web server to deploy the application.

Regards,

Prashil

Reward the approproiate points if above reply is useful.