Re: Port 8443 won't become active

2006-02-02 Thread TonyCoco
Hi Jeff, when I had this problem it was caused by the presence of a file named "tcnative-1.dll" in the ~/Tomcat 5.5/bin directory. When I removed that .dll file, everything worked as described in the Tomcat documentation for SSL. --Tony C. -- Original message

Re: https difficulties w/ Tomcat5

2006-01-25 Thread TonyCoco
I had the same problem with Tomcat 5.5.12. Finally someone told me to check the Tomcat 5.5\bin directory for a file called tcnative-1.dll (or something like that, I don't remember exactly). After I deleted that file, my SSL connections worked fine. -- Original message ---

Re: Are servlet name and class name required in web.xml for tomcat 5.5?

2006-01-25 Thread TonyCoco
-- Original message -- From: "Alla Winter" <[EMAIL PROTECTED]> > For Tomcat 4.x I didn't have to set up anything in web.xml. But it seems > that I have to define each servlet name and corresponding class name in > web.xml in order to make it to work for Tomcat 5.5

Re: Sending a lot of info the a jsp page

2006-01-20 Thread TonyCoco
Hi Dola yes you can use POST for an unlimited amount of data but of course you'll need to set your http headers correctly, specifically the Content-Length header. -- Original message -- From: Dola Woolfe <[EMAIL PROTECTED]> > Hi, > > This question will reveal

RE: SSL Failure on Tomcat 5.5.12

2006-01-19 Thread TonyCoco
Iosev, Thank you so much! That was exactly the problem. I had no idea, it was driving me crazy. I hope this helps others as well, --thanks again, --Tony C. -- Original message -- From: "Iosev Perez Rivero" <[EMAIL PROTECTED]> > So, I feed that u must check into

SSL Failure on Tomcat 5.5.12

2006-01-19 Thread TonyCoco
I just installed Tomcat 5.5.12 on Windows XP (from the .exe install). I created and have a working webapp with servlets on the http port (80). I carefully followed the instructions on the apache tomcat website for setting up a SSL https connection. I followed it in every detail, creating my own