[jboss-user] [Installation, Configuration & Deployment] - tomcat setup for serving non-secure http content instead of
siddharthags
do-not-reply at jboss.com
Mon Dec 25 15:48:13 EST 2006
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..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996205#3996205
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996205
More information about the jboss-user
mailing list