Please keep the discussion on the list.
Udayshankar A B. wrote:
> To give you a brief overview of the product we are building, it provides
> flexibility to the admins to configure their own port number to secure/un
> secure communication, of course modifying the server.xml file.
> (This comes wit
> From: uday shankar Aghalaya boregowda
> i.,e http://:8443
>
> Is there any way I can handle this scenario and send a page
> not found or any other standard errors to the user instead of
> making him see the junk characters or having him to download
> a junk file(as in firefox)
No. By spec,
uday shankar Aghalaya boregowda wrote:
> Just a clarification on this again as I see some mails asking for info.
> I am aware, that I am trying to access the tomcat with the url, which is
> erroneous i.,e http://:8443
>
> Is there any way I can handle this scenario and send a page not found or
> a
shankar Aghalaya boregowda <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Cc: [EMAIL PROTECTED]
Sent: Tuesday, 13 February, 2007 8:17:06 PM
Subject: A junk file is downloaded when port number and connection scheme is
mismatched in the URL
Hello All,
I am facing a peculiar issue in my
uday shankar Aghalaya boregowda wrote:
> I am facing a peculiar issue in my server running Apache Tomcat/5.5.9.
> I have a Tomcat server setup with 8080 and 8443 ports listening for http
> and https connections.
>
> When I access the tomcat welcome page hosted in my server as below,
> http://:8080
> From: uday shankar Aghalaya boregowda
> http://:8443
So. You're asking for regular HTTP over a HTTPS port. You'll see the
first few bytes of the negotiation, then the protocol will stop.
Use https://:8443 - note the s.
> Please let me know if there is any solution for this above
> scenario
Hello All,
I am facing a peculiar issue in my server running Apache Tomcat/5.5.9.
I have a Tomcat server setup with 8080 and 8443 ports listening for http and
https connections.
When I access the tomcat welcome page hosted in my server as below,
http://:8080 OR https://:8443
I get the expected