Load component without starting the server

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Load component without starting the server

Saurav17
Is it feasible to load the component in the application without starting the server?

Thanks & Regards
Saurav Sharma
Reply | Threaded
Open this post in threaded view
|

Re: Load component without starting the server

Ján Valkovič
Hi,
every ofbiz component is servlet[1,2] and, as i know, it's not possible
run servlet without servlet container. But, you can run servlets on any
lightweight container, e.g. Jetty. See wikipedia, for example, for list
of java servlet containers[3].

1: http://java.sun.com/products/servlet/
2: http://en.wikipedia.org/wiki/Java_Servlet).
3: http://en.wikipedia.org/wiki/List_of_Servlet_containers

ya

Dňa St, 2009-08-12 o 02:36 -0700, Saurav17 napísal:
> Is it feasible to load the component in the application without starting the
> server?
>
> Thanks & Regards
> Saurav Sharma