Quantcast

what does --ajp13Port=-1 do?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

what does --ajp13Port=-1 do?

John W
I had to put this in my jenkins.xml file to get jenkins to work as a service.  Now I want to see if I need to change it to something else.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: what does --ajp13Port=-1 do?

Les Mikesell
On Tue, Sep 11, 2012 at 1:25 PM, John W <[hidden email]> wrote:
> I had to put this in my jenkins.xml file to get jenkins to work as a
> service.  Now I want to see if I need to change it to something else.

-1 disables it (per http://winstone.sourceforge.net/#commandLine).
The default should be 8009 - maybe something else is using that
(Tomcat on the same machine?).

--
  Les Mikesell
     [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: what does --ajp13Port=-1 do?

barrett
In reply to this post by John W
Rgr tomcat will listen on that port.   I would set it to 8010.

If you are on windows you can use the netstat -a -n -o command to see who might be listening on that port. 

On Tuesday, September 11, 2012 2:25:06 PM UTC-4, John W wrote:
I had to put this in my jenkins.xml file to get jenkins to work as a service.  Now I want to see if I need to change it to something else.
Loading...