Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WindowsXPにTomcat5.5をインストールしましたが、Mozillaブラウザでたとえばlocalhost:8081 \ Servlet \ Servlet1と入力してサーブレットを実行しようとすると、空白のページが表示されます。すでにアンインストールしてから再インストールしましたが、動作しませんでした。サーブレットを実行するには、ページを更新し続ける必要があります。Tomcatを正しく実行しない理由は何ですか?
Use forward slash in your URL,
localhost:8081/Servlet/Servlet1