FAQ Daniel Zügner
Back to current version Restore this version

What do I need to do after I change a .java file?#

Usually you only have to refresh your browser page. Hot Code Replacement makes your changes effective at runtime.

Hot Code Replacement failed. What to do?#

Sometimes, especially when doing major changes to a .java file, Hot Code Replacement fails. In this case you have to quit Tomcat, perform a Maven Install on your plugin and KnowWE-App and start Tomcat again.

I'm done editing. How to make my changes permanent?#

You don't have to worry that you changes will be gone after you shut down KnowWE. However, to make the changes effective for the next restart, you have to perform Maven Install on your plugin aswell as KnowWE-App.

What do I need to do after I change a Non-Java file?#