问题标签 [welcome-file]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
eclipse - eclipse webapp欢迎文件显示错误
我是 eclipse 的新手,在新的 webapp 开始时遇到困难。index.jsp 不显示。
网页.xml:
我已经尝试过http://localhost:8080/PizzaOrderApp/index.jsp和http://localhost:8080/PizzaOrderApp/jsp/index.jsp
remove-readd tomcat 服务器后:
ssh - 自定义 motd.tcl 在启动时不显示
我按照本教程来修改我服务器的 ssh 欢迎消息,但是当我 ssh 时,我根本没有任何消息......
以下是一些信息:
/etc/motd.tcl 是可执行的
/etc/motd.tcl 在 /etc/profile 的末尾
/etc/motd.tcl 显示我的欢迎消息,没有任何错误:
我的 /etc/ssh/sshd_config 包含以下几行:
也许教程已经过时了,我必须改变一些东西,但我没有设法找到信息。
感谢您的任何提示。
编辑:问题似乎是由于 zsh/oh-my-zsh 因为当我使用 root 帐户(没有 zsh shell)登录时,显示 motd
spring - 使用基于纯 Java 的配置且没有 web.xml 的 spring mvc 应用程序开发时如何设置欢迎文件?
我正在使用 Spring MVC 开发一个基于纯 Java 且没有 web.xml 配置的 Web 应用程序。我确实编写了下面的类来加载 bean 并设置 url 模式。如何设置欢迎文件?
jsp - servlet 3.x 中的注释错误
这是我的路
和我的 servlet,我在下面声明 urlpattern
并转发到文件 homeview.jsp
但是当我运行我的网络应用程序时,它会出现 htttp 状态 404 anyboby 错误,请帮我修复它?非常感谢
servlets - 使用welcome-file-list,为什么我们可以指定一个列表,如果它只运行一个?
在我的 JSF 应用程序欢迎文件中设置为index.xhtml
.
我的疑问是,当给出多个欢迎文件时,运行哪一个?
如果只运行第一个欢迎文件,为什么我们有<welcome-file-list>
允许多个欢迎文件?
java - websphere 欢迎文件过滤器没有被拾取
以下是我的 web.xml 的内容,应用程序在 websphere 8.5 中部署
我面临的问题是当我点击https://servername:portNumber/contextPath/?QueryParam之类的 url 时,我的 CheckFilter 没有被调用。 同样在 tomcat 和 weblogic 上工作正常。
但是如果我输入 url https://servername:portNumber/contextPath/index.jsp?QueryParam
我的过滤器被调用。要获得第一个 url 的响应,我需要更改什么。
即不提供 index.jsp 过滤器应该被调用。
jsf - 访问 web.xml 中的welcome-file-list 的值
有什么方法可以访问中的welcome-file-list
元素web.xml
而不必重新解析web.xml
本身?
spring - 运行动态 Web 项目后的欢迎页面
我试图在运行动态 Web 项目后显示欢迎页面。谷歌搜索时,我发现了很多教程,但我找不到解决方案。我分享:
- 我的项目的结构(我希望页面welcome.xhtml 默认显示)。
- 该文件
web.xml
是:
一旦点击HiSpring > Run As > Run on Server
,我应该有这个 url: http://localhost:8080/HiSpring/faces/welcome.xhtml
。然而,我得到了http://localhost:8080/HiSpring/
.
你能告诉我我错过了什么吗?提前致谢。