On Sun, 11 Feb 2007, Jesse Barnum wrote:
> I am trying to develop with Wicket in IntelliJ. Whenever I do a  
> hotswap on some code changes, it seems like IntelliJ / Tomcat  
> automatically redeploys the application and I get a 'Page Expired'  
> error.
> 
> Is there any way for me to run the app in debugger mode, make changes  
> to methods, recompile/hotswap, and then immediately see my changes in  
> the web browser?

How do you start Tomcat?

I just have a run configuration for Tomcat, and then press
run (shift+f10) or debug (shift+f9).

Of course Java hotswap remains limited, please vote for it
:)

  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4910812

To deploy your webapp in development, ou can run any java
application (such as embedded jetty or winstone) with a
normal run configuration, and then just start it with run or
debug symbol depending on what you want.

-- 
Timo Rantalaiho
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to