> From: Mathias P.W Nilsson [mailto:[EMAIL PROTECTED] > Subject: RE: SSL and flash in tomcat > > I have this configuration in my server.xml and no > context since I'm deploying in Root.war.
(I hope the above is ROOT.war, not Root.war, or you're in a world of hurt.) You do have a context, just not an explicit one. Create a <Context> element inside your .war file, in META-INF/context.xml; do not include path or docBase attributes - just the appropriate <Valve> will suffice. You can probably also put the <Valve> declaration in Tomcat's conf/context.xml, since that's shared by all webapps, but I haven't tried it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
