Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse - JBoss Development problem(Why do I need to restart JBoss after any small changes in the code?)
Eclipse - JBoss Development problem [message #883379] Fri, 08 June 2012 12:09 Go to next message
Karoly Guba is currently offline Karoly GubaFriend
Messages: 4
Registered: January 2012
Junior Member
Hi!

I have installed the last version of Eclipse (Indigo sp2) and the last version of JBoss AS (7.1.1 Final). Installed JBoss server adapter. So I can start and stop JBoss from Eclipse. I created my first WebApp without any classes just one jsp file (index.jsp):

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
Hello World!!!
</body>
</html>



When I was launching this app for the first time, everything was ok and I have got "Hello World!!!" on the browser. BUT after that changes doesn't appears on the browser. For example if I chnge the index.jsp to:

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
Hello World second time!!!
</body>
</html>



and I launch the application I get once "Hello World!!!" on the browser.
After restarting the JBoss AS and lautch the app I get the correct result: "Hello World second time!!!"


Why do I need to restart JBoss after any small changes in the code?

Thanks,
Karoly

[Updated on: Fri, 08 June 2012 12:10]

Report message to a moderator

Re: Eclipse - JBoss Development problem [message #883586 is a reply to message #883379] Fri, 08 June 2012 21:38 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
sounds like a question for the WTP forum: http://www.eclipse.org/forums/index.php/f/88/ don't you think?
Stephan
Previous Topic:Reuse custom builders across projects?
Next Topic:Eclipse wont build project properly!
Goto Forum:
  


Current Time: Sat Apr 20 14:06:41 GMT 2024

Powered by FUDForum. Page generated in 0.03636 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top