-
solo 在 centos 上使用 tomcat 部署遇到的配置报错问题?
2019-05-29 21:00嗯,前一段时间公司新项目要部署 docker 研究了一段时间;我先初步用 tomcat 搭建下 bolg 然后再用 docker 搭建
-
solo 在 centos 上使用 tomcat 部署遇到的配置报错问题?
2019-05-29 20:57我分析了 get 请求的地址,没有端口的问题都被我忽略了,还需要设置端口,设置好端口就可以解决了;留下解决方案,以待后来之人用之
-
solo 在 centos 上使用 tomcat 部署遇到的配置报错问题?
2019-05-29 20:49是 latke 配置的问题吗? 我尝试将 serverhost 的值配置为 172.18.230.18 还是这样
-
solo 在 centos 上使用 tomcat 部署遇到的配置报错问题?
2019-05-29 20:44是的,这几个 get 请求的是 localhost 而我的服务地址应该是 172.18.230.18 的。
-
solo 在 centos 上使用 tomcat 部署遇到的配置报错问题?
2019-05-29 20:33我是在虚拟机里面搭建的 centos 环境,使用的是桥接模式的网络,现在在宿主机上访问虚拟机的 8080/solo/login 提示我去看配置文件解析,可是我看了好几遍,还是想不明白为什么会这样?直接访问 8080 可以看到 tomcat 的主页
-
solo 开发环境问题
2019-05-28 18:29[WARN ]-[2019-05-28 18:28:10]-[org.b3log.latke.Latkes:609]: !!!!Runtime mode is [DEVELOPMENT], please make sure configured it with [PRODUCTION] in latke.properties if deployed on production environment!!!!
[INFO ]-[2019-05-28 18:28:14]-[org.b3log.solo.util.Markdowns:129]: [markdown-http] is not available, uses built-in [flexmark] for markdown processing. Please read FAQ section in user guide (https://hacpai.com/article/1492881378588) for more details. -
solo 开发环境问题
2019-05-28 17:45[WARN ]-[2019-05-28 17:40:04]-[org.b3log.latke.Latkes:609]: !!!!Runtime mode is [DEVELOPMENT], please make sure configured it with [PRODUCTION] in latke.properties if deployed on production environment!!!!
[INFO ]-[2019-05-28 17:40:10]-[org.b3log.solo.util.Markdowns:129]: [markdown-http] is not available, uses built-in [flexmark] for markdown processing. Please read FAQ section in user guide (https://hacpai.com/article/1492881378588) for more details.
[INFO ]-[2019-05-28 17:40:10]-[org.b3log.solo.SoloServletListener:99]: Solo is booting [ver=3.6.1, servletContainer=jetty/9.4.12.v20180830, os=Windows 10, isDocker=false, markdownHttpAvailable=false, pid=16872, runtimeDatabase=MYSQL, runtimeMode=DEVELOPMENT, jdbc.username=root, jdbc.URL=jdbc:
[ERROR]-[2019-05-28 17:40:10]-[org.b3log.latke.Latkes:829]: Read skin [Pinghsu]'s configuration failed: null
[ERROR]-[2019-05-28 17:40:10]-[org.b3log.solo.SoloServletListener:315]: Can't load the default skins, please make sure skin [Pinghsu] is under skins directory and structure correctlyProcess finished with exit code -1
-
solo 开发环境问题
2019-05-28 17:3828-May-2019 15:27:41.172 信息 [RMI TCP Connection(3)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars 至少有一个 JAR 被扫描用于 TLD 但尚未包含 TLD。 为此记录器启用调试日志记录,以获取已扫描但未在其中找到 TLD 的完整 JAR 列表。 在扫描期间跳过不需要的 JAR 可以缩短启动时间和 JSP 编译时间。
[WARN ]-[2019-05-28 15:27:41]-[org.b3log.latke.Latkes:609]: !!!!Runtime mode is [DEVELOPMENT], please make sure configured it with [PRODUCTION] in latke.properties if deployed on production environment!!!!
28-May-2019 15:27:43.876 信息 [Thread-7] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
[INFO ]-[2019-05-28 15:27:43]-[org.b3log.solo.util.Markdowns:129]: [markdown-http] is not available, uses built-in [flexmark] for markdown processing. Please read FAQ section in user guide (https://hacpai.com/article/1492881378588) for more details.
[INFO ]-[2019-05-28 15:27:43]-[org.b3log.solo.SoloServletListener:99]: Solo is booting [ver=3.6.1, servletContainer=Apache Tomcat/9.0.20, os=Windows 10, isDocker=false, markdownHttpAvailable=false, pid=18224, runtimeDatabase=MYSQL, runtimeMode=DEVELOPMENT, jdbc.username=root, jdbc.URL=jdbc:
[ERROR]-[2019-05-28 15:27:43]-[org.b3log.latke.Latkes:829]: Read skin [Pinghsu]'s configuration failed: null
[ERROR]-[2019-05-28 15:27:43]-[org.b3log.solo.SoloServletListener:315]: Can't load the default skins, please make sure skin [Pinghsu] is under skins directory and structure correctly -
solo 如何在 IDEA 启动
2019-05-28 14:07在 idea 中使用 tomcat 启动之后访问 8080 端口是 404,手动进入 tomcat/bin/startUp.bat,可以正常访问 8080;有人遇到过吗?