Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread David Cassidy
have a look at mod_jk ? Shawn Evans wrote: Here is a simple question... how do I get apache on port 80 to send jsp requests to the Tomcat server and respond back on port 80. The reason why I want to do this is becuase where I work, all ports are blocked except port 80, but I have an

Re: Preventing System.exit(0)

2001-07-30 Thread David Cassidy (Programmer)
Title: Re: Preventing System.exit(0) RTFM. Security managers... http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat-security.html quote Why use a SecurityManager? The Java SecurityManager is what allows a web browser to run an applet in its own sandbox to prevent untrusted

Re: Load Balancing for WEB-Application with sessions

2001-07-27 Thread David Cassidy (Programmer)
Title: Re: Load Balancing for WEB-Application with sessions You might want to look at the loadbalancer module as supplied with tomcat. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/Tomcat-Workers-HowTo.html Quote: lb Worker properties The load-balancing worker does not really

Re: keeping sessions when switching from http to https

2001-07-24 Thread David Cassidy (Programmer)
Title: Re: keeping sessions when switching from http to https This is rubbish. I'm using tomcat and switching between secure and non secure sites and the session is following no probs. (i'm using cookies though) Is your context the same on the secure and insecure ones ? Can you provide

Re: Why does Tomcat spend too much time before process a request?

2001-07-09 Thread David Cassidy (Programmer)
Title: Re: Why does Tomcat spend too much time before process a request? Vicente, You say under stress conditions how many hits are you doing on tomcat at the same time ? In server.xml what have you got these set to ... Connector className=org.apache.tomcat.service.PoolTcpConnector

Re: load balancing

2001-06-06 Thread David Cassidy (Programmer)
Title: Re: load balancing IIRC in the docs it says that worker.list should _only_ be loadbalancer if you are using a loadbalancer. Might help as the mod_jk will know that the workers are loadbalancer, rinv002, rinv001 rather than just loadbalancer... David Swart, James (Jim) **

Re: Tomcat and Apache on diffenet machines

2001-05-29 Thread David Cassidy (Programmer)
not found. I have tried telnet machine1 8009 but nothing is returned... Regards Kumar David Cassidy (Programmer) wrote: Yup this is possible and if you are using the loadbalancing module ( so you can have more than 1 tomcat for your apache(s) to talk to) essential

logging user session id in apache log files - mod_jk issue

2001-05-25 Thread David Cassidy (Programmer)
Title: logging user session id in apache log files - mod_jk issue Guys, Does anyone know if there is a better way then this :(below) Has anyone made a new version of mod_jk that makes the session ID availiable. I've had a look at the mod_jk source and it should be quite possible to

Re: problems installing tomcat on linux

2001-05-25 Thread David Cassidy (Programmer)
Title: Re: problems installing tomcat on linux Duane: Can you post the messages that you got please David Gilles Laborderie wrote: This sounds like the correct behaviour to me. It doesn't return to the bash prompt because it will output the STDERR messages in this window. Try to

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread David Cassidy (Programmer)
Title: Re: Tomcat and Apache on diffenet machines Yup this is possible and if you are using the loadbalancing module ( so you can have more than 1 tomcat for your apache(s) to talk to) essential in workers.properties you should find something like ... worker.ajp12.port=8007

<    1   2