Questions tagged [eclipse-virgo]

For questions about Eclipse Virgo which is a Java application server based the Eclipse Equinox OSGi runtime. It allows modular application development using OSGi primitives as well as offering a smooth transition path for traditional Web Applications.

Eclipse Virgo is a Java application server based the Eclipse Equinox OSGi runtime that allows for modular application development using OSGi primitives as well as offering a smooth transition path for traditional Web Applications.

Virgo is constructed from a kernel which may be used stand-alone for non-web applications or to construct non-HTTP servers. The Virgo Web Server adds the Tomcat-based Gemini Web container to the kernel to provide servlet support. Virgo will provide Gemini Web-based and Jetty-based variants of its web server, in addition to the kernel.

113 questions
1
vote
1 answer

Virgo Osgi Web Bundle - Web-Fragment

My problem is web-fragment bundle is not working. I have two projects: One where I create a web bundle with Virgo Server with this manifest.mf: Manifest-Version: 1.0 Bnd-LastModified: 1381358185168 Build-Jdk: 1.6.0_37 Built-By:…
jrey
  • 2,163
  • 1
  • 32
  • 48
1
vote
2 answers

Virgo Server Throwing java.lang.NoClassDefFoundError: org/json/JSONException Error while deploying a Java package

While creating a vSphere web client plugin am calling a REST server from Java and parse the JSON Array using the Jackson Library In the Java Service project build-java.ant file i added