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
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
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
-- 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
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 ---
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