take a look at our Start classes in projects like wicket-examples.
you use that class to start embedded jetty from your ide in debug mode and that enables hot-swap in the jvm that can handle a lot of the code changes without having to restart the server. -igor On 12/7/06, edward durai <[EMAIL PROTECTED]> wrote:
Hi experts, I am using Wicket with Tomcat Server. How to tested manually without using tomcat. because if change wicket java file, i should re start the tomcat. so i want check the design view of wicket page manually without using tomcat. Is it possible? Thanks for replying. Edward -- View this message in context: http://www.nabble.com/How-to-run-Wicket-manually--tf2773456.html#a7736426 Sent from the Wicket - Dev mailing list archive at Nabble.com.
