搭建伺服器(Tomcat,struts)

2021-08-01 21:41:54 字數 1355 閱讀 2939

應用struts(版本號2.3.32)和tomcat(版本7.0.77)搭建乙個本地伺服器,執行環境是myeclipse;

得到:1.配置tomcat

開啟myeclipse->window->preferences

將tomcat根目錄設定進去。

然後開啟server面板就可以看到tomcat了(看不到server可在window->show view進行查詢)

2.新建乙個web project。

3.引入struts

找到struts2-blank.war檔案進行解壓得到

進入web-inf->libs將所有檔案複製到剛建立的web project中

然後進入web-inf->classes中將struts.xml檔案複製帶web project 的src中如下圖(可能會有錯一會再改。。)

struts.xml修改如下(dynamicmethodinvocation設定為true,刪除package下資訊)

進入到web-inf目錄中將web.xml檔案開啟

4.在server面板中add deployment

將剛才建立的專案匯入,然後右鍵run server,觀察console

server成功執行起來了,我們就可以編寫伺服器**了!

伺服器搭建

問題一 com無法訪問到伺服器 問題二 將 com 301重定向到 www.com 解決方案 在httpd.conf檔案中 追加 如下內容 options followsymlinks rewriteengine on rewritecond com rewriterule l,r 301 2 禁止...

搭建伺服器

零基礎搭建伺服器 我用的是ubuntu,所有 sudo apt get install apache2 配置php的時候已經配好了,這裡就不重複配置了 安裝apxs 安裝過php,所以這個也忽略掉 sudo apt get install apache2 dev apxs是乙個為apache超文字傳...

伺服器搭建

1 系統centos yun update 公升級安裝包 2 通過yum install mysql mysql service 安裝mysql 更新 mysql service 安裝方法 wget rpm ivh mysql community release el7 5.noarch.rpm y...