Menu

Deploy to other J2EE server?

Help
2006-02-10
2013-03-11
  • Nobody/Anonymous

    How to deploy RUNA WFE to other J2EE application server i.e. EAServer(SYBASE application server)?
    Is it must need EJB Wrapper?

    Thanks.

    yoyo

     
    • Nobody/Anonymous

      We have not test RUNA WFE with other J2EE servers. Actually there are no obstacles to run it with any other one.
      The only thing you have to do is to add your application server specific ejb/web descriptors generation into build system (ejbdoclet and webdoclet).

      Thank you.
        Maxim

       
    • Nobody/Anonymous

      Hello Maxim,

      Could you give me some tips how to finish ejb/web descriptors?

      Thanks in advance.

      yoyo

       
      • Vitaliy Semochkin

        Hi,

        af.build.xml and wf.build.xml generate.ejb task
        you can turn this task to generate descriptor
        for your target application server.

        Regards,
        Vitaliy

         
    • Nobody/Anonymous

      Hello Vitaliy,

      I am sorry I can't understand what you mean for my poor ejb knowledge. Could you give me more help in detail?

      Thanks in advance.

       
      • Vitaliy Semochkin

        Hi

        Can you describe what sort of problem you want to solve?

        Regards,
        Vitaliy

         
    • Nobody/Anonymous

      Hello Vitaliy,

      >>
      af.build.xml and wf.build.xml generate.ejb task
      you can turn this task to generate descriptor 
      for your target application server.
      <<
      My question is how to do with above instruction.

      Thanks.

       
      • Maxim Gordienko

        Maxim Gordienko - 2006-02-22

        Ok, you have to add in af.build.xml (after 109 line)

        <easerver version="4.1" packageName="af" destDir="${src.generated.ejb-descriptors.dir}" validateXML="true" />

        and in wf.build.xml (after 110 line)

        <easerver version="4.1" packageName="wf" destDir="${src.generated.ejb-descriptors.dir}" validateXML="true" />

        If you use another version of EAServer, please correct version attribute above (note, you must have EAServer version 4.1 or above)

        After that, recompile and redeploy RUNAWFE in you application server (I do not know there you must put deployed jars in EAServer, please consult app server documentation). Make sure you have installed all required libs as well (see list of required libs in RUNAWFE manual)

        That's all.

         
    • Nobody/Anonymous

      Hello Maxim Gordienko,

      It seems you are familiar with EAServer. Have you ever deployed RUNAWFE to EAServer succesfully? Maybe we can share your experience.

      Thanks

       
    • Nobody/Anonymous

      Hello,

      After deploying to EAServer, what is the component type of RUNAWFE?
      EJB?
      JAVA CORBA?

      If have other alternative way to deploy to EAServer, let me know.

      Thanks very much.

       
      • Nobody/Anonymous

        Hello!
        We plan to extend supported server list in future versions.

        As for your question, the component type is 'EJB'.

        Thank you
          -Maxim

         

Log in to post a comment.