[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread vedavyas
But even after changing the index.html and clearing the browser cache the url http://localhost:8080/jboss-seam-registration; is getting resolved to http://localhost:8080/jboss-seam-registration/registration.seam; View the original post :

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread [EMAIL PROTECTED]
Not possible, /registration.seam is not even an available page. If you mean /register.seam, that is the refresh the index.html is doing. If you get that refresh to that page, you have the index.html with the refresh deployed. There is no other way. View the original post :

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread [EMAIL PROTECTED]
If you want to really debug this, I recommend you get Firefox and the Live HTTP headers plugin installed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034447#4034447 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034447

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread [EMAIL PROTECTED]
This is how an index.html/refresh will look like: | http://localhost:8080/wiki/ | | GET /wiki/ HTTP/1.1 | Host: localhost:8080 | User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 | Accept:

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread vedavyas
No, the control does not go to index.html if the url is http://localhost:8080/jboss-seam-registration because even though i change the refresh to some invalid page(invalid.jspx), ideally i should get a page not found error. But thats not happening. I get the default

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-04 Thread [EMAIL PROTECTED]
It's definitely your browser, have you tried doing a hard refresh? (ctrl-F5). If you really want to prove it, edit jboss/server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml and comment out the welcome-file-list section at the bottom of the file, then restart JBoss and try it again. View

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-03 Thread [EMAIL PROTECTED]
index.html is always the default welcome file, in any webserver i know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034145#4034145 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034145

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-03 Thread ajaneesh
My question was, how is http://localhost:8080/jboss-seam-registration/; getting resolved to http://localhost:8080/jboss-seam-registration/registration.seam; or how is http://localhost:8080/jboss-seam-booking/; getting resolved to http://localhost:8080/jboss-seam-booking/home.seam; index.html

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-03 Thread petemuir
via the meta tag in index.html. You're change not showing up is probably due to your browser cache or sth. To check this better use a browser that doesn't cache at all e.g. lynx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034170#4034170 Reply to the post

[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle

2007-04-03 Thread [EMAIL PROTECTED]
It is the index.html file. Perhaps your browser is caching the page or something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034222#4034222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034222