在webphere 8.5.5中启动时未加载Servlet

时间:2016-06-17 04:43:52

标签: java servlets websphere web.xml websphere-8

我遇到的问题是我的eQMIUIInitServlet在启动时没有加载gettting。 eQInitServlet在启动时加载,但未加载eQMIUIInitServlet。 相同的应用程序在Tomcat上运行良好。 这是我的web.xml文件。

PSEC=getSymbols("PSEC",auto.assign=F)
price=Cl(PSEC)
chart_Series(price, subset = '2016')
add_TA(SMA(price, 10))
add_TA(SMA(price, 30), on = 2, col = "green")
add_TA(SMA(price, 50), on = 2, col = "red")


# Make plot all at once (this approach is useful in shiny applications):
print(chart_Series(price, subset = '2016', TA = 'add_TA(SMA(price, 10), yaxis = list(0, 10));
add_TA(SMA(price, 30), on = 2, col = "purple"); add_TA(SMA(price, 50), on = 2, col = "red")'))

0 个答案:

没有答案