当前位置: 技术问答>java相关
有关jsp调用servlet的问题,请大家进来看看。
来源: 互联网 发布时间:2015-06-27
本文导语: 我用jbuilder做一个servlet响应jsp表单的实验: jsp页面在defaultrootstocksearch.jsp, 对应的servlet在defaultrootWEB-INFclassescomcreaunionexampleservletStockServlet.class。 我在jsp页面里是这么写的 可我每次提交时出现:Unable to open location:...
我用jbuilder做一个servlet响应jsp表单的实验:
jsp页面在defaultrootstocksearch.jsp,
对应的servlet在defaultrootWEB-INFclassescomcreaunionexampleservletStockServlet.class。
我在jsp页面里是这么写的
可我每次提交时出现:Unable to open location: Document not found on server 错误。
下面的日志如下错误:
2002-06-20 09:19:17 - path="" :debugjsp: init
2002-06-20 09:19:24 - Ctx( ): 400 R( /) null
2002-06-20 09:19:24 - Ctx( ): 404 R( + /com/creaunion/example/servlet/StockServlet + null) null
请大伙帮我看看是怎么回事?
jsp页面在defaultrootstocksearch.jsp,
对应的servlet在defaultrootWEB-INFclassescomcreaunionexampleservletStockServlet.class。
我在jsp页面里是这么写的
可我每次提交时出现:Unable to open location: Document not found on server 错误。
下面的日志如下错误:
2002-06-20 09:19:17 - path="" :debugjsp: init
2002-06-20 09:19:24 - Ctx( ): 400 R( /) null
2002-06-20 09:19:24 - Ctx( ): 404 R( + /com/creaunion/example/servlet/StockServlet + null) null
请大伙帮我看看是怎么回事?
|
在WEB。INF文件中要有SERVLET-MAPPING才行
|
建议在web.xml里添加servlet name 和servlet url
这样你就可以用自定义的URL了
这样你就可以用自定义的URL了