RE: setting Maven on Linux

2007-05-15 Thread Jaish.Singh
This the proxy setting port of your company. Generally all the places it use to be 80. -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 12:03 PM To: Maven Users List Subject: RE: setting Maven on Linux What is listening on 8080? Is this tomcat

RE: setting Maven on Linux

2007-05-15 Thread Bob Aiello
What is listening on 8080? Is this tomcat or something maven puts out there? If it is tomcat - is there a specific way to configure it? -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:52 PM To: Maven Users List Subject: Re: setting Maven

Re: setting Maven on Linux

2007-05-15 Thread Antonio Petrelli
2007/5/15, Bob Aiello <[EMAIL PROTECTED]>: Is this what you mean? No, this: true http your.proxy.host 8080 localhost|127.0.0.1 Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

RE: setting Maven on Linux

2007-05-15 Thread Bob Aiello
:40 PM To: users@maven.apache.org Subject: RE: setting Maven on Linux You have to define the proxy in setting.xml in proxy section. Thanks Jaish -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 11:37 AM To: Maven Users List Subject: setting Maven

RE: setting Maven on Linux

2007-05-15 Thread Jaish.Singh
You have to define the proxy in setting.xml in proxy section. Thanks Jaish -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 11:37 AM To: Maven Users List Subject: setting Maven on Linux I am working on setting up maven on a Linux server behind

setting Maven on Linux

2007-05-15 Thread Bob Aiello
I am working on setting up maven on a Linux server behind a corporate firewall and I am trying to understand how maven works. I think that I need to have maven listening on port and httpd listening on 8080. I see that when I execute the maven-proxy.sh in the maven2/bin directory the po