当前位置: 技术问答>java相关
关于jsp与servlet的问题,比较土,请别介意
来源: 互联网 发布时间:2015-06-27
本文导语: 我用jbuilder做一个servlet响应jsp表单的实验, jsp页面在defaultrootstocksearch.jsp, 对应的servlet在defaultrootWEB-INFclassescomcreaunionexampleservletStockServlet.class。 我在jsp页面里是这么写的 可我每次提交时出现:Unable to open location: D...
我用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.xml中是否有
StockServlet
com.creaunion.example.servlet.StockServlet
jbuilder應該會自動生成
有的話try
StockServlet
com.creaunion.example.servlet.StockServlet
jbuilder應該會自動生成
有的話try