Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.drl でルールを変更すると、変更が有効になりません。サーバー(Tomcat)を再起動せずに、Droolsでルール(.drl)を変更(ホットデプロイ)することはできますか? どうすればこれを解決できますか?
はい、そうです-いくつかの方法があります-しかし、最初の質問は、最初にルールをどのようにロードするかです-クラスパスからルールをロードしていますか?またはディスク上のどこか?さまざまなソースからロードし、変更を検出して、drlファイルを変更すると自動的に適用できるKnowledgeAgent(およびRuleAgent)クラスがあります。