[jbosstools-issues] [JBoss JIRA] (JBIDE-22362) Server Adapter: Static changes done to nodejs application are not visible

Ilya Buziuk (JIRA) issues at jboss.org
Mon Jun 20 14:08:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254825#comment-13254825 ] 

Ilya Buziuk commented on JBIDE-22362:
-------------------------------------

[~adietish], [~fbricon], [~mlabuda] for now in order to make the node.js app modifiable, one needs to either change DEV_MODE to true via  "Manage Environmental Variables" from Opehshift Explorer or right-click on the server adapter and choose "Restart in Debug", which will set the following environmental variables:
{code}
DEBUG=true
DEV_MODE=true
DEBUG_PORT=8787
{code}
If  all other types of apps are modifiable by default than the node one should not be an exception - I can work on setting DEV_MODE to true in the server adapter
In terms of oc CLI,  I put my thoughts about it in the previous comment. Basically, I do not think this is right to enable DEV_MODE by default on the image level, but if you guys think this is a must it will require updating the upstream project - https://github.com/sclorg/s2i-nodejs-container

> Server Adapter: Static changes done to nodejs application are not visible
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-22362
>                 URL: https://issues.jboss.org/browse/JBIDE-22362
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: javascript, openshift, upstream
>    Affects Versions: 4.4.0.Alpha2
>            Reporter: Marián Labuda
>            Assignee: Marián Labuda
>            Priority: Critical
>              Labels: openshift_v3, server_adapter
>             Fix For: 4.4.1.S116
>
>
> I am having an OpenShift application based either on nodejs-example or nodejs-mongodb-example template. Once application is up and running I create a new server adapter and perform changes in index.html. These changes are static and should be (?) immediately visible on OpenShift server, but they are not. I have checked whether changes were published, but rsync in console shows expected output also changes done manually on the server side to index.html are not visible in browser (even when cache overwritten is triggered - so there is no caching problem in browser). This seems to be upstream issues, but requires investigating.
> So far I have tried it on CDK OpenShift. It would be nice to test it on other OpenShift instances, also on templates using different base docker image.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list