错误说--->原始服务器没有找到目标资源的当前表示,或者不愿意透露存在该目标资源

时间:2017-10-26 11:24:40

标签: java eclipse java-ee tomcat7

以下是将.xls / .xlsx文件转换为.pdf

的代码

当我尝试点击链接时 http://localhost:8080/examples/servlets/servlet/xlstopdfservlet

我收到以下错误 pmax

ExcelWord2PDF_HTML.html

i1 <- !rowSums(df==1)>0
df[i1,] <- df[i1,]/do.call(pmax, df[i1,])

xlstopdfservlet.java

set.seed(24)
df <- as.data.frame(matrix(sample(1:8, 10*5, replace = TRUE), ncol=5))

的web.xml

The origin server did not find a current representation for the target 
resource or is not willing to disclose that one exists.

1 个答案:

答案 0 :(得分:0)

首先,当您在servlet中发布表单时使用doPost()方法,而不是doGet()。然后尝试从您的网址中删除/example