JBoss EAP 6.1 Runtime Server - java

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.

Related

How to install jboss fuse 6.3 on intellij

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,

Upgrading to Mobile First 6.3 Server shows No runtime

The client has upgraded the worklight server 6.2 to Mobile First 6.3, and deployed the updated war file. Now when we open the console to deploy the adapter, "It shows no runtime can be found"
But the same project works fine in the local development environment, where we installed the mobilefirst studio plugin in eclipse. We are able to build the project and run the app.
Java - 1.7
Eclipse - Juno SR2
MobileFirst studio 6.3
Cannot access the remote server for now, will attach the logs shortly.
Kindly let us know if there are any known issues on upgrading to 6.3(mobile first) from 6.2(worklight)
Thanks
Hi we are able to fix it. The reason is the client has not built the war file in 6.3, they have updated the old war, when we tried building the war file from the 6.3 and deployed. it worked.

How to add external jars in Eclipse

I'm unable to successfully add and use these external jars from my Eclipse Repository.
org.apache.felix.dependencymanager.annotation-4.0.3
org.apache.felix.dependencymanager.runtime-4.0.2
org.apache.felix.dependencymanager.shell-4.0.3
org.apache.felix.dependencymanager-4.2.0
I get no errors at the Add Files to Repository window:
I, however, get an error warning pop-up window after clicking on the Finish button.
'Building Workspace' has encountered a problem
Errors occured during the build.
I then get the error below whenever I add them from the Available Bundles tab into the Run Requirements tab and then try to resolve the Run Requirements (even though I have added all the jar).
org.osgi.service.resolver.ResolutionException: Unable to resolve <<INITIAL>> version=null: missing requirement org.apache.felix.dependencymanager
How can I successfully add and use these jar files to my project?
Eclipse
Eclipse Java EE IDE for Web Developers.
Version: Mars.1 Release (4.5.1)
Build id: 20150924-1200
Java:
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Eclipse Equinox is the OSGi framework developed in the frame of the Eclipse foundation. Deploying on the Eclipse platform means deploying OSGi bundles in Equinox.
You are using Apache Felix, which is the OSGi framework developed in the frame of the Apache foundation.
According to your explanations, it seems you are trying to install Felix as an Eclipse bundle:
[...]add and use these external jars from my Eclipse Repository.
If you wish to develop an Eclipse project which would be deployed as an OSGi bundle in the Apache Felix framework (and not an Eclipse plug-in project), the Felix Documentation details how to integrate Apache Felix with the Eclipse IDE. It seems in this documents snapshot are out of order, but the general procedure should be right. Three ways to include the Felix runtime are specified, an Eclipse repository does not seem to be the right way.

how to configure IBM websphere application server 7.0 with netbeans IDE 7.4

Previously I used RAD 7.5 IDE and there i used Websphere Application Server(WAS) 7.0 to deploy my web projects.
Now I am moving to Netbeans IDE 7.4.
Could you please let me know how can I configure WAS 7.0 in Netbeans IDE?
As far as I know only WAS Community Edition is supported for now by version 7 (not sure about 7.4)
http://plugins.netbeans.org/plugin/40546/wasce-plugin
There were old plugins for WAS 6.1 for Netbeans 6....
So the only way is to use some scripts for deployment or maybe maven plugin via Maven or Gradle if your project build around them. For debug purpose you can use remote debugger. I think that is all Netbeans can propose....

Can't publish J2EE project to tomcat in eclipse

I have a Java project using Groovy and Java mixed. Now I want to publish it to my tomcat, but it says
Could not publish to the server. java.lang.IndexOutOfBoundsException
Platform : OS X / Eclipse Kepler Service Release 1 / Java 1.6 / Tomcat 7.0.39
How can I deal with this issue ? I can deploy a new create Dynamic Web Project, but not my exist project.
My server configuration :
My Jar files are way too old, I just deploy my project into Tomcat manually and found a lot of error log.
Just update them into newer version.

Categories

Resources