• 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

Refreshing JSP page

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
this is my simple problem:
I have a JSP page and a JAVA bean where I put my own class.
All works fine, but if I change something into the class and I compile it, the result in the JSP page doesn't change.
It seems doesn't refresh the compiled class file, but the date of its last modify is right.
I'm using Apache Tomcat 5.0 and JDK j2sdkee1.2.1.
Can anyone helps me?
:shocked: :shocked: :shocked:
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh man,
When you change any java code. i mean if any changes happen in your class file. Then u must restart your tomcat server. Go ahead and restart Server.
Chakk de
Bikram
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
You can restart Tomcat or just reload the context application using :
http:\\localhost:8080\manager\reload?path=/yourAplicationName
Have a great Day!!!
-Gayatri
 
Nicola Zuliani
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot!
 
reply
    Bookmark Topic Watch Topic
  • New Topic