Wicket + Eclipse + Tomcat

2010-08-21 Thread Mike Dee
Eclipse. Problem is that the project appears to be a Java project and not a webapp. There is no Run As Server command. Head hurts from the banging. What am I doing wrong? Mike -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p233364

Re: Wicket + Eclipse + Tomcat

2010-08-21 Thread jcgarciam
> > Head hurts from the banging. What am I doing wrong? > > Mike > > -- > View message @ > http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2333641.html > To unsubscribe from Apa

Re: Wicket + Eclipse + Tomcat

2010-08-21 Thread Michael O'Cleirigh
ect and not a webapp. There is no Run As Server command. Head hurts from the banging. What am I doing wrong? Mike -- View message @ http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2333641.html To unsubscribe from Apache Wicket, click here<

Re: Wicket + Eclipse + Tomcat

2010-08-22 Thread John Krasnay
On 10-08-21 12:38 PM, Mike Dee wrote: Here is what I've been trying. Install Eclipse with Tomcat integration. mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp and then generate Eclipse project files mvn eclipse:eclipse

Re: Wicket + Eclipse + Tomcat

2010-08-22 Thread Mike Dee
ies seem like they would be. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2334439.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-

Re: Wicket + Eclipse + Tomcat

2010-08-22 Thread James Carman
is missing some stuff that your POM has.  Not sure if that is > significant, although the WTP entries seem like they would be. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2334439.html > Sent from the Wicket - User m

Re: Wicket + Eclipse + Tomcat

2010-08-22 Thread Mike Dee
debug. I've spent a lot of time learning about Maven. I must be missing something because I don't see how it is very useful. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2334605.html Sent from the Wicket - User mailing

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread John Krasnay
On 10-08-22 08:04 PM, James Carman wrote: Do you have the maven plugin installed in Eclipse? I know I needed that to get it to understand the mavenized web structure. I'm not an Eclipse expert, but I seem to remember having to have that. You don't need the Maven plug-in in Eclipse, and if you

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread James Carman
On Mon, Aug 23, 2010 at 12:05 AM, Mike Dee wrote: > In actuality, I'm failing to see the value in Maven.  I love the ease of use > of Eclipse.  It takes care of the build and dependencies and integrates > nicely with Tomcat for dev and debug.  I've spent a lot of time learning > about Maven.  I mu

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread Mike Dee
different. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2335041.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread James Carman
consistent?  I would imagine that one > could develop and debug in Eclipse.  But when it comes time to do an > official build (with Maven), the results could be a little different. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread T Ames
ven builds consistent?  I would imagine that one > could develop and debug in Eclipse.  But when it comes time to do an > official build (with Maven), the results could be a little different. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-E

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread Mike Dee
icket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2335072.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

SV: Wicket + Eclipse + Tomcat

2010-08-23 Thread Wilhelmsen Tor Iver
> In the case of automating or scripting builds, is there ever a worry > about > keeping the Eclipse and Maven builds consistent? I would imagine that > one > could develop and debug in Eclipse. But when it comes time to do an > official build (with Maven), the results could be a little different

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread James Carman
On Mon, Aug 23, 2010 at 9:05 AM, T Ames wrote: > I should really look into using jetty someday, but our production > servers are all Tomcat so that is what I have stuck with so far. > If you use the quickstart, you can easily use Jetty. All you have to do is run Start.java as a Java application.

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread Mike Dee
When I tried the m2eclipse plugin, it created a (WTP) java project. Since it wasn't a webapp (aka Dynamic Web Project in WTP lingo), it had no "Run As Server" command. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p23

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread T Ames
in, it created a (WTP) java project.  Since it > wasn't a webapp (aka Dynamic Web Project in WTP lingo), it had no "Run As > Server" command. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2335123.html &

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread Mike Dee
be added to the Tomcat list of apps. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2335146.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Wicket + Eclipse + Tomcat

2010-08-23 Thread T Ames
that a Java project is > created - not a web app (Dynamic Web Project).  Java projects can not be > added to the Tomcat list of apps. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Eclipse-Tomcat-tp2333641p2335146.html > Sent from the Wicket -