manager quick guide

2013-08-22 Thread vicki
Hey: I am trying to understand how the manager works, so I just want to implement it simply with a blank tomcat and the sample.war. I am finding the documentation to be unclear, although it is probably my lack of experience that is tripping me up. Can anyone tell me what steps are required to

Testing session persistence with a php script

2013-08-21 Thread vicki
I am trying to figure out if I can run my sessionpersistence script that I run with Apache to see if sessions persist between two tomcat sites on two separate servers. The load balancer has session persistence enabled but Iam unsure how to test it. My thought was that I would just add the

Enable session persistence between two tomcat nodes behind load balancer

2013-07-20 Thread vicki
point me in the right direction? I am not a java coder, but if code changes need to be made, I can work through it. Thanks, Vicki - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread vicki
Hello: I am trying to get mod_jk to work, and it works if tomcat is listening on port 8080, but I try to shut down port 8080 from tomcat and configure it in an Apache vhost, but apache dies. I think I am following the rules, but obviously I am missing something fundamental. Would appreciate

Re: Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread vicki
Nothing is listening on port 8080 now. That is what confused me. It should be, right? -Original Message- From: Christopher Schultz ch...@christopherschultz.net Sent: Friday, January 11, 2013 11:11am To: Tomcat Users List users@tomcat.apache.org Subject: Re: Change port that apache runs

Re: Change port that apache runs on in tomcat/apache setup

2013-01-11 Thread vicki
Thanks the problem was that the changes I was making in ports.conf were not being included in the apache config. I added an include in httpd.conf and now it works. Such a silly thing to miss. Thanks, CaptainVic -Original Message- From: Christopher Schultz ch...@christopherschultz.net

Communication flow with different connectors

2013-01-09 Thread vicki
Hello: I am seeking to understand the differences between using mod_jk and mod_ajp and mod_proxy_ajp. Ideally I would love to see a diagram of communication between apache and tomcat, but I haven't found anything like that. I want to confirm my understanding of the data flow. Can someone

Re: Communication flow with different connectors

2013-01-09 Thread vicki
Hi Daniel: I appreciate your reply and apologize for the top post (am using a stupid mail client from work). Your answer gets me part way there, but what is the most confusing to me is the use of JkMount. How does that fit into the picture from a communication perspective. I hope this question

Re: Communication flow with different connectors

2013-01-09 Thread vicki
About the mail client, I am just unable to add a or anything to the line automatically, so it gets confusing quickly if I post as I normally would. Now back to the issue: My confusion was that I was unsure how have a mount allowed it to communicate. I hadn't really considered that the mount