GitHub user kooroshkz added a comment to the discussion: Does the metadata/web-service folder accepts subfolders?
Hey! From what I’ve seen, `metadata_folder` **does work**, but it might not load subfolders by default — it expects the metadata (like `.json` files) to be directly inside the folder you point to. A few things to check: 1. Make sure your `.json` files (like pipelines or workflows) are **not inside subfolders** unless you're sure subfolder loading is supported in that version. 2. Double-check that the path in `<metadata_folder>` is **absolute**, or relative to the working directory you're starting the server from. 3. Restart the server after changes to `hop-server.xml`. If it still doesn’t work, try placing your test `.json` file directly in the folder path you set — no subfolders. Let me know if that helps! If it does, feel free to **mark this as the answer** so others can find it too. Thanks! GitHub link: https://github.com/apache/hop/discussions/5604#discussioncomment-14005421 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
