Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Anyone use WegLogic?

  • 26-06-2006 02:29PM
    #1
    Registered Users, Registered Users 2 Posts: 2,485 ✭✭✭


    Hey guys...

    Anyone use WebLogic (version 8.1)?

    I have a WAR file created from Eclipse, I want to see if I can take the WAR file and create a project from it in WebLogic and get it up and running using that IDE....

    I was using Tomcat with Eclipse, how will this be affected once I get it into WebLogic?

    Anyone know if this is possible? If so, any pointers would be appreciated...

    Thanks guys...


Comments

  • Registered Users, Registered Users 2 Posts: 33 TabulaRasa


    You can use Eclipse to do the deployment in both environments (definitely in new Eclipse 3.2 + WTP) and I'd say that might be the best way to go. Create 2 different server runtimes one for each server type and then create 2 separate web projects one for each of the targeted servers. Put shared code and the like in a 3rd project and make the 2 web projects dependant on shared project.

    If your WAR is just a collection of code and JSPs/Servlets you not have any problems at all, as there are standards covering what needs to be in an web archive. If on the other hand you have had to set up database connections using app server database pools or have done any configuration you may want to consult the manuals.

    T


  • Registered Users, Registered Users 2 Posts: 2,485 ✭✭✭trotter_inc


    TabulaRasa wrote:
    You can use Eclipse to do the deployment in both environments (definitely in new Eclipse 3.2 + WTP) and I'd say that might be the best way to go. Create 2 different server runtimes one for each server type and then create 2 separate web projects one for each of the targeted servers. Put shared code and the like in a 3rd project and make the 2 web projects dependant on shared project.

    If your WAR is just a collection of code and JSPs/Servlets you not have any problems at all, as there are standards covering what needs to be in an web archive. If on the other hand you have had to set up database connections using app server database pools or have done any configuration you may want to consult the manuals.

    T

    Thanks...

    You got any docs with detailed steps on the above? New to developing web apps like this, some more detail would be brilliant...


Advertisement