[equinox-dev] Load servlet on startup equinox server

2008-01-08 Thread Rafael Esteban Leon Z
Hello, I have an application developed with Apache Muse WSDM Framework. These application run perfect, but my problem is load my application when run the equinox server. When I test my application I need to run an external application for instantiating my application. Exists some method

Re: [equinox-dev] Load servlet on startup equinox server

2008-01-08 Thread Simon Kaegi
Hi Rafael, I'm not familiar with what Muse produces to do the integration. From your description of the problem I'm guessing it writes a plugin.xml with a servlets extension. Eagerly starting of a servlet is supported with the load-on-startup attribute. [load-on-startup=true] For example: