If I recall right, and I may be wrong, but sslext has a plugin that you define in your struts-config.xml. The parameters let you define the ports that insecure and secure should go to.
Couldn't you just put them both to port 80 or (8080 or whatever) for development, and then change one to port 443 for production? I just installed an ssl server and generated a fake certificate for developement. Then I didn't have to worry about changing the properties. -Dennis On Wed, 2003-01-22 at 10:37, Robert Taylor wrote: > I'm looking over the Struts SSL extension package and don't see a way to > toggle the ssl functionality for the PageSchemeTag and the SecureForm tag. > For example, we aren't really concerned with SSL functionality during > development, so it would be nice to "neutralize" the protocol switching. It > seems like the the SecurePlugIn would have a property for this which could > be accessed by the secure tags, but I don't see one. > > > robert > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Dennis Muhlestein <[EMAIL PROTECTED]> ZServe Corporation -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

