• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Webpage reload failed

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am developing my project with Netbeans 6.1, JSF 1.2, Richface 3.2.2, Tomcat 6.0.18.

Usually when I edit a html file and save it (simple edit like adding some new text), I can see the result by refreshing browser. However, it just doesn't work anymore since last week. Now, everytime I want to see the new rendering result of webpage, I have to undeploy/deploy my project. I can't find out the reason.

I have tested my page a lot and here is the senario:
1. If i edit a external css file and refresh browser, i can see the new result

2. When the first time i start tomcat server, if there is any incorrect JSF tag cause page rendering failed, I can correct the file and refresh browser to see the new result. But if i set the code incorrect again and refresh browser, the webpage still rendering correct and does not load my new file.

So basically, if the webpage has been rendered correctly, no matter how i edit the html file, it just doesn't deploy it.

I tried to use tomcat6.0.14, but it didn't help. The strange thing is it just worked fine before. And i didn't change any setting issues.

Any help will be appricated.

Huisan
[ October 31, 2008: Message edited by: Huisan Wang ]
reply
    Bookmark Topic Watch Topic
  • New Topic