wamp server :How to deploy jsp application

后端 未结 4 1876
慢半拍i
慢半拍i 2021-01-19 03:47

I am newly started using WAMP server. I am unable to deploy my java application on it. only Html pages run. Please help with directory structure and where to keep jsp, java,

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-19 04:12

    WAMP Server is primarily meant for PHP/MySQL Development on Windows and does not support Java/JSP out of the box.(AFAIK) While it would be possible to use the same WAMP installation for configuring it to support JSPs, you would still need a Servlet Container for interpreting your Java/JSP source files. Since you are new to WAMP, it would be more logical to install a different Servlet Container such as Tomcat given below to reduce the time needed to get you up and running.

    To deploy JSP applications with minimal configuration/maintenance other than your project specifications, check out Apache Tomcat for Windows.

    http://tomcat.apache.org/ - Download Tomcat 6.0(Windows Service)

提交回复
热议问题