• 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

My JSP doesnot reflect updated changes in Jboss6

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

I am using Eclipse JUNO and I have JBOSS AS 6 as the server.I have created a new project with a smaple HelloWorld JSP.THough i have placed my war within deploy folder and restarted the server several times my JSP is not reflecting the updated changes.

My War file is in path <b>\jboss-6.0.0.Final\server\default\deploy</b>
and my JSP is directly within the path<b> jboss-6.0.0.Final\server\default\deploy\Testproj.war</b>

Can anyone please suggest me a solution thank you in advance.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you starting JBoss AS from the command line for from within Eclipse? If from within Eclipse, try starting it from the command line instead; does that give you the expected results?
 
"To do good, you actually have to do something." -- Yvon Chouinard
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic