You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Saurav17 <sa...@gmail.com> on 2009/08/12 11:36:02 UTC

Load component without starting the server

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

Thanks & Regards
Saurav Sharma
-- 
View this message in context: http://www.nabble.com/Load-component-without-starting-the-server-tp24931894p24931894.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: Load component without starting the server

Posted by Ján Valkovič <ya...@samsonzv.sk>.
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