• 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

About Tomcat6

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai .............
I create a jar file of java application using Eclipse IDE and then placed it in the tomcat ROOT folder.
Then I executed it using java web start .At the first time it executed correctly..
Then I made some changes in the java application and again a jar file created and placed it in the
ROOT folder by replacing the old one. Then I execute it in the same way. But the output I got is same as before.
The changes that I have made in it is not reflected.. I don't know the actual problem.
Please somebody help me....

thanks in advance.............

Regards
suja
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JNLP caches the jar file so you need to clear that cache, which is unrelated to Tomcat.
(no I can't remember how to do this, please check in the WebStart forum)
 
reply
    Bookmark Topic Watch Topic
  • New Topic