Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-10 Thread Sandip Gaikwad
Thanks Rainer for your help on this. I will go through apache web server documentation and get back to you if I need any help. On 10 Jan 2015 23:08, "Rainer Jung" wrote: > Hi Sandip, > > Am 10.01.2015 um 12:56 schrieb Sandip Gaikwad: > >> Hi Andre/Rainer, >> >> Please find below httpd.conf file's

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-10 Thread Rainer Jung
Hi Sandip, Am 10.01.2015 um 12:56 schrieb Sandip Gaikwad: Hi Andre/Rainer, Please find below httpd.conf file's content: I think you need to get used to the Apache web server configuration basics. For instance learn what the lines Include conf/extra/httpd-vhosts.conf and Include conf/extr

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-10 Thread Sandip Gaikwad
Hi Andre/Rainer, Please find below httpd.conf file's content: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.4/> for detailed information. # In particular, see # htt

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-09 Thread André Warnier
Sandip Gaikwad wrote: Hi Rainer, In addition to the comments form André: JkMount is by default only active in the vhost in which you configure it. If your Apache config contains some which matches your request but doesn't contain the JkMount in its ocnfig, then the rule will not trigger. You c

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-09 Thread Sandip Gaikwad
Hi Rainer, In addition to the comments form André: JkMount is by default only active in the vhost in which you configure it. If your Apache config contains some which matches your request but doesn't contain the JkMount in its ocnfig, then the rule will not trigger. You can add JkMountCopy All

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-09 Thread Sandip Gaikwad
Hi Andre, Did you look at what is in the mod_jk.log file ? Yes. Following is mod_jk log: [Thu Jan 08 09:18:24 2015] [4800:4424] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jan 08 09:18:25 2015] [4800:4424] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jan 08 0

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-08 Thread Rainer Jung
Am 08.01.2015 um 09:45 schrieb André Warnier: Sandip Gaikwad wrote: Hi Terence, [ snip ] When i access http://localhost/jenkins/ i am getting following error: Not Found The requested URL http://jenkins/ was not found on this server. ... *httpd.conf* LoadModule jk_module "C:/Apache24/m

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-08 Thread André Warnier
Sandip Gaikwad wrote: Hi Terence, [ snip ] When i access http://localhost/jenkins/ i am getting following error: Not Found The requested URL http://jenkins/ was not found on this server. ... *httpd.conf* LoadModule jk_module "C:/Apache24/modules/mod_jk.so" JkWorkersFile "C:/tomcat-conn

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-07 Thread Sandip Gaikwad
Hi Terence, I removed following line * * Replaced ** with ** . I have removed example2 from tomcat's webapps. Please refer attached files. When i access http://localhost/jenkins/ i am getting following error: Not Found The requested URL http://jenkins/ was not found on this server. Thank

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-07 Thread Terence M. Bandoian
Please see inline comments from previous message. -Terence Bandoian On 1/2/2015 9:45 PM, Terence M. Bandoian wrote: On 1/1/2015 9:20 AM, Sandip Gaikwad wrote: Hi, Following are entries in files. Please let me know what is going wrong. *workers.properties* worker.list=worker1 # Set propertie

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandip, On 1/3/15 12:37 AM, Sandip Gaikwad wrote: > * Are you sure there are no other JkMounts?* Yes. There are no > other JKMounts. > > > * What is your DocumentRoot set to? Do you have any Alias > directives that are pointing into CATALINA_BASE/

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-06 Thread Sandip Gaikwad
Any updates on this? On 3 Jan 2015 11:07, "Sandip Gaikwad" wrote: > Hi Chris, > > > * Are you sure there are no other JkMounts?* > Yes. There are no other JKMounts. > > > * What is your DocumentRoot set to? Do you have any Alias directives that > are pointing into CATALINA_BASE/webapps?* > In wh

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-02 Thread Sandip Gaikwad
Hi Chris, * Are you sure there are no other JkMounts?* Yes. There are no other JKMounts. * What is your DocumentRoot set to? Do you have any Alias directives that are pointing into CATALINA_BASE/webapps?* In which file should i look these. I haven't set them. *You don't want this: the Apach

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-02 Thread Terence M. Bandoian
On 1/1/2015 9:20 AM, Sandip Gaikwad wrote: Hi, Following are entries in files. Please let me know what is going wrong. *workers.properties* worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.co

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandip, On 1/1/15 10:20 AM, Sandip Gaikwad wrote: > Following are entries in files. Please let me know what is going > wrong. > > *workers.properties* worker.list=worker1 # Set properties for > worker1 (ajp13) worker.worker1.type=ajp13 > worker.wo

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-01 Thread Sandip Gaikwad
Hi, Following are entries in files. Please let me know what is going wrong. *workers.properties* worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.connection_pool_size=10 worker.worker1.connecti

Re: Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2015-01-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandip, On 1/1/15 12:19 AM, Sandip Gaikwad wrote: > Could you please let me know how to block direct access to tomcat > and allow access through apache http server only? > > I used http:// > http://www.slideshare.net/mohanraj_nagasamy/integrating-

Tomcat 8, Apache 2.4, Tomcat Connector 1.2.40, Windows 7 home basic issue

2014-12-31 Thread Sandip Gaikwad
Hi, Could you please let me know how to block direct access to tomcat and allow access through apache http server only? I used http:// http://www.slideshare.net/mohanraj_nagasamy/integrating-tomcat-and-apache-on-windows-presentation for reference. What indicates that each request is coming from