Hi i am trying to configure the jboss fuse 6.3 server with intellij, but when selecting the folder of my server it says it cannot find a valid jboss directoryenter image description here
In ret hat code studio ready it works fine but i need to lift it in the intellij
I think that in IntelliJ, the wizard that you are using is for Jboss EAP. Given the name of path to Jboss Fuse, you are using the JBoss Fuse version based on Karaf.
So depending on the constraints of you project, either you need to look for a Karaf Application server in IntelliJ if it is provided; or you need to pick a JBoss EAP server and then install JBoss Fuse in this instance using the JBoss Fuse on EAp installer. See https://access.redhat.com/documentation/en-us/red_hat_jboss_fuse/6.3/html/installation_on_jboss_eap/installing_red_hat_jboss_fuse_on_eap
Please note that 6.3 version is quite old. The latest version is 7.6.0 https://access.redhat.com/announcements/4925931
regards,
Related
I have installed the Weblogic 12c server and I want to add it to a project in Netbeans 11. When I select "add server" from server instance, the Weblogic server option is not displayed
I expected to see the option as shown in the following link https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/wls_12c_netbeans_install/wls_12c_netbeans_install.html
I was able to connect the plugin for weblogic from netbeans version 8.2.
You must copy the plug-in files from the netbeans 8.2 directory to the netbeans 11 directory.
Files of a plug-in:
...\plugins\servers\enterprise\modules\org-netbeans-modules-j2ee-weblogic9.jar
...\plugins\servers\enterprise\config\Modules\org-netbeans-modules-j2ee-weblogic9.xml
...\plugins\servers\enterprise\update_tracking\org-netbeans-modules-j2ee-weblogic9.xml
...\plugins\servers\enterprise\update_tracking\org-netbeans-modules-weblogic-common.xml
Checked on versions 11, 11.1, 11.2.
Update.
Second method
The plugin can be compiled from sources.
Plugin sources here:
https://github.com/apache/netbeans/tree/master/contrib/j2ee.weblogic9
But you need to build all netbeans project. Build command:
ant all
The resulting .nbm file can then be imported in NetBeans (Tools -> Plugins -> Downloaded -> Add Plugin)
Discussion of the problem here:
https://issues.apache.org/jira/browse/NETBEANS-2476
Compiled nbm plugin file:
https://issues.apache.org/jira/secure/attachment/12991973/org-netbeans-modules-j2ee-weblogic9.nbm
Checked on versions 12.x
From what i can tell only Netbeans versions 7.2, 7.3, 7.4, 8.0 can work with weblogic as of now. Also the guide you are following is using a pre Apache Netbeans version. I would recommend switching to one of the following Netbeans versions. Download the All bundle or EE.
Netbeans 8.0
Netbeans 7.4
https://netbeans.apache.org/kb/docs/web/jsf-jpa-weblogic.html
Unfortunately Apache NetBeans 11.0 does not currently support the addition or use of a WebLogic server. See open Apache NetBeans Bug Report 2476: Netbeans 11 EE Support Weblogic Server
I don't know for sure, but I suspect that this is a legal problem is related to licensing issues rather than any technical obstacles. The absence of licensing on Apache NetBeans 11.0 also impacts other important products such as Hibernate (NETBEANS-2719 Resolve Hibernate Support), and Wildfly (NETBEANS-2415
Bring back support for WildFly server).
There are licensing issues because Apache assumed ownership of NetBeans releases from Oracle last year.
Also, because WebLogic was supported "out of the box" in NetBeans 8.2 there is no old WebLogic plugin available for use on Apache NetBeans 11.0.
Your options are:
Regress NetBeans to use the most recent NetBeans release which does support WebLogic: Oracle NetBeans 8.2. Note that this means you cannot develop using Java EE 8, nor use any JDK version > 8.
Stick with Apache NetBeans 11.0, and instead of WebLogic use one of the four application servers which it formally supports "out of the box": Payara, Glassfish, Apache Tomcat and Apache TomEE.
Install your WebLogic server outside of Apache NetBeans 11.0, and deploy your NetBeans web applications to that external server.
My problem is that as soon as I add the WebSphere Developer Tools 8.5.5 for Mars into Spring STS some of the spring features disappear. The first feature I noticed missing was "Spring Starter Project" under Right Click -> New. I thought it had just disappeared so I tried New -> Other and found that only "Spring Bean Configuration File" existed.
Any help in resolving this conflict is greatly appreciated.
I am using Spring STS in an environment where the I have some applications that deploy to a weblogic environment and other applications that deploy to a WebSphere environment. I am trying to setup and environment that combines all the plugins I use into one development environment.
Here's the "what I think are relevant" parts of my configuration:
OS: RHEL 6.5
JDK: IBM 8.0.2.0
STS: 3.7.2 - full eclipse archive from spring tools website
WDT: 8.5.5.7 for Mars from the eclipse marketplace
Spring sts is installed on a partition mounted at /app
STS location is /app/devtools/sts-bundle
JDK is installed under /app/devtools/sts-bundle/sts-3.7.2.RELEASE/jre
WDT is installed using the eclipse marketplace
I have tried installing WDT into the "dropins" folder, but experience the same issue.
Thank's in advance.
P.S. I would love to see a new tag "wdt" for the WebSphere Developer Tools for Eclipse IBM WDT Download Page
I am using JBoss EAP 6.1 Runtime Server.
Could you please help me how to make auto deployment when i build the code in eclipse ,Because when i change any java code or xhtml i need to run maven build and copy the war file into jboss deployment folder.
Eclipese Version:
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426
Jboss setting:
Publishing setting:
Automatically publish after every build
I am not able to attach the screen shot due to 10 reputation
Thanks you.
I have been using Eclipse Indigo and would like to deploy my projects to the new Glassfish 4.1 server downloaded recently.
The Glassfish Tool for Indigo plugin does not allow me to add a Glassfish 4.0 (and plus) server runtime and it only allows a Glassfish Server up to 3.1.
Is there a way to add Glassfish Server 4.1 to Eclipse?
Please see this link:https://glassfish.java.net/ide.html
This should answer your question.
I am new to weblogic 12c server. previously i was using tomcat 6, jdk6 eclipse luna, and my project type is tomcat project.now in our company they migrated to weblogic 12c.
the problem is i used to start/stop tomcat like this by using sysdeo plugin.
After start i used to right click on project ->upload context->click.
it used to deploy automatically to tomcat than in browser i can access that.
now how to achieve this in weblogic 12c.i googled and find out that if my project is dynamic web project than i can add server instance of weblogic and can achieve the above by selecting runas server option.
but my project type is tomcat project structure.
so can any one help me with this.
Update
i found this plugin but it works from weblogic 6 to weblogic 8.1 but not for weblogic 12c.
you need to install the enterprise pack
http://www.oracle.com/technetwork/developer-tools/eclipse/overview/weblogicservertools-161590.html
I would recommend also, to try netbeans 8
It has better integration with maven, weblogic etc
this post is little old but I wanna share that I found just and I guess it is related to this post, there is no config combination exists between Jdk 1.6 + Eclipse luna + Oracle Service pack(12c) for Eclipse! You will have to upgrade or downgrade at least one of them...