ApacheのWebサイトから32ビットのWindowszipをダウンロードしました。
次に、コンテンツを抽出して、抽出物も存在する Program Files
フォルダーに配置しました。Eclipse
次に、Eclipseを起動し、Servers
タブを使用してサーバーをセットアップし、起動しました。
私はこれを手に入れます:
ただしhttp://localhost:8080
、Chromeで試してみると、404エラーが発生します。
どこで私は間違えましたか ?
ApacheのWebサイトから32ビットのWindowszipをダウンロードしました。
次に、コンテンツを抽出して、抽出物も存在する Program Files
フォルダーに配置しました。Eclipse
次に、Eclipseを起動し、Servers
タブを使用してサーバーをセットアップし、起動しました。
私はこれを手に入れます:
ただしhttp://localhost:8080
、Chromeで試してみると、404エラーが発生します。
どこで私は間違えましたか ?
Even i m facing the same problem discussed above. I am unable to run any app including servlet application with index file.
I found the below mentioned information in some website..
"Eclipse forgets to copy the default apps (ROOT, examples, etc.) when it creates a Tomcat folder inside the Eclipse workspace. Go to C:\apache-tomcat-7.0.34\webapps, R-click on the ROOT folder and copy it. Then go to your Eclipse workspace, go to the .metadata folder, and search for "wtpwebapps". You should find something like your-eclipse-workspace.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps (or .../tmp1/wtpwebapps if you already had another server registered in Eclipse). Go to the wtpwebapps folder, R-click, and paste ROOT (say "yes" if asked if you want to merge/replace folders/files). "
But the problem is the temp0 folder is empty and i m unable to find the the deploy path ie wtpwebapps. If anyone has come across the same problem and come out with a solution pls let me know..
セットアップは機能します。Tomcatは機能します。あなたが見る404はtomcatによって与えられます。
唯一の問題は、インデックスファイルを配置しなかったことです...サーブレットコンテナにはコンテンツが必要です!