-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support for WTP server launching #1676
Comments
Not sure this is an enhancement. @ddementieva, this is probably just a docs issue. The wtp project does not provide instructions on how to run this server. We will need someone to provide those then it would be simple to add it to a ws. |
@TylerJewell the project page says it's installed as a plugin for Eclipse. It is can be run as a standalone app, then yes, it's a docs issue, otherwise, this is an enhancement. |
All those plugins have underlying servers I just don't think they document them. But yes let's remove the enhancement label and make this just a docs issue. Someone from the wtp team should comment on how to run underlying services stand alone |
@jfrantzius Have you personally been able to figure out how to use WTP with Eclipse Che yet? |
My understanding is that this has been added into docs. |
[Feature suggestion for Java web application development]
One of the great features of Eclipse + M2E + WTP is that Eclipse' incremental build will always provide a consistent build state for my Java web application (WAR), no matter within which Maven module deep down in my dependencies I change a Java class (as long as it is within my Eclipse workspace).
That means after any change I can simply restart my Tomcat server from within Eclipse using WTP, without requiring a full Maven build (which could otherwise take multiple minutes to complete).
This cuts down turn turnaround-times a lot!
In the documentation on running Web Apps I couldn't find any hints on WTP server launches being supported.
The text was updated successfully, but these errors were encountered: