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.
osgi> install file:D:\f1\*.jar osgi> install --start file:D:\f1\*.jar
上記のコマンドは、WSO2OSGiコンソールでは無効です。すべてのOSGiバンドル(JAR)をフォルダーから自動的にインストールして開始するにはどうすればよいですか?
Apache Fileinstall を見てください...
osgi コマンド install file:<full-path-to-bundler> を使用して、単一のバンドル ファイルをインストールできます。 バンドルのセットを一度にインストールする必要がある場合は、新しいバンドルを <CARBON_HOME>/repository/components/dropins にコピーして、サーバーを起動できます。
ありがとう、 ディリーパ