回覆列表
-
1 # 創業小白1988
-
2 # 使用者2458114238191884
1、新增虛擬路徑
在D:\temp\apache-tomcat-6.0.18\conf\server.xml中欄位前新增
path是說明虛擬目錄的名字,如果你要只輸入ip地址就顯示主頁,則該鍵值留為空;
docBase是虛擬目錄路徑
2、修改D:\temp\apache-tomcat-6.0.18\webapps\axis\WEB-INF\web.xml,找到下面欄位
將>/services/*修改成/*是為了去掉/services
以上方法經過測試成功哈,自己試試。
是指修改上下文路徑嗎?右鍵專案屬性裡面找到一個 web project setttings選項選單,裡面有一個context root可以設定`````` eclipse匯入專案不能透過configure的選項轉換為facets時 可以新建專案 然後手動複製新建專案.settings目錄的org.eclipse.jdt.core.prefs org.eclipse.ltk.core.refactoring.prefs org.eclipse.wst.common.component org.eclipse.wst.common.project.facet.core.xml 檔案到對應同名目錄 並修改相應檔案的配置指向本專案,然後在 .project檔案參照新建目錄的同名檔案增加: <nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature> <nature>com.genuitec.eclipse.j2eedt.core.webnature</nature> 並增加相應buildCommand節點