-
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
Self Hosting for Che #6713
Comments
Talked with @skabashnyuk and he mentioned an oldish idea about running a second wsmaster on the workspace and starting a second IDE instance that uses the hosted wsmaster. This will require us to be able to tell IDE to use a different |
This will require us to be able to tell IDE to use a different ws-agent |
@skabashnyuk correct, should be ws-agent. Must be the Fridays. |
Does this "new instance of ws-agent" will have tomcat development mode turned on as well ? by using exploded war files archives so classloader/war is restarted if a jar file in its dependencies are updated ? |
Maybe. For the start, it would be nice to see it working somehow. |
@gorkem 1 an 2. we have right now. Do you want to keep this epic for self-hosting of wsmaster? |
I am under the impression that wsmaster is not something that only vendors would be interested to extend. So even if we keep this issue for it. I do not see it getting a lot of love. |
Can you explain what is left to do here? |
@gorkem would you like to keep this issue? |
We can close it, we are handling this already |
Description
We need to enable self hosting of Che for the purpose of developing Che. On self hosting, Che should be able to run projects that exists on the workspace as a replacement or addition to create and start a second hosted instance that is based on the basic Che.
I think this will require a slightly different approach to self hosting for different parts of Che. IMHO the priority of those are 1.) Anything on workspace 2.) IDE 3.) Che server (wsmaster).
The text was updated successfully, but these errors were encountered: