On Wed, Apr 22, 2009 at 11:16 AM, Mighty Tornado <mighty.torn...@gmail.com> wrote: > I think the following might be a problem. When I access the application I > get this error in the browser:Firefox can't establish a connection to the > server at localhost:8443 > > But Tomcat is supposed to listen on port 8080 - and it has been for my app, > until I put in the security feature. > > any way around this?
Er, "way around"? You're *telling* it to use an SSL connection: <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> If you don't want it to, don't do that. Pretty simple, really. :-) -- Hassan Schroeder ------------------------ hassan.schroe...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org