Fórum

Update Faster to see changes (refresh not working)

Jeff Swope, modificado 13 Anos atrás.

Update Faster to see changes (refresh not working)

New Member Postagens: 4 Data de Entrada: 20/09/10 Postagens Recentes
How do I see changes as I make them? I change the CSS, clear cache and my changes aren't updated. They only change if i stop/start Tomcat. What's goin on here?!
thumbnail
Loïc Dumont, modificado 13 Anos atrás.

RE: Update Faster to see changes (refresh not working)

Junior Member Postagens: 43 Data de Entrada: 27/04/10 Postagens Recentes
Are you using the developer mode?

Liferay Developer Mode
Jeff Swope, modificado 13 Anos atrás.

RE: Update Faster to see changes (refresh not working)

New Member Postagens: 4 Data de Entrada: 20/09/10 Postagens Recentes
Loïc Dumont:
Are you using the developer mode?

Liferay Developer Mode


Hoping this is what I needed.

I was already using firebug, but i wouldn't see changes till i restarted Tomcat - Thanks guys!
thumbnail
Apoorva Prakash, modificado 13 Anos atrás.

RE: Update Faster to see changes (refresh not working)

Liferay Master Postagens: 658 Data de Entrada: 15/06/10 Postagens Recentes
Hello Jeff,
If I am getting your problem right, What I personally feel comfortable for developing CSS, is using Mozila Firefox's FireBug, and Google Crome's Inspect Element functionality...
Thanks and Regards...
thumbnail
Amit Singh, modificado 13 Anos atrás.

RE: Update Faster to see changes (refresh not working)

Junior Member Postagens: 71 Data de Entrada: 12/10/10 Postagens Recentes
Hi jeff,

just clear your temp folder under tomcat directory. After that you just try to check. there is one more option to modify.Please follow below steps.

1. Edit the setenv.sh file (setenv.bat on windows).you will get inside bin dir.
2. Search for the line that sets the JAVA_OPTS variable
3. Add -Dexternal-properties=portal-developer.properties to the list of options

For Example:

JAVA_OPTS="-Xms256m -Xmx1024m -XXemoticonermSize=32m -XX:MaxPermSize=160m -Dfile.encoding=UTF8 -Duser.timezone=GMT+2
-Djava.security.auth.login.config=$CATALINA_HOME/conf/jaas.config
-Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false
-Dexternal-properties=portal-developer.properties"


Thanks.