cancel
Showing results for 
Search instead for 
Did you mean: 

Help Required...Web Service does not start automatically...

sridhar_k2
Active Contributor
0 Kudos

I have a web service created with a EJB, everything is fine now.

After restarting the Server, web service doesn't get start automatically.

I have done the changes for the EJB - .ear project - application-j2ee-engine.xml file with the below.

<start-up mode="always"/>

But it still doesnt start. any help is appreciated.

This is the document i have referred.

http://help.sap.com/saphelp_nw04s/helpdata/en/25/0c08f3981343609d4045f8acaa0a76/frameset.htm

Thanks,

Sridhar

Edited by: Sridhar k on Jan 5, 2009 9:11 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai,

Just a tought...:-|

Check the value in your file, is it typing mistake or you have entered the same in your file.

<start-up mode="always"/> it should be <start-up mode="always">.

Regards,

Yoganand.V

sridhar_k2
Active Contributor
0 Kudos

It should not be any problem, i guess that is correct syntax.

Is there any thing, we need to do at server level?

Thanks,

Sridhar