RE: [appfuse-user] Deploying to a linux box

2007-07-18 Thread Aled Rhys Jones
I'll eventually get Apache httpd to forward requests using mod_jk. Cheers Aled -Original Message- From: Trent [mailto:[EMAIL PROTECTED] Sent: 18 July 2007 01:27 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Deploying to a linux box On Tue, 17 Jul 2007 07:33:46 -0700, Ma

Re: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Trent
On Tue, 17 Jul 2007 07:33:46 -0700, Matt Raible wrote > If up2date is giving you a problem when installing Tomcat, there's an > easier solution: > > download, tar xzf file, set CATALINA_HOME environment variable to > point where you installed Tomcat ...and if you manage to find a server with RHEL

Re: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Matt Raible
On 7/17/07, Aled Rhys Jones <[EMAIL PROTECTED]> wrote: Hi all I've got my build running on the remote server on port 8080 using jetty:run-war as a test and after some firewall jiggery pokery I got port 8080 open on it. One odd thing I've noticed is that I've got my app running on two different

Re: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Aled Rhys Jones
e server asap. From: Martin Ravell [mailto:[EMAIL PROTECTED] Sent: 17 July 2007 13:38 To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] Deploying to a linux box You might try Jetty with Apache on the front-end. Mod_jk works in the same way as it d

Re: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Matt Raible
ested. Regards Marty From: Aled Rhys Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 July 2007 9:37 PM To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] Deploying to a linux box Ok thanks. For now I'll test it out using the cargo plugin

RE: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Aled Rhys Jones
im is to get my web app running on the server asap. _ From: Martin Ravell [mailto:[EMAIL PROTECTED] Sent: 17 July 2007 13:38 To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] Deploying to a linux box You might try Jetty with Apache on the front-end. Mod_jk works in the same

RE: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Martin Ravell
_ From: Aled Rhys Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 July 2007 9:37 PM To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] Deploying to a linux box Ok thanks. For now I'll test it out using the cargo plugin, as I'm having trouble getting tomcat installed properly usi

RE: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Aled Rhys Jones
se.dev.java.net Subject: Re: [appfuse-user] Deploying to a linux box It all depends on what you want to do - in some cases it is preferable to have Apache HTTP as the first point of entry for user requests. Reasons include performance - Apache HTTP servers up the static content - or security - Apac

Re: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Michael Horwitz
help Aled -- *From:* Michael Horwitz [mailto:[EMAIL PROTECTED] *Sent:* 17 July 2007 08:38 *To:* users@appfuse.dev.java.net *Subject:* Re: [appfuse-user] Deploying to a linux box It is no different to Windows - one of the joys of Java! Simply install Java (if not installed alr

RE: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Aled Rhys Jones
Aled _ From: Michael Horwitz [mailto:[EMAIL PROTECTED] Sent: 17 July 2007 08:38 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Deploying to a linux box It is no different to Windows - one of the joys of Java! Simply install Java (if not installed already - just

Re: [appfuse-user] Deploying to a linux box

2007-07-17 Thread Michael Horwitz
It is no different to Windows - one of the joys of Java! Simply install Java (if not installed already - just check that it is 1.5.x) and Maven and you are done. Mike On 7/16/07, Aled Rhys Jones <[EMAIL PROTECTED]> wrote: Hi all I've got a linux box with red hat enterprise 4 that I need to g