2019-06-23 21:54 | 题主 | ||||||||
|
无法启动setup问题 安装时无法启动localhost:8080/wb/setup,出现:Type Status Report Message /wb/setup Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. 安装过程及问题现状如下: 1、Tomact8正常,localhost:8080可以访问tomcat默认页面 2、官网下载最新版WebBuilder 8。 3、解压后将wb文件夹拷贝至\apache-tomcat-8.5.42\webapps下,文件夹结构为\apache-tomcat-8.5.42\webapps\wb\wb以及webapps\wb\WEB-INF。 4、创建webapps\wb\META-INF文件夹,并在webapps\wb\META-INF按照readme.html创建context.xml。 5、context.xml文件中配置数据库信息。(当前数据库服务正常,数据库可以使用) 6、将context.xml拷贝至\apache-tomcat-8.5.42\conf\Catalina\localhost文件夹并改名为wb.xml 进行上述操作后无法启动localhost:8080/wb/setup,也无法启动localhost:8080/wb 请教上述操作是否有问题?该如何解决??? |
2019-06-24 09:24 | #1 | ||||||||
|
wb目录是软件包根目录内的wb目录,你的目标目录不正确, 正确目录是.../webapps/wb(WEB-INF目录位于wb/WEB-INF下, 具体参考readme.html ![]() |
2019-06-24 16:08 | #2 | ||||||||
|
感谢楼上的解答,但是我的目录结构和readme一致的呀。难道我理解有误? 现在的目录结构如下: 1、wb目录 2、wb/META-INF目录 3、wb/wb目录 请看一下哪里不对? |
2019-06-25 08:59 | #3 | ||||||||
|
6、将context.xml拷贝至\apache-tomcat-8.5.42\conf\Catalina\localhost文件夹并改名为wb.xml 这一步去掉试试 |