当从浏览器请求html文件作为servlet Web应用程序的一部分时,浏览器显示404错误

时间:2016-08-21 10:42:08

标签: java html jsp servlets web-applications

我是Web应用程序开发的新手,并且正在尝试创建一个非常简单的示例,允许用户输入他们的名字,提交并返回文本" hello(name)"给用户。

enter image description here

允许用户输入其名称的文本框和提交按钮位于名为XmlServletForm.html的html文件中。

enter image description here

我的servlet类看起来像这样

enter image description here

但是,当我输入网址public function filessearch($id,$type){ $this->db->from('files'); $this->db->like('FTitle',$id); $this->db->where('FBlock','UnBlock'); $this->db->where('FFullType',$type); $this->db->limit(50); $this->db->order_by('FID','DESC'); $this->db->group_by('FTitle'); $query=$this->db->get(); return $query->result(); } 时,浏览器会显示404错误消息

enter image description here

1 个答案:

答案 0 :(得分:0)

您应该尝试在端口8080上运行。 localhost:8080 /您的特定网址