I am sure that this is unlikely but is there a way to tell Gears to serve up pages using an local instance of Apache\Tomcat rather than using LocalServer?
The reason for this is that we have a web application that make extensive use of JSP\servlets and since LocalServer is only a static content cache that serves up static content locally, this would not work. Has anyone out there been able to use Gears with a Java based web application that use a lot of server-side scripting?
