This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
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.
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?