在websphere 7中启动应用程序时出现以下错误。
日志定位- /apps/WebSphere/profiles7/node/logs/server1/SystemOut.log
[8/22/17 18:06:04:009 CEST] 0000003c WebContainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.
[8/22/17 18:06:16:282 CEST] 0000001
在我的开发工作站(实际上包含在/etc/apache2/ apache.conf /andrew.conf)中,我有以下内容:
<Directory "/Users/andrew/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot /Users/andrew/Sites/mysite/public
Server
阅读,有一部分是这样写的:
If no matching ServerName or ServerAlias is found in the set of virtual hosts containing the most specific matching IP address and port combination, then the first listed virtual host that matches that will be used.
我有一个包含许多虚拟主机域的vhost文件。问题是,当我键入服务器IP时,我应该转到root,但不是,正如apache文档所述,我被带到了第
我不会在我的域名上得到我的项目。它给了我Apache,而不是我在webapps中添加的项目。
我有我的战争档案FINAL_WE.war in /opt/code/apache-tomcat-8.5.54/webapps/
我已经启动了我的tomcat服务器。使用/bin/ sh startup.sh文件夹。
日志给了我tail -f catalina.out
20-Apr-2020 04:06:13.733 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache