欢迎访问服务器技术网-www.fuwuqijishu.com

http-status 404问题

程序设计 fuwuqijishu 2年前 (2022-10-01) 11次浏览 0个评论 扫描二维码

关于在运行tomcat时出现问题:HTTP Status 404 – Servlet action is not available在百度里搜了一下,看见一位大侠说是因为以下两个错误导致的:log4j:WARN No appenders could be found for logger ( artup.TldConfig).log4j:WARN Please initialize the log4j system properly.于是添加了以下代码:1)<Logger className=” alina.logger.FileLogger”prefix=”catalina_log.” suffix=”.txt”timestamp=”true”/>到<engine></engine>下;2)<Logger className=” alina.logger.FileLogger” directory=”logs” prefix=”localhost_log.” suffix=”.txt” timestamp=”true”/>到<host></host>标签下。最后运行程序出错,提示为: ng.ClassNotFoundException: alina.Logger.FileLogger希望能帮我解决这个问题,谢啦!的问题

HTTP Status 404 – Servlet action is not available
这是告诉你你的请求目标没有找到,或者你的请求目标没有映射
那位大侠告诉你的是让你增加日志,而不是解决问题
如果有可能的话,请你将你的web。xml发上来看看
如果不方便,那么请你这样处理:
(1)检查你的web。xml配置文件,看看你要访问的servlet是不是配置的正确:主要检查:配置的url路径,目标类的全路径名是否正确
(2)你的请求url设置的是否正确

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2423.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900