Testing with JBoss? [message #202651] |
Sun, 01 April 2007 11:20  |
Eclipse User |
|
|
|
Originally posted by: shawnk.insightbb.com
The search resulted in similar topics but couldn't find exactly what I'm
looking for...
I'm developing a Java EE application in Eclipse and using JBoss for the
app server. I've always used WebSphere in the past and with the integrated
app server in WSAD, it was easy to test changes quickly.
I have JBoss configured via the start.bat to listen for Eclipse to do the
debugging (-Xdebug -Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=800 0) and that
works fine. My problem is, as I make changes to my JSP's and restart JBoss
and the debugger, the changes are not being displayed.
What is the process for making changes in Eclipse and then accessing the
updated content via JBoss (without having to compile a new WAR and
redeploy)?
Thanks!
|
|
|
Re: Testing with JBoss? [message #202677 is a reply to message #202651] |
Sun, 01 April 2007 11:50  |
Eclipse User |
|
|
|
Hi Shawn,
The JBossIDE (2.0.0 Beta) is available at www.jboss.org.
It is a version of Eclipse that has been optimized for JBoss.
It has an (Eclipse) perspective that permits you to define a JBoss
configuration and to start/restart/stop that configuration in either
standard, or debug, mode.
Charlie
Shawn wrote:
> The search resulted in similar topics but couldn't find exactly what I'm
> looking for...
>
> I'm developing a Java EE application in Eclipse and using JBoss for the
> app server. I've always used WebSphere in the past and with the
> integrated app server in WSAD, it was easy to test changes quickly.
>
> I have JBoss configured via the start.bat to listen for Eclipse to do
> the debugging (-Xdebug -Xnoagent
> -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=800 0) and that
> works fine. My problem is, as I make changes to my JSP's and restart
> JBoss and the debugger, the changes are not being displayed.
>
> What is the process for making changes in Eclipse and then accessing the
> updated content via JBoss (without having to compile a new WAR and
> redeploy)?
>
> Thanks!
>
|
|
|
Powered by
FUDForum. Page generated in 0.08215 seconds