Aled Rhys Jones wrote: > Hi all > > I've got a linux box with red hat enterprise 4 that I need to get my > appfuse project running on. > It currently has MySQL and Apache Httpd 2. > What's the best course to follow in getting my build (currently running > on windows) up and running on the linux box? Is it possible to use maven?
Of course. > I'd like to keep the Apache httpd functionality in order to serve other > static apps if possible. Obviously. :-) > If anyone could point me in the right direction it'd be much > appreciated. The linux box is essentially a blank slate. I've got root > access. What's the problem? Both apache & mysql were ported to Windows _long_ after they were major pillars of Linux servers. Apache for Windows was a very reluctant afterthought and you'll find any number of references on the Apache site suggesting that running apache on Windows isn't a good idea. Install mysql, apache2 and tomcat5.5 from the rpms and drop the war file you already have into the tomcat webapps directory. If you want to _develop_ on the linux system (and who wouldn't :-) ), and you have an appfuse 2.x project (which you presumably do since you want maven), install eclipse and candy4appfuse, and you're off. -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
