automatic redirection to HTTPS

2002-01-29 Thread Ratnadeep Bhattacharjee
Hello all, I am having some problems getting automatic redirection to HTTPS working. What I want do is as follows: If the user types a URL http://host:port/myapp it should be redirected to https://host:secure_port/myapp. If you had encountered this problem and found a solution could you

automatic redirection to HTTPS

2002-01-29 Thread Ratnadeep Bhattacharjee
Hi again, After some changes to my security-constraint tag I finally got the HTTP request to be redirected to its equivalent HTTPS request. However, this time I get an error as follows: Apache Tomcat/4.0.1 - HTTP Status 500 - Configuration error: Cannot perform access control without an

API for org.apache.* classes

2001-01-24 Thread Ratnadeep Bhattacharjee
Hello, Could someone please tell me where I could find the javadocs for the org.apache.* classes. I downloaded jakarta-tomcat-3.2.1 (binary) but could not find them in the accompanying docs. Thanks. -Deep. - To