ssl port always print as 443 in tomcat access logs

2013-06-14 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi I have two service running in tomcat. First service 'catalina' is having connector port 80, 443, 8080 and 8444. Second service 'catalina_advance' have connector port 8081 and 8444. For catalina_advance, I entered a new tomcat access log file with configuration Now whe I hit the url http://ip-

forward request by changing the port in request url

2013-06-13 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
i have two service running under tomcat. One service is default i.e. catalina on port 8080 and 8443 second service is catalina_new on port 8081 and 8444. i have application abc.war deployed in webapps_new service which is running on port 8081. This application is not there in webapps. i want if

RE: Customizing SSL in HttpClient

2013-06-11 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
contenu fourni. > From: anigo...@cisco.com > To: users@tomcat.apache.org > Subject: RE: Customizing SSL in HttpClient > Date: Tue, 11 Jun 2013 06:29:05 + > > > > -----Original Message----- > From: Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) > Sent: Tuesda

RE: Customizing SSL in HttpClient

2013-06-10 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
-Original Message- From: Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) Sent: Tuesday, June 11, 2013 11:23 AM To: Tomcat Users List Subject: RE: Customizing SSL in HttpClient -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent

RE: Customizing SSL in HttpClient

2013-06-10 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, June 10, 2013 7:51 PM To: Tomcat Users List Subject: Re: Customizing SSL in HttpClient -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 6/10/13 8:42 AM, Anil Goyal -X (anigoyal

Customizing SSL in HttpClient

2013-06-10 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi I am trying to create a http client and send a request to certain port of a server using below code: HttpClient client = new HttpClient(); client.getHostConfiguration().setHost(address, portNumber, protocol); Here portNumber that I am setting is 8444(https port of tomcat) When I execute cli

redirect valve in tomcat

2013-05-20 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi All, I am adding a new service in tomcat with name "catalina_new" and deploy an "abc" application under this. This application was in running under catalina service previously. This new service is using connector port 8181 for http and 8444 for https. Now I want all my request coming for this

RE: redirect valve in tomcat

2013-05-20 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
From: Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) Sent: Monday, May 20, 2013 8:01 PM To: Tomcat Users List Subject: redirect valve in tomcat Hi All, I am adding a new service in tomcat with name "catalina_new" and deploy an "abc" application under this. Thi

RE: deploy application in new service in tomcat

2013-02-08 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi. On this list, the convention is to not "top post". Put your answers either in-line, in the text, or at the end. That is much easier for others to follow the conversation in a logical order. Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > Thanks for th

RE: deploy application in new service in tomcat

2013-02-08 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Users List Subject: Re: deploy application in new service in tomcat On Feb 7, 2013, at 8:03 AM, Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > Hi, > > I am creating a new service in tomcat (7.0.20) This is really old, you should upgrade. > with service name 

RE: deploy application in new service in tomcat

2013-02-07 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
ry now! Thanks -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, February 07, 2013 7:35 PM To: Tomcat Users List Subject: Re: deploy application in new service in tomcat André Warnier wrote: > Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wro

deploy application in new service in tomcat

2013-02-07 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi, I am creating a new service in tomcat (7.0.20) with service name 'catalina_new' and appBase='webapps' by doing some changes in server.xml. I am keeping the appBase same as that for default service 'catalina' I have several applications deployed under webapps. I want only a single application