由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 奇怪的现象
相关主题
如何让servlet调用的一些class reload/reinitiate?servlet到底是啥玩意
请教如何在servlet中获取完整的URIURL 的问题怎么解决?
Run Servlet with TomcatHelp! About Weblogic
上传和下载JPG到MYSQL数据库代码如下J2EE: why is my .jsp not refreshed?
Re: [转载] 急!在线等---从Servlet调用AXIS的Web ServServlet如何避免被同一浏览器短时间内调用多次?
土人问个J2EE的弱问题 *_<Servlet里面怎样简单设置数据库路径
【跪求】java applet下怎么执行系统的一个程序?问一个J2EE和Tomcat问题
still web.xml questionHTTP Status 404 The requested resource (/abc/index.jsp) is not available.
相关话题的讨论汇总
话题: weblogic话题: uri话题: trailing话题: server话题: war
进入Java版参与讨论
1 (共1页)
b**********g
发帖数: 806
1
我的war file deploy到server上,居然有的computer可以access homepage,有的就不可
以,拿到error 404:The server has not found anything matching the Request-URI.
log里没有任何error.我用的是weblogic.
A**o
发帖数: 1550
2
别人的war呢?

URI.

【在 b**********g 的大作中提到】
: 我的war file deploy到server上,居然有的computer可以access homepage,有的就不可
: 以,拿到error 404:The server has not found anything matching the Request-URI.
: log里没有任何error.我用的是weblogic.

b**********g
发帖数: 806
3
别人的跟我不一样的war work的.我自己的war在localhost上也work

【在 A**o 的大作中提到】
: 别人的war呢?
:
: URI.

m******t
发帖数: 2416
4

URI.
What's the url to the homepage like?

【在 b**********g 的大作中提到】
: 我的war file deploy到server上,居然有的computer可以access homepage,有的就不可
: 以,拿到error 404:The server has not found anything matching the Request-URI.
: log里没有任何error.我用的是weblogic.

b**********g
发帖数: 806
5
dev.mycompany.com/myapp
不过更奇怪的是,今天又好了,我的机器上也可以access了.
唯一的变化是我同事在同一server上redeploy了他的application.
但是server,weblogic都没有重启.他只是在weblogic的console里做的deploy.

【在 m******t 的大作中提到】
:
: URI.
: What's the url to the homepage like?

m******t
发帖数: 2416
6
Is it possible that sometimes you type a trailing / after that url, and some
other time you don't?

【在 b**********g 的大作中提到】
: dev.mycompany.com/myapp
: 不过更奇怪的是,今天又好了,我的机器上也可以access了.
: 唯一的变化是我同事在同一server上redeploy了他的application.
: 但是server,weblogic都没有重启.他只是在weblogic的console里做的deploy.

b**********g
发帖数: 806
7
no,I never type trailing /
If it works, it will redirect to dev.mycompany.com/myapp/home/login.jsp

some

【在 m******t 的大作中提到】
: Is it possible that sometimes you type a trailing / after that url, and some
: other time you don't?

b**********g
发帖数: 806
8
just tried the one with /, still redirect. So I think it doesn't matter whet
her has trailing / or not.

【在 b**********g 的大作中提到】
: no,I never type trailing /
: If it works, it will redirect to dev.mycompany.com/myapp/home/login.jsp
:
: some

g*****g
发帖数: 34805
9
Check the hosts file if you are using windows.
Maybe there's a manual mapping there.
Otherwise, you shouldn't see difference.

【在 b**********g 的大作中提到】
: no,I never type trailing /
: If it works, it will redirect to dev.mycompany.com/myapp/home/login.jsp
:
: some

b**********g
发帖数: 806
10
但是我什么都没动,今天早上就又能access了

【在 g*****g 的大作中提到】
: Check the hosts file if you are using windows.
: Maybe there's a manual mapping there.
: Otherwise, you shouldn't see difference.

相关主题
土人问个J2EE的弱问题 *_<servlet到底是啥玩意
【跪求】java applet下怎么执行系统的一个程序?URL 的问题怎么解决?
still web.xml questionHelp! About Weblogic
进入Java版参与讨论
A**o
发帖数: 1550
11
so, it doesn't sound like your problem

【在 b**********g 的大作中提到】
: 但是我什么都没动,今天早上就又能access了
b**********g
发帖数: 806
12
我就是觉得奇怪,为什么有的机器可以,有的机器不可以,然后今天早上又都可以了.

【在 A**o 的大作中提到】
: so, it doesn't sound like your problem
A**o
发帖数: 1550
13
下回这种事情交给admin处理?或者找个release engineer。//vv

【在 b**********g 的大作中提到】
: 我就是觉得奇怪,为什么有的机器可以,有的机器不可以,然后今天早上又都可以了.
b**********g
发帖数: 806
14
我们公司的ops那帮人总把皮球踢回来,气人

【在 A**o 的大作中提到】
: 下回这种事情交给admin处理?或者找个release engineer。//vv
m******t
发帖数: 2416
15

whet
OK, just a theory... 8-) Got bit by that for a couple of times.

【在 b**********g 的大作中提到】
: just tried the one with /, still redirect. So I think it doesn't matter whet
: her has trailing / or not.

b**********g
发帖数: 806
16
嗯,有道理

【在 m******t 的大作中提到】
:
: whet
: OK, just a theory... 8-) Got bit by that for a couple of times.

t*******e
发帖数: 684
17
license issue. 5 unique IP addresses are allowed for non-licensed weblogic.
m******t
发帖数: 2416
18

In that case, wouldn't there have been a big stack trace and some message
along the lines of "go get a real license you cheap bastard"? ;-)

【在 t*******e 的大作中提到】
: license issue. 5 unique IP addresses are allowed for non-licensed weblogic.
g*****g
发帖数: 34805
19
No, I think the 6th customer will see a page like:
"Your visit is important for us, all our servlets are currently
assisting other customers, please refresh every 30 seconds and
we appreciate your patience"

【在 m******t 的大作中提到】
:
: In that case, wouldn't there have been a big stack trace and some message
: along the lines of "go get a real license you cheap bastard"? ;-)

m******t
发帖数: 2416
20
LOL, and embed some light music midi file on the page.

【在 g*****g 的大作中提到】
: No, I think the 6th customer will see a page like:
: "Your visit is important for us, all our servlets are currently
: assisting other customers, please refresh every 30 seconds and
: we appreciate your patience"

t*******e
发帖数: 684
21
licensing issue
1 (共1页)
进入Java版参与讨论
相关主题
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.Re: [转载] 急!在线等---从Servlet调用AXIS的Web Serv
how does AWS's auto scale work? (转载)土人问个J2EE的弱问题 *_<
jboss hot deployment in eclipse【跪求】java applet下怎么执行系统的一个程序?
Tomcat Hot deploymentstill web.xml question
如何让servlet调用的一些class reload/reinitiate?servlet到底是啥玩意
请教如何在servlet中获取完整的URIURL 的问题怎么解决?
Run Servlet with TomcatHelp! About Weblogic
上传和下载JPG到MYSQL数据库代码如下J2EE: why is my .jsp not refreshed?
相关话题的讨论汇总
话题: weblogic话题: uri话题: trailing话题: server话题: war