> From: ahmet temiz [mailto:ahmettemi...@gmail.com] 
> Subject: a problem about my jsf-tomcat application on opening

> How can I enable its opening in first try.

Fix your webapp.  It's returning a 302 (redirect) in response to the URL you 
posted, with a hard-coded target of localhost:

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
X-Powered-By: JSF/1.2
Set-Cookie: JSESSIONID=384D773B1106F0A2965D629CE3A03E60; Path=/pro1
Location: http://localhost:8080/pro1/bir.jsf
Content-Language: en-US
Content-Length: 0
Date: Wed, 23 Feb 2011 14:27:45 GMT

This is your webapp's doing, not Tomcat's.  Someone has hard-coded "localhost" 
into a filter, servlet, or JSP, or the configuration files thereof.  

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to