cancel
Showing results for 
Search instead for 
Did you mean: 

How can i Deploy a class file in a project to SAP web engine

Former Member
0 Kudos

how i can deploy a class from a project and not doploy the entire project

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

i used this tool. and i get message in the status bar that the the file is updated successfully.

but actually it didn't.

Former Member
0 Kudos

i am developing a web application with EJB as backend service

every change i do in a servlet i need to deploy all the EAR file. and this take a lot of times

i am looking for a way that i replace the only class that i change and not deploy all the application

Best regards

Raja

Former Member
0 Kudos

Hi,

then you could use the Single File Update function of the Deploy service. Using it you can update this single file you changed (without redeploying the whole EAR).

For more info see the documentation: http://help.sap.com/saphelp_nw04/helpdata/en/be/052d57d30170458487137358c080c2/frameset.htm

Hope that helps!

Former Member
0 Kudos

Hi Raja,

Anything that is going to be deployed to the server needs to be in certain archive format according to the spec. In your case when you say you want to deploy a class, do you mean to deploy a shared class (e.g. library) to the server for share access? If so you can develop a J2EE library and wrap this class in an archive then deploy.

Regards,

Marc