我的jsp页面ExecutionIframe.jsp
ReadingThread = new Thread(StartReading) {IsBackground = true};
ReadingThread.Start();
我的项目结构
我将我的jsp页面添加到iframe添加到字符串
<form target="results" id="form1" name="mxform" action="/SaveMxAdapter" method="post" accept-charset="UTF-8">
我的web.xml是
form+="<iframe id=\"ExecutionIframe\" name=\"ExecutionIframe\" src=\"/polarion/mxadapter/ExecutionIframe.jsp\" border=\"0\" frameborder=\"0\" height=\"100%\" width=\"100%\" scrolling=\"yes\">";
form+="</iframe>"
但是jsp页面无法调用servlet
我收到错误
未找到
在此服务器上找不到请求的URL / SaveMxAdapter。