G5德军

导航

配置环境(servlet)

1.WEB

<servlet>

  <servlet-name>helloServlet</servlet-name>

  <servlet-class>com.stx.HelloServlet</servlet-class>

</servlet>

 

  <servlet-mapping>    

  <servlet-name>helloServlet</servlet-name>

  <url-pattern>/hello</url-pattern>

  <servlet-mapping>

 

2、链接:http;//localhost/web-demo1/hello

 

3.html结合servlet

通过form标签的action属性

<from action="hello" method="get">

 

 

4f访问到

http://localhost/web-demo1/hello?

(1)http:超文本协议,约束规则    作用:达成文本协议

(2)localhost:域名 、IP         作用:指向服务器

(3)

 

posted on 2021-11-03 10:52  G5德军  阅读(33)  评论(0编辑  收藏  举报