首先,我的电脑是Windows 7 64bit,带有xampp(apache,php,mysql),vmware服务器,java安装。
http://localhost =>自动重定向到http://localhost/xampp https:// localhost:8333 / ui /#(vmware服务器Web访问页面) C:\ xampp \ tomcat(tomcat文件夹) C:\ xampp \ htdocs \(php文件目录)
我试图将空白的jsp文件放到C:\ xampp \ htdocs \ jsp \ test.jpg并运行 http://localhost/jsp/test.jsp,有文字显示
cannot find current JDK installation
现在,我想让我的机器运行jsp,当我输入http://127.0.0.1/examples/index.html时,有一个tomcat web服务器页面错误
HTTP Status 404 - /examples/index.html
--------------------------------------------------------------------------------
type Status report
message /examples/index.html
description The requested resource (/examples/index.html) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.16
我想问一下,我的tomcat主目录在哪里?什么是url&端口号运行jsp的例子?
感谢
答案 0 :(得分:0)
默认Tomcat安装目录应为:C:\Program Files\Apache Software Foundation\Tomcat 6.0
答案 1 :(得分:0)
有几点需要注意。
xampp的Tomcat插件的自述文件有你想要的 http://www.apachefriends.org/winxampp/readme-addon-tomcat.txt 它表明
Tomcat Server Home = .\xampp\tomcat
Tomcat URL = http://127.0.0.1:8080/
Tomcat Doc Root = .\xampp\tomcat\webapps
Tomcat example Root = .\xampp\tomcat\webapps\examples
Tomcat example URL = http://127.0.0.1/examples/
因此,您的Web应用程序应该位于.\xampp\tomcat\webapps
目录
您还安装了哪个版本的JDK?错误消息cannot find current JDK installation
表示您没有安装或正确安装JDK版本。
答案 2 :(得分:0)
Tomcat Server Home
= .\xampp\tomcatTomcat
URL = http://127.0.0.1:8080//http://localhost:8080/Tomcat Doc Root
= .\xampp\tomcat\webapps\ROOT