Sevlet对象无法识别

时间:2016-10-14 12:56:29

标签: java eclipse jsf tomcat servlets

我正在为Web开发人员使用Eclipse Java EE IDE - 版本:ImagePickerController *imagePickerController=[[ImagePickerController alloc]init]; imagePickerController.modalPresentationStyle = UIModalPresentationCurrentContext; - 使用Tomcat构建id:if (!require("XML")) { install.packages("XML",repos= 'https://cloud.r-project.org') library("XML") } #XML is a dependency if (!require("RSelenium")) { install.packages("https://cran.r-project.org/src/contrib/Archive/RSelenium/RSelenium_1.3.5.tar.gz", repos=NULL, type="source", dependencies = TRUE) library("RSelenium") } download.file('http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar', destfile = "~/Documents/R/library/RSelenium/bin/selenium-server-standalone.jar") #start server system('java -jar "~/Documents/R/library/RSelenium/bin/selenium-server-standalone.jar"') library(RSelenium) checkForServer() startServer() Neon.1a Release (4.6.1)我正在尝试实现一些jsf示例项目,但我正面临Servlet对象未被识别的问题。我配置了服务器Tomcat v.8.0和 Windows - >偏好 - >服务器 - >运行时环境我也有这个tomcat版本。我还应该做些什么来处理servlet?

代码

20161007-1200

0 个答案:

没有答案