Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Can I hide the devmode gui? #165

Closed
rhuanhianc opened this issue Mar 12, 2024 · 2 comments
Closed

[Question] Can I hide the devmode gui? #165

rhuanhianc opened this issue Mar 12, 2024 · 2 comments
Labels
question Further information is requested

Comments

@rhuanhianc
Copy link

In my GWT project, I use wildfly as a server, and I run GWT with these parameters:
<jvmArgs>
-Xmx4g
-Xms2g
</jvmArgs>
<devmodeArgs>
-codeServerPort
5360
-port
743
</devmodeArgs>
A jetty port for wildfly to find and the codeserver port for debugging, so until today I have not been able to use just mvn gwt:codeserver, just the gwt:devmode, but it opens a gui/ui that I don't use, would there be a way to hide this?

@tbroyer
Copy link
Owner

tbroyer commented Mar 12, 2024

This would be a question for GWT, as this plugin is only there to launch the GWT commands with the appropriate arguments (and allow configuring others in your POM)

I don't get why you need to run Jetty though, which would be the only reason for using devmode rather than codeserver, and it looks like you'd want to solve a symptom rather than tackle the root cause by organizing things differently.

Maybe start by discussing this (your setup and why it is like it is) in the GWT discussion group: https://groups.google.com/g/google-web-toolkit

@tbroyer tbroyer closed this as completed Mar 12, 2024
@tbroyer tbroyer added the question Further information is requested label Mar 12, 2024
@FrankHossfeld
Copy link

FrankHossfeld commented Mar 12, 2024

As a Windows user, you need to use devmode. Running codeserver and stopping it, will keep one threat alive. Using devmode will avoid this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants