I have 2 webapps deployed in the same JBoss/Jetty server. In Jetty 5.1.14 I had the following jetty-web.xml which configured one of the apps to run as a virtual host (on ...
What is the main difference between Jetty and Netty?
Netty is part of Jboss, but is it the default web server container?
Does Netty support Servlets 3.0?
I have a singleton that I have to instantiate in my filter and for some reason I cannot get it's instance on couple first attempts. (The application deployed in JBoss EAP ...
How can I make a .war file that works Jboss to work under Jetty web server? I have a war file that is working under JBOSS webserver; However I want to ...
Howdy -- the only issue with WebStart on the server side is that you must be able to add a new MIME type. So, it should work on virtually any web server. On the server side, here are the main points: 1) You must be sure to add a new mime type to the server (if not there already): application/x-java-jnlp-file 2) ...