WebSphere Application Server - How to migrate listener class from weblogic to websphere

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > March 2004 > How to migrate listener class from weblogic to websphere





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How to migrate listener class from weblogic to websphere
susanking

2004-03-25, 1:34 am

I want to migrating listener-class from weblogic to websphere.The listener class on weblogic named weblogicListener extends weblogic.application.ApplicationLifecycleListener.And the config file weblogic-application.xml looks like following:
<weblogic-application>
<listener>
<listener-class>
startup.WorkflowWeblogicListener
</listener-class>
<listener-uri>
APP-INF/lib/startup.jar
</listener-uri>
</listener>
</weblogic-application>

Now I want to move them to websphere,which class shall I extends to perform the same effect?And how to config it use webspbere's admin console?Any idea?Thanks
Ken Hygh

2004-03-25, 7:39 am

susanking wrote:

>I want to migrating listener-class from weblogic to websphere.The listener class on weblogic named weblogicListener extends weblogic.application.ApplicationLifecycleListener.And the config file weblogic-application.xml looks like following:
><weblogic-application>
> <listener>
> <listener-class>
> startup.WorkflowWeblogicListener
> </listener-class>
> <listener-uri>
> APP-INF/lib/startup.jar
> </listener-uri>
> </listener>
></weblogic-application>
>
>Now I want to move them to websphere,which class shall I extends to perform the same effect?And how to config it use webspbere's admin console?Any idea?Thanks
>
>

I think WebSphere's custom service comes the closest to this. The
documentation covers how to implement one.
Ken

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com