Re: Session not sticky in 5.5 with load balancer

2005-11-17 Thread chinnimb-rest
Probably following article might help http://forum.java.sun.com/thread.jspa?threadID=604278&messageID=3262414 "Duan, Nick" <[EMAIL PROTECTED]> wrote: I am running an Apache httpd server as the load balancer with two tomcat instances. All servers are on the same windows XP machine. The load ba

Re: Newbie question - How to verify version of Tomcat?

2005-11-17 Thread chinnimb-rest
Just start the tomcat and open default page on web browser http://localhost:8080 look into Release Notes link Ritchie Gillam <[EMAIL PROTECTED]> wrote: Should be an easy questions for the Tomcat users out there. I know I have Tomcat installed but I did the installation many m

One package for all Sub domains

2005-10-17 Thread chinnimb-rest
Hi, I am running several domains from my tomcat. I want to add some Custom made packages to all my clients on that server. This package has cutom made CMS. I don't want to expose the code to all my clients by adding a sub directory. How can I do that? Thanks Aditya