WebLogic Server Tools 1.1 Certified on WTP 2.0.1

WebLogic Server Tools team has just finished certifying the 1.1 release
of WLS Tools on Eclipse 3.3.1 and Web Tools Platform 2.0.1. We recommend
that all WLS Tools 1.1 users move up to these service releases to gain
access to numerous bugs fixes.
Eclipse Downloads
http://www.eclipse.org/downloads/
WebLogic Server Tools 1.1
https://dev2devclub.bea.com/updates/eclipse-3.3/wls-plugins/

I imagine WLS Tools is similar to these plugins in purpose, but I have not used these plugins myself so I do not know for sure. Unlike these older plugins, WLS Tools is based on Eclipse Web Tools Platform and the code base for what makes up WLS Tools originates from BEA Workshop for WebLogic product.
Really, the key to using WLS Tools is getting familiar with Eclipse Web Tools Platform (WTP). Most of the following resources will be framed in terms of deploying to Tomcat. You can just use WLS instead of Tomcat where referenced in the articles and tutorials.
General information about Eclipse Web Tools Platform (WTP)
http://www.eclipse.org/webtools/
Links to books and articles about WTP
http://www.eclipse.org/webtools/community/communityresources.php
Web Application Development User Guide
* find this by going to help content in your Eclipse installation
Hope this helps,
Konstantin
BEA WebLogic Server Tools Team

