Thanks for the heads up guys, I have made progress, The source files and main project are finally compiling now without any errors :D The project has been loaded as a 'Dynamic Web Project'... embarassing as it is... it took me a while to figure that out ...
However, i cant figure out how to get the thing to deploy on a web service. I have installed the tomcat plug in which has made it a breeze to start up the service from within Eclipse :) I cant seem to get the tomcat server to load my bloody project. I am getting it to run tomcat 6.0.14 which is loading up OK, and it shows up when i access the root local host. At the moment I cant figure out how to configure it to load my class files. I know loading things up as a web app don't follow the normal quick start guide. Unfortunately, It does not work to convert the project away from running as a web app :( Mr Mean wrote: > > We use this plugin to run our apps with tomcat. > http://www.eclipsetotale.com/tomcatPlugin.html > No hassle with deploying a war, automatic class reloading, no special > main class required, its really quite nice. > > Maurice > > On 10/26/07, Ballist1c <[EMAIL PROTECTED]> wrote: >> >> Yeah i have had a look, and the deployment doesn't resemble how we had >> the >> project setup in netbeans. >> >> Im completely stuck :S..... I can see how you guys use your own jetty >> server >> built into the quick start project... which is very cool. >> >> THe project i am working with is being deployed directly as a web app >> with >> the built-in tomcat server in netbeans, so there is no main class, rather >> we >> use a web-app wrapper which is configured to point to the starting class. >> >> Argh my brain is melting.. im not sure even if anything i said just then >> makes sense... i think i need to go and cool off for a bit and revisit >> this >> problem in a few minutes. >> >> >> igor.vaynberg wrote: >> > >> > see instructions for quickstart on wicket.apache.org >> > >> > -igor >> > >> > >> > On 10/25/07, Ballist1c <[EMAIL PROTECTED]> wrote: >> >> >> >> Hey guys, >> >> >> >> I have been developing up until now, solely on netbeans and it is >> really >> >> starting to crap itself now. Netbeans did have alot of stuff setup >> with >> >> integrated tomcat which made things conveinient. >> >> >> >> So ive chosen to move to eclipse, and to jetty webserver and I am >> having >> >> alot of trouble setting up the whole IDE. I have heard alot of talk >> about >> >> maven, but i am not sure if its applicable as i have the wicket >> sources >> >> already jarred up and now just working on getting my own code compiled >> >> into >> >> a web app and automatically deploying. >> >> >> >> Anyone have any resources on this? I am using the latest Eclipse >> Europa >> >> 3.3, with Jetty 6.1.5. >> >> >> >> Thanks guys :) >> >> >> >> Take care! >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a13420874 >> >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a13421317 >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a13460110 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
