Re: [Wicket-user] From quickstart to a tomcat app...

2007-01-21 Thread Martijn Dashorst
Johan is (one of) the maintainer(s) of the sysdeo plugin, so he can surely help out. You definitely need the devloader jar to be able to run your app in the debugger. Next you need to add your class folder (target/classes) to the web classpath, and the libs found in the lib directory. I think that

Re: [Wicket-user] From quickstart to a tomcat app...

2007-01-21 Thread ZedroS Schwart
Thanks for your answer. I'm already using the sysdeo plugin, however my Wicket application doesn't work with it and tomcat. The webapp folder has really few stuff into it. In fact the whole application is built differently from what I know of tomcat applications. Thanks for the tips on ant war, i

Re: [Wicket-user] From quickstart to a tomcat app...

2007-01-21 Thread Martijn Dashorst
For development, use eclipse webtools, or the tomcat sysdeo plugin. Both have documentation available to help you further. Since I don't use either I can't help you with that. I'm more a jetty user (using the jetty launcher). If you want to deploy to a (remote) tomcat server: ant war or m

[Wicket-user] From quickstart to a tomcat app...

2007-01-21 Thread ZedroS Schwart
Hi all I'm currently using the quickstart application to do some dev on wicket. However, I would like now to use my app on tomcat (5.5.20 in my case). I've looked for some documentation on what to do/what to remove for such a move but I didn't manage to find some. Could you please provide me som