Re: How contributors participate in this community?

2012-02-28 Thread Russell E Glaue
I'd like to give an answer since I am not and IBM employee, and actually work at a University-based non-profit organization. On 02/07/2012 11:01 PM, maxj07 wrote: Hi, I am a phd student of Peking University. My interest is to investigate hybrid projects (open source and backed by

Can we deploy a Tomcat Virtual Host GBean with the deployer?

2012-02-28 Thread Russell E Glaue
Following this document https://cwiki.apache.org/GMOxDOC30/configuring-virtual-host-in-tomcat.html (I realize this is still the 2.2 documentation that is not updated, but bare with me.) The document explains how to edit var/config/config.xml manually to define a Tomcat Virtual Host GBean.

how to make osgi services as REST services?

2012-02-28 Thread Si Chen
Hello, Does anyone have any suggestions on how to make osgi services available as REST services easily? We've been coding them with org.restlet.*, and it works well, but requires code to be written for each service. Is there a way to deploy osgi services automatically as REST services? Thanks.

Re: Can we deploy a Tomcat Virtual Host GBean with the deployer?

2012-02-28 Thread Russell E Glaue
This plan deploys without error on the command line, but produces an error in the server's standard error output: - module xmlns=http://geronimo.apache.org/xml/ns/deployment-1.2; environment moduleId groupIdorg.example.configs.virtualhosts/groupId

Re: Can we deploy a Tomcat Virtual Host GBean with the deployer?

2012-02-28 Thread Russell E Glaue
Never mind the last error. Looks like the initParams attribute slices the data into a map, and so it is really sensitive on how the value is formatted. This plan does not produce errors. - module xmlns=http://geronimo.apache.org/xml/ns/deployment-1.2; environment moduleId