It only support html and js. Is there any way to make change on the below code to make it support jsp?
String appName = JiveGlobals.getProperty(VIDEO_CONFERENCE_PROPERTY_NAME, "tusung");
Log.info("Initialize Web App " + appName);
ContextHandlerCollection contexts = HttpBindManager.getInstance().getContexts();
WebAppContext context = new WebAppContext(contexts, pluginDirectory.getPath(), "/" + appName);
context.setWelcomeFiles(new String[]{"index.html"});