0 Replies Latest reply on Dec 25, 2006 3:48 PM by siddharthags

    tomcat setup for serving non-secure http content instead of

    siddharthags

      HI,

      I am facing a problem where I am trying to deliver some content from the following URL http://localhost:8080/myapp. I am getting redirected to https://localhost:8443/myapp and getting a failure on this as 8443 connector is not configured.

      Question I have is how do I prevent the redirection to the https port and serve content from http://localhost:8080/myapp without getting redirected? have tried removing the redirectport from server.xml for tomcat.sar and putting a scheme=http but no use either tomcat blocks (for a some reason I cannot figure out) or having another 8443 connector as http scheme also blocks..

      any input will be appreciated..