OpenFire Web

Hello everybody i try to understand the codes in the openfire web section at the following link /openfire/src/web

but once i change something , that doesn’t reflect in the real page , i mean the change i do in the source .jsp page doesn’t reflect in the same running page even when i try to rebuild the project , why that ?

how can i change the codes of the web and get that reflected in the real running web pages ?

Hello,

You might want to try calling the “clean-jspc” ant target before calling the “jspc” target to make sure any old jsp compilation files are removed.

Hope that helps,

Ryan