Re: Multi-user problem

2002-02-07 Thread Shannon Chen
Member variables are shared by different users coz only doPost/doGet is called when servlet gets request. The simultaneous access of the same data by multiple users...so make sure you have the user sensitive data declared in doPost/doGet ( also the DB connection !!) --- [EMAIL PROTECTED]

Re: apache or tomcat

2002-02-05 Thread Shannon Chen
I am using tomcat under IIS. IIS takes care of all the static html and tomcat is only a servlet container. It runs good. I think tomcat is not good for web server because of performance. Apache with SSL is much better. Shannon --- Gang Wu [EMAIL PROTECTED] wrote: Hi, I'm choosing between 2

RE: How to force Tomcat to compile?

2002-02-05 Thread Shannon Chen
hi, Anja, i don't think tomcat will recompile automatically. you can compile changed java file by yourself and put the class file under WEB-INF/classes. it should work. one more thing, if you set ReloadInterceptor fullReload=true, you don't need to restart tomcat. it will reload both context

RE: Maximum url length

2002-02-05 Thread Shannon Chen
Internet Explorer has a maximum uniform resource locator (URL) length of 2,083 characters, with a maximum path length of 2,048 characters. This limit applies to both POST and GET request URLs. If you are using the GET method, you are limited to a maximum of 2,048 characters (minus the number of