I have no experience with jboss, but I once managed to get that behavior under weblogic 7.0. Using BEA's console you can actually determine which URLs will be available for different transports so I just made it available for HTTPS. There should be a similar thing under jboss.
Cheers, Jose M Selman ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 9:46 AM Subject: RE: Webservices over SSL > Hi, > You would need to diasble the Http listener which service the Http > requests in the Application server. > > Regards > Sriram > > > -----Original Message----- > > From: Vinod Patil [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 22, 2004 3:59 PM > > To: [EMAIL PROTECTED] > > Subject: Webservices over SSL > > > > Hi, > > > > I have SSL enabled JBoss3.0.7 app server. > > Also i have been able to access EchoString( returns the string passed to > > it) service by using https:// url for the endpoint. > > But i am still able to access the echo service using http:// url. > > How can i prevent the http access to this service? > > > > -Vinod.
