由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - how to get invalid url when 404 occurs?
相关主题
how to copy an Object?xslt: how to replace character
有人用eclipse吗?老中在职场上普遍的问题 (转载)
why is this necessary?新手问个multi-threading关于synchronized和volatile的问题
java内存泄露问题求助JAVA问题
[合集] java 得 inner class 有没有 static 有什么区别啊?Java 求解2
再请教一个lucene的问题问题请教
高手麻烦帮帮忙。。新手学编程helphelphelphelphelphelphelp
set this "window > preference " visible for Eclipse 3.5How to handle invalid XML character
相关话题的讨论汇总
话题: 404话题: url话题: page话题: couldn话题: occurs
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
this is a stupid question, but I couldn't find an answer online
I suspect part of some page cannot be loaded (which I couldn't visibly
see), how do I know which url it is requesting?
It's not like the main page doesn't exist and you can configure
404 custom page in web.xml.
A**o
发帖数: 1550
2
servlet container dump? logging?

【在 g*****g 的大作中提到】
: this is a stupid question, but I couldn't find an answer online
: I suspect part of some page cannot be loaded (which I couldn't visibly
: see), how do I know which url it is requesting?
: It's not like the main page doesn't exist and you can configure
: 404 custom page in web.xml.

g*****g
发帖数: 34805
3
No information in logging, is there a place
you can see all the access logs?

【在 A**o 的大作中提到】
: servlet container dump? logging?
A**o
发帖数: 1550
4
What servlet container are you using?

【在 g*****g 的大作中提到】
: No information in logging, is there a place
: you can see all the access logs?

g*****g
发帖数: 34805
5
tomcat 5.0.28

【在 A**o 的大作中提到】
: What servlet container are you using?
m******t
发帖数: 2416
6

The access logging valve in tomcat is turned off by default. It needs to be
uncommented in the server config file.

【在 g*****g 的大作中提到】
: tomcat 5.0.28
g*****g
发帖数: 34805
7
Thanks a lot.

be

【在 m******t 的大作中提到】
:
: The access logging valve in tomcat is turned off by default. It needs to be
: uncommented in the server config file.

1 (共1页)
进入Java版参与讨论
相关主题
How to handle invalid XML character[合集] java 得 inner class 有没有 static 有什么区别啊?
想起几年前Re: run servlet from command line?再请教一个lucene的问题
Re: 想起几年前Re: run servlet from command li高手麻烦帮帮忙。。新手学编程
Re: Error handling in Jelly, SwixML andset this "window > preference " visible for Eclipse 3.5
how to copy an Object?xslt: how to replace character
有人用eclipse吗?老中在职场上普遍的问题 (转载)
why is this necessary?新手问个multi-threading关于synchronized和volatile的问题
java内存泄露问题求助JAVA问题
相关话题的讨论汇总
话题: 404话题: url话题: page话题: couldn话题: occurs