JBoss AS7 remote debugging and deploying - jboss7.x

I install JBoss AS on VPS. I forward ports and I can access to server form my local machine. It is any possibility to add this server to Eclipse IDE?
I expect the same effect debugging and deploying to remote instance of jboss.
Best regards

Do you try eclipse jboss tools plugin?
http://marketplace.eclipse.org/node/121986#.ULYXteMSXk4
OK.
Look at this tutorial from point 5.
http://www.glxn.net/seam-maven-refimpl/doc/tutorial/02-eclipse.html

Related

Remote development (from PhpStorm with JetBrains Gateway) without internet possible?

Here is my working context;
no internet (I use my company's intranet)
Linux CentOS 7.9 remote server with my source files
PhpStorm 2021.3.2 on my development PC
My wish is to develop on my PC on remote sources. Your new JetBrains Gateway solution seems to meet my expectations on paper.
However, in practice, I have the impression that it is not possible to use this solution without internet ? Indeed, the connection process stops on this failure:
Looks like your solution is trying to download an IDE client to install on my machine. Which from my point of view is a weird behavior because I already have a client to install on my machine: PhpStorm. Why not use my PhpStorm client already installed on my machine ?
Thank you for your reply
The "Jetbrains Client" mentioned in the error message is not for your local machine, but for the Linux server:
Once the IDE version and project directory are selected, Gateway will download the IDE to the remote server, unpack it, and launch it with your project loaded.
It acts on the remote server as a "backend IDE" to which the client on your local machine connects:
The JetBrains Client runs locally and provides the user interface for the IDE backend.
You would not even require the full PHPStorm IDE, the Jetbrains Gateway is a standalone app that comes with a "thin client" that can connect to the backend IDE:
This whole process is managed by JetBrains Gateway, a new, compact, standalone app that provides everything you need to get started with remote development. Since it’s standalone, it’s the only thing you need to install locally to start working and is ideal for less powerful laptops and in cases where a full IDE install isn’t desired.
See https://blog.jetbrains.com/blog/2021/12/03/dive-into-jetbrains-gateway/ for a more detailed look at how it works.
To answer your question: it is not possible to use Jetbrains Gateway without an internet connection.

How to setup Jprofiler in UnderTow

To do monitoring on the java application I'm planning to have jProfiler installed on the UnderTow where the applications are hosted.
Can anyone give me the setup instructions to install on the host where the Jprofiler needs to be installed and the related changes that I need to make on my client machine.
To profile any Java application invoke
Session->Integration Wizards->New Remote Integration
and follow the steps on the wizard.

Prepare JBoss 7.1 For Web

I have already made a web application in Java using JBoss 7.1.Within localhost everything is working fine.Now i want to put this application into the internet and i got several questions.
How do i configure JBoss 7.1 for web?
Do I need to put JBoss on a web server or do i have just to configure JBoss 7.1 and run it on any machine?
Can someone explain please..thx?
sdlfihasldifhuaslidfhasldifjhasdlifhasldifjhasldjfhasöjdfhasöjdfhaösjdfhöasjdfhaösdjfhöasjdfhöasjdfhöasdjfhöaskjfhösakjdfhösakjdfhöaskjdfhösakjfhösakjdfhöaskjdfhösakjdfhöaskjdfhöaskjdfhöaskjdfhösakjdfhöaskjdfhöaskjdfhöaskjdfhöaksjdfhösadkfhjösakdfhjöasdkfh
First You will configure the JBoss As 7.1
Follow this link..
JBoss 7.1 development issues

Worklight 5.0.6 - How to enable Java remote debugging?

I would like to debug the server part of my Worklight application (java). AFAIK Worklight 5.0.6 uses an embedded Jetty HTTP server. I wonder how it's possible to enable remote debugging for this process so I can set breakpoints, watch scope variables and so on?
Thank you in advance,
spyro
In Worklight 5.0.6, where the Jetty application server is used, Java debugging is not possible.
A possible solution, in case you are an IBM Worklight customer is to deploy Worklight on WAS Liberty, where you should be able to do this.

Cleaning JBoss AS 7.1 Standalone.xml

I couldn't find an answer to this in any other questions and I wanted to see if anyone knew. I'm using JBoss AS 7.1 on Kepler eclipse, and I was wondering if there is a way to change your standalone.xml while the server is running and have Jboss push the change. Would just cleaning the server do this?
You can't edit the raw XML files and see runtime changes. In fact there is a good chance any changes will be overwritten by the server.
The best way to make runtime changes is either via the web console or the CLI environment. I don't know if JBoss Tools has any kind of CLI type of client that can be used.