How run Wicket Application

2011-02-16 Thread Mr Jehan
Dear all I downloaded HelloWorld wicket application, I run following commind C:\Users\admin\wicket-hello-world *mvn install * following is log of mvn My tomcat installed at d:/tomcat/ which directory I copy from* C:\Users\admin\wicket-hello-world* to * d:/tomcat/webapp* folder.

Re: How run Wicket Application

2011-02-16 Thread Martin Makundi
Might be easier just to put it into eclipse and run Start.java, maybe. ** Martin 2011/2/16 Mr Jehan jeeha...@gmail.com: Dear all I downloaded HelloWorld wicket application, I run following commind  C:\Users\admin\wicket-hello-world *mvn install * following is log of mvn My tomcat

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Might be easier just to put it into eclipse and run Start.java, maybe. ** Martin 2011/2/16 Mr Jehan jeeha...@gmail.com: Dear all I downloaded HelloWorld wicket

Re: How run Wicket Application

2011-02-16 Thread Ernesto Reinaldo Barreiro
mvn jetty:run? On Wed, Feb 16, 2011 at 10:03 AM, Mr Jehan jeeha...@gmail.com wrote: please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Might be easier just to put it into eclipse and run Start.java, maybe. ** Martin

Re: How run Wicket Application

2011-02-16 Thread Michal Letynski
Just open the tomcat manager and deploy this war file. W dniu 2011-02-16 13:03, Mr Jehan pisze: please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Might be easier just to put it into eclipse and run Start.java, maybe. **

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
Problem while running tomcat manager http://localhost:8080/manager/html On Wed, Feb 16, 2011 at 2:07 PM, Michal Letynski m...@consol.ae wrote: Just open the tomcat manager and deploy this war file. W dniu 2011-02-16 13:03, Mr Jehan pisze: please any other solution On Wed, Feb 16, 2011

Re: How run Wicket Application

2011-02-16 Thread James Carman
On Wed, Feb 16, 2011 at 4:07 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: mvn jetty:run? Yes, mvn install doesn't run anything. It just puts the jars into your local maven repository. You need to run the jetty plugin.

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
You mean jetty plugin for Tomcat or maven I want to download it from http://maven.apache.org/maven-1.x/plugins/jetty/downloads.html but all mirror links are down. please help On Wed, Feb 16, 2011 at 6:44 PM, James Carman ja...@carmanconsulting.comwrote: On Wed, Feb 16, 2011 at 4:07 AM,

Re: How run Wicket Application

2011-02-16 Thread James Carman
If you're using a Quickstart-generated Wicket project, it's already set up for you. Just type mvn jetty:run. On Wed, Feb 16, 2011 at 10:59 AM, Mr Jehan jeeha...@gmail.com wrote: You mean jetty plugin for Tomcat or maven I want to download it from

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
I cant issue *mvn jetty:run* command because I have not installed jetty plugin I am trying to install jetty plugin using following command mvn plugin:download -Dmaven.repo.remote= http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
I cant issue *mvn jetty:run* command because I have not installed jetty plugin I am trying to install jetty plugin using following command mvn plugin:download -Dmaven.repo.remote= http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven

Re: How run Wicket Application

2011-02-16 Thread James Carman
You don't have to install anything. Maven will download it automatically. What does your pom.xml file look like? Are you using a quickstart-generated project? On Wed, Feb 16, 2011 at 11:20 AM, Mr Jehan jeeha...@gmail.com wrote: I cant issue *mvn jetty:run* command because I have not installed

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
The issue with me is installing jetty plugin , please read previous message On Wed, Feb 16, 2011 at 9:22 PM, James Carman ja...@carmanconsulting.comwrote: You don't have to install anything. Maven will download it automatically. What does your pom.xml file look like? Are you using a

Re: How run Wicket Application

2011-02-16 Thread James Carman
How about we go about this a different way? Why don't you try generating a Wicket Quickstart example application? If that doesn't run, then you've got other problems. If it does run, then you need to try to copy the sections from the pom.xml file that you need (namely the plugins). On Wed, Feb

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
using Wicket Quickstart example application it is done On Wed, Feb 16, 2011 at 9:44 PM, James Carman ja...@carmanconsulting.comwrote: How about we go about this a different way? Why don't you try generating a Wicket Quickstart example application? If that doesn't run, then you've got other

Re: How run Wicket Application

2011-02-16 Thread James Carman
Okay, so make a backup copy of your pom.xml file, copy the quickstart's pom.xml to your directory, edit it to your liking (group, artifact, name, version, etc.) and try it with your source code. On Wed, Feb 16, 2011 at 12:01 PM, Mr Jehan jeeha...@gmail.com wrote: using Wicket Quickstart example

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
ok sir On Wed, Feb 16, 2011 at 10:05 PM, James Carman ja...@carmanconsulting.comwrote: Okay, so make a backup copy of your pom.xml file, copy the quickstart's pom.xml to your directory, edit it to your liking (group, artifact, name, version, etc.) and try it with your source code. On Wed,