Similar Messages

  • WebLogic Server Tools 1.1.3 Released

    A service release for WebLogic Server Tools is now available. The focus
    of this release was to fix several remaining issues affecting current
    users and to certify WLS Tools on Eclipse Europa SP2 that was released
    at the end of February. We recommend that all current users migrate to
    this release by using the Eclipse update manager. More information
    about this release can be found in the release notes.
    Main Page
    https://dev2devclub.bea.com/updates/wls-tools/
    Release Notes
    https://dev2devclub.bea.com/updates/wls-tools/release-notes/v1.1.3.html
    The Eclipse 3.4 "Ganymede" version of WebLogic Server Tools has also
    been updated. Version 2.0.2 is now available and has been tested with
    Ganymede M5 milestone build. Of course, since Ganymede platform is still
    under development we don't recommend this version for most users, but
    early adopters with tolerance for pre-release stability can get a sneak
    peak of what's coming in the next Eclipse release.
    Release Notes
    https://dev2devclub.bea.com/updates/wls-tools/release-notes/v2.0.2.html
    Konstantin Komissarchik
    Team Lead for WebLogic Server Tools

    WebLogic Server Tools is built on Eclipse Web Tools Platform which has a
    particular project structure that has to be followed. Basically, you
    create an EAR project. This contains your app-level descriptors,
    APP-INF/lib and any binary modules. Then, for every module in an EAR,
    you create a separate project. For web module, use the Dynamic Web
    Project. For EJB modules, there is an EJB project. The projects are
    wired up using the "J2EE Module Dependencies" project properties page.
    Use this page on the EAR project to specify which module projects should
    be included in the EAR. Once you've done that, you can use this page in
    the module projects to specify inter-module dependencies.
    Basically, you have to take your app and convert it into the form that
    Eclipse can understand. The easiest way to do that is to create the
    projects based on the module structure of your app and then copy content
    from your application into those projects. Once you are done, you will
    be able to use WebLogic Server Tools to deploy to WLS. The split
    directory magic will happen behind the scenes to give you a fast
    iterative development experience.
    Hope this answers your questions.
    - Konstantin

  • Eclipse Indigo JEE M7 could not install Oracle Weblogic Server Tools

    Hi,
    Anyone managed to install Oracle Weblogic Server Tools plugins on Eclipse Indigo JEE M7?
    It appears that Oracle Weblogic Server Tools depends on EMF Core 2.6 while Indigo JEE M7 packages EMF Core 2.7.
    Will the Oracle Weblogic Server Tools be updated at http://download.oracle.com/otn_software/oepe/indigo/wtp/ to have same EMF core dependency as Eclipse Indigo?
    Thanks !

    The current tech preview release of OEPE for Indigo is targeted at Indigo M6. It looks like component versions changed in M7, making the current tech preview incompatible with M7. The official support for Indigo will ship in early to mid July.
    - Konstantin

  • WebLogic Server Tools 1.1.2 Released

    The WebLogic Server Tools team has announced the release of a new service release that fixes a number of important bugs. The recommendation is all current users migrate to this release by using the Eclipse update manager. Additional information about this release can be found in the release notes.
    Main Page
    [url https://dev2devclub.bea.com/updates/wls-tools/]https://dev2devclub.bea.com/updates/wls-tools/
    Release Notes
    [url https://dev2devclub.bea.com/updates/wls-tools/release-notes/v1.1.2.html]https://dev2devclub.bea.com/updates/wls-tools/release-notes/v1.1.2.html
    The Eclipse 3.4 "Ganymede" version of WebLogic Server Tools has also been updated. Version 2.0.1 is now available and has been tested with Ganymede M4 milestone build.
    Release Notes
    [url https://dev2devclub.bea.com/updates/wls-tools/release-notes/v2.0.1.html]https://dev2devclub.bea.com/updates/wls-tools/release-notes/v2.0.1.html
    Cheers
    Raj Alagunmal

    Luca Rossi wrote:
    Does 2.0.1 version supports remote deployments (bug 197 on bugzilla.bea.com ?)No, it does not. Remote deployment support is currently being worked on
    and will likely be made available sometime in April.
    - Konstantin

  • WebLogic Server Tools 1.1.1 Released

    WebLogic Server Tools team has just put finishing touches on another
    release. This is mainly a service release that fixes a number of
    important bugs. We recommend that all current users migrate to this
    release by using the Eclipse update manager. More information about this
    release can be found in the release notes.
    Main Page
    https://dev2devclub.bea.com/updates/wls-tools/
    Release Notes
    https://dev2devclub.bea.com/updates/wls-tools/release-notes/v1.1.1.html
    On a related note, we now have support for Eclipse 3.4 "Ganymede"
    platform which is currently under development. This is accomplished via
    a separate version of WebLogic Server Tools that's released in parallel
    with the existing Eclipse 3.3 "Europa" version. So version 2.0 of WLS
    Tools is the 1.1.1 equivalent for Ganymede. Since Ganymede platform is
    still under development we don't recommend this version for most users,
    but early adopters with tolerance for pre-release stability can get a
    sneak peak of what's coming in the next Eclipse release.
    Release Notes
    https://dev2devclub.bea.com/updates/wls-tools/release-notes/v2.0.0.html
    Konstantin Komissarchik
    BEA WebLogic Server Tools Team

    Hello,
    WLS Tools only works with the the admin server.
    Interactive development against a managed server is a little different, because they require the admin server during startup and deployment is also a little different with a managed server
    is there a specific reason why you are trying to run against a managed server ?
    Thanks
    Raj

  • WebLogic Server Tools 1.1 Released

    We are happy to announce the 1.1 release of WebLogic Server Tools for Eclipse 3.3. This release contains two major new features as well as 28 bug fixes and enhancements. One of these new features is a direct result of community input. Thanks for helping us make WLS Tools a better product and we hope that you will give the 1.1 release try.
    For more information, you can read my blog entry:
    http://dev2dev.bea.com/blog/kosta/archive/2007/10/weblogic_server_tools_11_relea.html

    WebLogic Server Tools is built on Eclipse Web Tools Platform which has a
    particular project structure that has to be followed. Basically, you
    create an EAR project. This contains your app-level descriptors,
    APP-INF/lib and any binary modules. Then, for every module in an EAR,
    you create a separate project. For web module, use the Dynamic Web
    Project. For EJB modules, there is an EJB project. The projects are
    wired up using the "J2EE Module Dependencies" project properties page.
    Use this page on the EAR project to specify which module projects should
    be included in the EAR. Once you've done that, you can use this page in
    the module projects to specify inter-module dependencies.
    Basically, you have to take your app and convert it into the form that
    Eclipse can understand. The easiest way to do that is to create the
    projects based on the module structure of your app and then copy content
    from your application into those projects. Once you are done, you will
    be able to use WebLogic Server Tools to deploy to WLS. The split
    directory magic will happen behind the scenes to give you a fast
    iterative development experience.
    Hope this answers your questions.
    - Konstantin

  • Weblogic 8.1 and Eclipse using Weblogic Server Tools

    I am working on a project that has been developed with Weblogic 8.1 without integration into an IDE (Eclipse, etc.) We are trying to convert the source tree to a form usable within Eclipse using Weblogic Server Tools. We want to make deployment on developer workstations quicker and easier and provide for server side debugging. There is not much documentation on how to do this that I have been able to find. I have just finished reading the details of the split directory strucuture in the Weblogic documentation and understand that Server Tools uses the split directory concept. My question is basically how we create the project in Eclipse (with Server Tools plug-ins) initially. Is anyone out there still using Weblogic 8.1 and Eclipse 3.3 (Europa) using Weblogic Server Tools that can help?

    There isn't much in a way of documentation that's explicit to WebLogic Server Tools, but a lot of Workshop 10.2 documentation applies. Basically, you will want to create Dynamic Web Projects to house your code. On the first page of Dynamic Web Project wizard, you will get a chance to define and target a server (WLS 8.1 in your case). That will configure your project classpath for WLS 8.1 and get everything else squared away.
    Note that there is only very basic support for 8.1. In particular, the split-directory concept is not supported, but deployment is taken care of for you behind the scenes, so the details shouldn't matter that much.

  • Dependency conflicts when installing WebLogic Server Tools in Eclipse Juno

    Installing the WebLogic Server Tools in Eclipse (Juno) on Windows 7, 64 bit cannot be completed. Eclipse is up to date and several other plugins are installed.
    When installing the server tools, either via the Marketplace or the Server view -> New Server -> Download additional server adapters it fails because of incompatible dependencies. The error message is:
    Cannot complete the install because one or more required items could not be found.
    Software being installed: Oracle WebLogic Server Tools 2.2.0.201211211917 (oracle.eclipse.tools.juno.weblogic.feature.group 2.2.0.201211211917)
    Missing requirement: Oracle Eclipse Tools Environment Checker 5.2.0.201211211917 (oracle.eclipse.tools.envcheck 5.2.0.201211211917) requires 'bundle org.eclipse.ui [3.8.0,3.104.0)' but it could not be found
    Cannot satisfy dependency:
    From: Oracle Common Tools 2.2.0.201211211917 (oracle.eclipse.tools.juno.common.feature.group 2.2.0.201211211917)
    To: oracle.eclipse.tools.envcheck [5.2.0.201211211917]
    Cannot satisfy dependency:
    From: Oracle WebLogic Server Tools 2.2.0.201211211917 (oracle.eclipse.tools.juno.weblogic.feature.group 2.2.0.201211211917)
    To: oracle.eclipse.tools.juno.common.feature.group 0.0.0
    Does anyone know how to solve this and get the WebLogic Server Tools installed?
    rob schlüter
    Edited by: Rob Schlüter on Mar 11, 2013 3:12 AM

    See this thread:
    Juno 4.2 SR2 and OEPE
    Until the next OEPE release comes out, you need to make sure that you are running with Juno SR1 when installing OEPE. Installing into Juno SR2 will not work.
    - Konstantin

  • Eclipse + Oracle WebLogic Server Tools - stuck during publishing

    Hello,
    I'm experiencing a problem publishing to my application server in Eclipse, and would very much appreciate any help given.
    Server: WebLogic 10gR3
    Eclipse: Ganymede JEE SR2
    Oracle WebLogic Server Tools: 1.2.0.200907171310
    OS: Windows XP 32 bit
    JVM: Sun 6u13
    In my workspace:
    - Several Java projects
    - Several EJB projects
    - Several web projects
    - One connector project
    - One EAR project, referencing all other projects as its JEE modules
    - One WebLogic server in my "Servers" view, defined to deploy my EAR project
    Summary of my problem:
    Sometimes, and it seems pretty random, when starting the server - the "Publishing to Oracle WebLogic server" operation would never stop (can be seen in the "Progress" view). As a result, Eclipse is essentially stuck, as all other operations, such as saving a file etc', would not be performed since they would be waiting for the publish operation to complete.
    I did notice that a trigger for this is a deployment failure, such as a badly-defined application-module-datasource, or a failed startup task, but I have also experienced this with a good deployment as well.
    I am, literally, clueless. I have tried the new Galileo but it's too buggy, had some weird phenomenons there, and I have also tried the OEPE Galileo preview and got some weird phenomenons there as well.
    Again, your help would be very much appreciated.
    Thanks in advance,
    Amnon Grossman
    ECI Telecom

    Amnon,
    Try the Eclipse forum:
    Enterprise Pack for Eclipse
    Also, the 11g Eclipse 3.5 support is out of Preview/Beta mode and you should be able to open support tickets on it:
    http://forums.oracle.com/forums/ann.jspa?annID=1116

  • Create separate WebLogic Server Tools forum?

    Can Oracle/BEA finally create a separate forum for WebLogic Server Tools for Eclipse? Having WST and Workshop messages mixed together makes it very difficult to find relevant posts, as they are completely different products.
    Thank you!
    Ari

    Yes, that's right. The features from WLS Tools are being included as a component of Oracle Enterprise Pack for Eclipse (OEPE). OEPE's Weblogic Server Support will contain the functionality that you are familiar with in WLS Tools with some new enhancements as well, such as support for Eclipse Ganymede.
    We are currently testing the first version of OEPE and expect to release it by
    mid-August.
    Please post any OEPE-related questions to the OEPE Forum that was recently
    created.
    Enterprise Pack for Eclipse

  • Seeking User Feedback on Future Direction for WebLogic Server Tools

    My apologies for cross-posting, but I wanted to make sure that as many of WebLogic Server Tools users as possible see this blog posting and get a chance to express their opinions.
    http://dev2dev.bea.com/blog/kosta/archive/2007/09/seeking_user_feedback_on_futur.html

    Hi Dan,
    I tried to change the hostname from workstation IP(192.168.1.3) to workstation name(home-mittal). Also, I tried to specify localhost as HostName while configuration in Oracle BPM Server for Weblogic but still I am getting the same issue.
    I have tried pinging what u specifed and response was there.
    WLST Failed!!!
    Please suggest and it is very urgent.
    Thanks,
    Abhishek

  • NPE Starting v8.1 Server using WebLogic Server Tools 1.0.0

    After installing/configuring Eclipse JEE Europa and BEA WLS 1.0.0, I receive an NPE when attempting to start a v8.1 Server. The log message is listed below. Any ideas?
    - Ron
    !ENTRY org.eclipse.core.jobs
    !MESSAGE An internal error occurred during: "Starting server - BEA WebLogic Server v8.1".
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.jst.server.generic.core.internal.GenericServerBehaviour.setupLaunch(GenericServerBehaviour.java:408)
    at org.eclipse.jst.server.generic.core.internal.ExternalServerBehaviour.setupLaunch(ExternalServerBehaviour.java:66)
    at com.bea.workshop.wls.legacy.Weblogic81ServerBehaviour.setupLaunch(Weblogic81ServerBehaviour.java:183)
    at org.eclipse.jst.server.generic.core.internal.ExternalLaunchConfigurationDelegate.launch(ExternalLaunchConfigurationDelegate.java:97)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:766)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:601)
    at org.eclipse.wst.server.core.internal.Server.start(Server.java:1265)
    at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1662)
    at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    Ron,
    I am sorry to hear that you are experiencing problems with WLS Tools. We
    will investigate the issue you've reported as soon as possible. To make
    the investigation move along more smoothly, can I ask you to open a bug
    report in our public bug tracking system?
    http://bugzilla.bea.com
    Please include the stack trace from your message, which operating system
    you are running on and which service pack of WLS 8.1 you are using.
    Thanks,
    - Konstantin

  • Can any body help me in creating a jar using Weblogic server tool

    I have created the class files of the container manged bean successfully.I want to create the jar file using the weblogic tool.
    I have created a new jar file and now I have to add a bean class file and a home class file to it.In the tool I choose a the path using the choose button.When I say next it complaints that it cannot locate the bean files.
    Can any body please help me soon..
    waiting for your reply.

    I had similar problems with the WLS deploy tool. I think they were solved by making sure that I started the tool from the directory that contained the root package of my EJBs.
    It might work...

  • Adding weblogic server to eclipse

    I have installed weblogic 10.3.5 in my machine. I have checked out my project and now trying to add this to the app server. I went to server folder, right clicked
    Server - > Select Server under wizard - > select server -> next -> i see a list of servers.
    When i click oracle under the New Server my oracle weblogic is not listed. I can just see Oracle OC4J Standalone Server 10.1.3 and 10.1.3n. What should i do so my server is listed and i select them?

    Legacy OC4J plugins ship with Eclipse, but to work with WebLogic Server, you need to install Oracle plugins or start with one of the pre-assembled Eclipse distros that you can find on OEPE download site. Given your current setup, perhaps the easiest way to get WebLogic Server Tools is to follow the "download additional server adapters" link in the "New Server Runtime Environment" wizard.
    - Konstantin

  • How to create a server through WLST  ( Weblogic Scripting Tool ) ?

    How to create a server through WLST ( Weblogic Scripting Tool ) ?
    Thanks in advance...
    Sanjay

    Hi Murugesh,
    Thanks a lot for you reply..
    I was able to create a server using create(). Is it possible to clone a server ?
    When i create a server following tags is added to config.xml
    <server>
    <name>testServer_lab1</name>
    <listen-port>43000</listen-port>
    </server>
    And if i do a clone through admin console, following is added to config.xml
    <server>
    <name>testServer2_lab1</name>
    <machine xsi:nil="true"></machine>
    <listen-port>7001</listen-port>
    <cluster xsi:nil="true"></cluster>
    <listen-address></listen-address>
    <graceful-shutdown-timeout>120</graceful-shutdown-timeout>
    </server>
    If incase, cloning is not possible through WLST, can i add following
    <machine xsi:nil="true"></machine>
    <listen-port>7001</listen-port>
    <cluster xsi:nil="true"></cluster>
    <listen-address></listen-address>
    <graceful-shutdown-timeout>120</graceful-shutdown-timeout>
    under <server> tag which is created through WLST ?
    I am using 9.2 version.
    Regards
    Sanjay

Maybe you are looking for

  • HOW CAN I USE ONE OF MY "PREVIOUS ITUNES LIBRARY" FILES?!

    Sorry about the caps lock. I searched for thsi question and got like 10 good results, none of which had answers. iTunes asked me to choose a pervious iTunes library before, but how do I do it now?!

  • Mildet connect to oracle DB using servlet problem ,help please

    hi guys i have a problem am tring to connect my midlet to databse through midlet but i don`t know what is the problem so far the midlet already connect to my servlet url but the servlet cant read the parameters to open the connection for database my

  • Landed Cost Inquiry

    We have additional expense for the item we purchase but the items were partially sold. By use of landed cost, we will post the expense so it will reflect on the item for the remaining stock. Will the System computes the new item cost based on the who

  • Please recommend technology to use

    I'm planning on writing an app that is web-based but requires a fairly extensive GUI running on the client side. I want the ability to develop something as powerful as a SWING-based GUI, i.e. not just HTML buttons and textboxes. I also need the abili

  • LogoffURL for ABAP Web Dynpro?

    Hello, Do we have the LogoffURL for ABAP Web Dynpro? I would like the WD application to logoff to the URL on same browser window. Any ideas would be appreciated. Thanks much, Dharmi