Re: No Host matches server name localhost error

2005-08-31 Thread Thomas Corte
Hello, Parsons Technical Services wrote: Now as for the issue, I am not sure that it is a bug but just a feature. Unless you can show where it does not meet the servlet specs then it will not be considered a bug. Ok, and since the issue is actually documented, it cannot be called a bug.

No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
i'm using tomcat 5.5.9 with a single webapp deployed with a context path of and a default host named localhost. when i request the webapp's root resource (http://localhost:8080/), i get a 400 error with the message No Host matches server name localhost. as you can see from my very minimal

Re: No Host matches server name localhost error

2005-08-30 Thread Paul Austin
deployed with a context path of and a default host named localhost. when i request the webapp's root resource (http://localhost:8080/), i get a 400 error with the message No Host matches server name localhost. as you can see from my very minimal server.xml, i do in fact have a Host named

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Cook
get a 400 error with the message No Host matches server name localhost. as you can see from my very minimal server.xml, i do in fact have a Host named localhost and have specified it as the default host for the engine. so, i must admit to being confused as to why i'm receiving that particular

Re: No Host matches server name localhost error

2005-08-30 Thread Parsons Technical Services
[EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, August 30, 2005 12:50 PM Subject: No Host matches server name localhost error i'm using tomcat 5.5.9 with a single webapp deployed with a context path of and a default host named localhost. when i request

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Parsons Technical Services wrote: Per the 5.5 doc you can't do it that way. You can only specify the path as a blank string when the context element is in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html Look at the path attribute. aha! man, if only

RE: No Host matches server name localhost error

2005-08-30 Thread Caldarale, Charles R
From: Brian Moseley [mailto:[EMAIL PROTECTED] Subject: Re: No Host matches server name localhost error thanks for the pointer. after moving my context definition into server.xml Bad move. This is specifically discouraged in 5.5. i wonder what the motivation was for making

RE: No Host matches server name localhost error

2005-08-30 Thread Paul Austin
On Tue, 2005-08-30 at 13:25 -0500, Caldarale, Charles R wrote: From: Brian Moseley [mailto:[EMAIL PROTECTED] Subject: Re: No Host matches server name localhost error thanks for the pointer. after moving my context definition into server.xml Bad move. This is specifically

RE: No Host matches server name localhost error

2005-08-30 Thread Caldarale, Charles R
From: Paul Austin [mailto:[EMAIL PROTECTED] Subject: RE: No Host matches server name localhost error But the context path is only supported when you put it in the server.xml so you can't deploy the wars to any other path other than the name of the context file so deploying to /apps

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
Paul Austin wrote: It seems that Tomcat 5.5 discourages you from putting contexts in the server.xml, and that is something that is a good idea as it's easier to manage them when they are outside. But the context path is only supported when you put it in the server.xml so you can't deploy the

Re: No Host matches server name localhost error

2005-08-30 Thread Brian Moseley
- No Host matches server name localhost is obviously not true. maybe the message can be changed to more accurately convey that no context can be found for the request uri? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: No Host matches server name localhost error

2005-08-30 Thread Thomas Corte
Hi, Parsons Technical Services wrote: Per the 5.5 doc you can't do it that way. You can only specify the path as a blank string when the context element is in the server.xml. To reiterate: so the only 2 ways to define the *default web app* for the host are either - to define the context

Re: No Host matches server name localhost error

2005-08-30 Thread Parsons Technical Services
somewhere there is someone who doesn't like it. Doug - Original Message - From: Thomas Corte [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, August 30, 2005 4:28 PM Subject: Re: No Host matches server name localhost error Hi, Parsons Technical

Re: no host matches server name localhost

2005-05-01 Thread mbneto
? Jonathan August wrote: I installed Tomcat 5.0.30 using yum on Fedora Core 3. When I try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing something simple, but I'm pretty new at this, so I'm not sure

no host matches server name localhost

2005-04-27 Thread Jonathan August
I installed Tomcat 5.0.30 using yum on Fedora Core 3. When I try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing something simple, but I'm pretty new at this, so I'm not sure what to check

Re: no host matches server name localhost

2005-04-27 Thread Rod Fitzsimmons Frey
What do you have in your /etc/hosts file? Jonathan August wrote: I installed Tomcat 5.0.30 using yum on Fedora Core 3. When I try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing something simple, but I'm pretty new

Re: no host matches server name localhost

2005-04-27 Thread Jonathan August
file? Jonathan August wrote: I installed Tomcat 5.0.30 using yum on Fedora Core 3. When I try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing something simple, but I'm pretty new at this, so I'm not sure what to check

Re: no host matches server name localhost

2005-04-27 Thread Rod Fitzsimmons Frey
, 2005, at 3:52 PM, Rod Fitzsimmons Frey wrote: What do you have in your /etc/hosts file? Jonathan August wrote: I installed Tomcat 5.0.30 using yum on Fedora Core 3. When I try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing

Re: no host matches server name localhost

2005-04-27 Thread Jonathan August
PM, Rod Fitzsimmons Frey wrote: What do you have in your /etc/hosts file? Jonathan August wrote: I installed Tomcat 5.0.30 using yum on Fedora Core 3. When I try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing something

Re: no host matches server name localhost

2005-04-27 Thread Jonathan August
try to connect to http://localhost:8080/, I get: Alert!: HTTP/1.1 400 No Host matches server name localhost I'm sure I'm missing something simple, but I'm pretty new at this, so I'm not sure what to check. - To unsubscribe, e