cancel
Showing results for 
Search instead for 
Did you mean: 

custom portal service ??

Former Member
0 Kudos

hi,

does a custom portal service get listed under sys admin ->sys config -> service config -> applications...

I can not seem to find it under that.

Pls help

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Generally most of the services can be found there. You can also check the path mentioned in this thread:

System Administration --> Support --> Portal Runtime --> Application Console

Check for deployed services if they are running.

Regards,

Harini S

Former Member
0 Kudos

Thanks Harini

Curious, I did not find my service under,System Admin -- System Config -- Service Config

but did find it under System Administration --> Support --> Portal Runtime --> Application Console

Under the console, it shows the these properties,

Class Name : <mu class name>

Class Name Factory: none

Pool Size: 0

Nb Accessed: 0

Last Accessed Time: <time stamp>

Last Stopped Time: <time stamp>

State: statrted

Is there any thing wrong with the service? the class name facotry does not show anything...

Also is i can not find it under service config

Any help is appreciated.

Thanks

Aakash

Former Member
0 Kudos

Hi

Add profile parameter in portalapp.xml

<service-profile>

<property name="Name" value="MyFirstService"/>

</service-profile>

Then can be able to find service under "Sys Admin".

Thanks

MMK

Former Member
0 Kudos

Perfecto, Now I can see the service under config. Thanks MMK

Thanks Harini, Raju for your responses..They were helpful.

Your rewards are on their way...

Aakash

Former Member
0 Kudos

Yes it works!!!

Rajendra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aakash,

If you kept any custom property in the Config section of the portalapp.xml file of Service then your custom service is visisble under that purticular path,

It is very intresting that it doesnt matter what ever the propety you kept there. But there should be atleast one custom service to find ur service there.

So in order to find your service at that purticular path add any service config property in the portalapp.xml.

Thanks,

Raju Bonagiri