I have a problem when I test my web by JMeter. That is "HTTP/1.1 400 Invalid path /login was requested". So I try,
1. In browser, input "http://localhost:8080/TSS/login.do?userid=admin&password=admin";. and it successed.
2. use telnet to connection to localhost, and send
GET /TSS/login.do?userid=admin&password=admin HTTP/1.1
Host: localhost:8080


but I got the following error message,
HTTP/1.1 400 Invalid path /login was requested
Set-Cookie: JSESSIONID=A4E92ACAA794837FFEF56A137FA68D16; Path=/TSS
Content-Type: text/html;charset=Shift_JIS
Content-Language: ja-JP
Transfer-Encoding: chunked
Date: Tue, 02 Sep 2003 05:09:28 GMT
Server: Apache Coyote/1.0

30f
<html><head><title>Apache Tomcat/4.1.24 - Error report</title><STYLE><!--H1{font
-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3{
font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;}
BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : whi
te;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} --></STYL
E> </head><body><h1>HTTP Status 400 - Invalid path /login was requested</h1><HR
size="1" noshade><p><b>type</b> Status report</p><p><b>message</b> <u>Invalid pa
th /login was requested</u></p><p><b>description</b> <u>The request sent by the
client was syntactically incorrect (Invalid path /login was requested).</u></p><
HR size="1" noshade><h3>Apache Tomcat/4.1.24</h3></body></html>
0



Thanks very much




__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to