Hi Dave, It seems that you have made weblogger-webapp as a 3.0 dynamic web module. I dont know if it is such good idea to check in the module as a dynamic web module since the version is depended on which Tomcat version you run. For example if you have dynamic web module version 3.0 you have to have Tomcat 7
Correct me if I am wrong... :) (I am pretty new at this) Was you able to run the project from the eclipse tomcat instance? /Susanne 2011/3/7 Dave <[email protected]>: > Hi Susanne, > > I spend a little time trying to get the weblogger-webapp working as an > Eclipse Dynamic Web Project. > > I committed my Eclipse project files and .settings to SVN. I hope that > helps, or at least does not break things you have done to setup > dynamic webness. > > - Dave > > > > On Mon, Mar 7, 2011 at 4:35 AM, Susanne Gladén <[email protected]> > wrote: >> Hi again, >> >> I got it to work with Jetty and I got it to work with Tomcat (when >> "Use Tomcat installation (takes control of Tomcat installation) "). >> But I want to Run modules directly from the workspace - that is do not >> modify the Tomcat installation. >> >> That is run a Tomcat instance from eclipse. >> >> To be able to do this I have to make weblogger-webapp to a Dynamic Web >> Module - which I have done. >> But then I dont know how to configure the server instsance to run the code. >> >> /Susanne >> >> >> >> 2011/3/7 Greg Huber <[email protected]>: >>> Susan, >>> >>> Try this link https://cwiki.apache.org/confluence/x/9IWAAQ but if you >>> are behind a firewall mavern may not be an option. I have to deploy >>> the webapp from a source distro rather than the trunk. The Sysdeo >>> plugin works well and is easy to configure. >>> >>> On 5 March 2011 19:04, Susanne Gladén <[email protected]> wrote: >>>> I dont want to run jetty - I want to run tomcat :) >>>> >>>> /Susanne >>>> >>>> Den lördagen den 5:e mars 2011 skrev Matt Raible<[email protected]>: >>>>> I would recommend installing m2eclipse running mvn:jetty-run from within >>>>> Eclipse. >>>>> >>>>> On Mar 5, 2011, at 10:24 AM, Susanne Gladén <[email protected]> >>>>> wrote: >>>>> >>>>>> Anyone? >>>>>> >>>>>> /Susanne >>>>>> >>>>>> 2011/3/3 Susanne Gladén <[email protected]>: >>>>>>> Isnt there any other way to do it? >>>>>>> >>>>>>> I made weblogger-webapp to a Dynamic Web Module. But I haven´t got it >>>>>>> to work. >>>>>>> >>>>>>> /Susanne >>>>>>> >>>>>>> 2011/3/2 Greg Huber <[email protected]>: >>>>>>>> Hello, >>>>>>>> >>>>>>>> I use Sysdeo Eclipse Tomcat Launcher plugin. Its just been updated >>>>>>>> also. >>>>>>>> >>>>>>>> On 2 March 2011 15:07, Susanne Gladén <[email protected]> wrote: >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> Is there a way to run tomcat within eclipse? (and debug) >>>>>>>>> >>>>>>>>> I dont want to only start tomcat from eclipse (I have got that to work >>>>>>>>> if I "Use tomcat installation (taskes control of Tomcat >>>>>>>>> installation)". ) >>>>>>>>> But I dont wont it to work like that. Then I have to copy files >>>>>>>>> manually to the tomcat/webapps/. >>>>>>>>> >>>>>>>>> I want to use tomcat within eclipse. That is: >>>>>>>>> I would like to use the option "Use workspace metadata(does not modify >>>>>>>>> Tomcat installation". >>>>>>>>> >>>>>>>>> Does anyone know how to do this? >>>>>>>>> >>>>>>>>> Thanx! >>>>>>>>> >>>>>>>>> /Susanne >>>>>>>>> >>>>>>>> >>>>>>> >>>>> >>>> >>> >> >
