RE: a problem about my jsf-tomcat application on opening

2011-02-24 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: a problem about my jsf-tomcat application on opening > unless you're running behind a proxy. Enable the AccessLogValve in your server.xml file to see if you are getting requests via a proxy. - Chuck THIS COMMUNICATION MAY CONTAI

RE: a problem about my jsf-tomcat application on opening

2011-02-24 Thread Caldarale, Charles R
> From: ahmet temiz [mailto:ahmettemi...@gmail.com] > Subject: Re: a problem about my jsf-tomcat application on opening > Could you tell me how you got these results ? http://www.fiddler2.com/fiddler2/ Coupled with the knowledge that Tomcat doesn't do anything like what you'

Re: a problem about my jsf-tomcat application on opening

2011-02-24 Thread ahmet temiz
thank you Could you tell me how you got these results ? regards 2011/2/23 Caldarale, Charles R : >> 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. >

RE: a problem about my jsf-tomcat application on opening

2011-02-23 Thread Caldarale, Charles R
> 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 localh

a problem about my jsf-tomcat application on opening

2011-02-23 Thread ahmet temiz
hello I have a problem about my jsf-tomcat application on opening. I am using tomcat 6, sun java- mojarra in linux environment. My web application goes first to localhost (and nothing found) and in second time if we enter the address again the page is opened. How can I enable its opening in