访问路径出现 Problem accessing /hello. Reason:

访问 http://localhost/hello


出现404 如下:

HTTP ERROR 404
Problem accessing /hello. Reason:
   Not Found

Powered by Jetty:// 9.4.12.v20180830

我是严格按照 1.6 jetty-server 下开发 的步骤搭建的一个demo 访问 

 可以出现 “HELLO WORLD!”



评论区

JFinal

2019-07-25 16:16

404 页面只要出现 Powered by Jetty:// 9.4.12.v20180830 这类东东,必定是项目没启动

jfinal 项目的 404 页面是这样的,访问一下即可看到:
http://www.jfinal.com/a/a/a

一般是因为 web.xml 中配置不对,根本没与 jfinal 项目建立任何关联

建议使用 jfinal undertow :
https://www.jfinal.com/doc/1-2

白小J

2019-07-25 16:17

@JFinal 启动了呀,你看日志

白小J

2019-07-25 16:18

Starting JFinal 4.3
Starting scanner at interval of 5 seconds
Starting Jetty Server 9.4.12.v20180830 on port: 80
Starting Complete. Welcome To The JFinal World (^_^)

JFinal

2019-07-25 16:20

@白小J 你这个是 jetty-server 启动成功,并不能证明项目启动成功

验证方法:
1: 在 configConstant(Constants me) 中输出一行字
2: 看字被输出没有

或者在上面的方法中设置断点调试一下

白小J

2019-07-25 16:43

@Override
public void configConstant(Constants me) {
System.out.println("进来了");
me.setDevMode(true);

}

白小J

2019-07-25 16:43

没有打印

白小J

2019-07-25 16:43

那怎么才能启动成功呢?

白小J

2019-07-25 16:44

在 DemoConfig 类文件上点击鼠标右键,选择 Debug As,再选择 Java Applidation 即可运行 我是这样启动的

白小J

2019-07-25 16:52

public void configConstant(Constants me) {
System.out.println("进来了");
me.setDevMode(true);

}现在这个可以打印了,但那个还是那样

白小J

2019-07-25 16:52

可以了,谢谢

了空

2019-12-17 11:26

@白小J 请问下你是怎么解决的,我这也是和你一样的情况

onecrz

2020-03-05 09:36

@白小J 你好,请问您是如何解决的呢,可以分享一下吗?

锅包肉

2020-09-28 23:38

@白小J 请问下你是怎么解决的,我这也是和你一样的情况

热门反馈

扫码入社