Matt's correct, if you run your app in debug mode in IntelliJ Tomcat will
not be forced to restart and your class will be reloaded.  To do this press
CTRL-SHIFT-F9 while viewing your class, this will cause a compile.  You will
even see a progress bar showing the reload.

Scott

-----Original Message-----
From: Matt Raible [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 12, 2007 7:39 AM
To: users@appfuse.dev.java.net
Subject: Re: [appfuse-user] Appfuse 2 + Intellij IDEA

I believe this is expected behavior.  Tomcat doesn't have the ability
to dynamically reload a single changed class.  However, if you run it
in debug mode, you may be able to get this feature.  Unfortunately, I
haven't worked with IDEA+Tomcat to know how to do this.

Matt

On 1/12/07, Tuncay A. <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> How can I prevent tomcat (running inside Intellij using appfuse 2
exploded)
> from restarting whenever I recompile a java class or .properties file. It
> should only compile and load the class without restarting whole tomcat.
>
> I hope somebody have a solution to this.
>
> Thx in advance.
>
> //tuncay
> --
> View this message in context:
http://www.nabble.com/Appfuse-2-%2B-Intellij-IDEA-tf2965002s2369.html#a82955
95
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to