>> I running Tomcat as a standalone using SSL.
>> What i'm hoping to do is that one context with non-SSL and the other
>> context is with SSL.
>
>Well, that helps clarify the question. Unfortunately, I don't have an
>answer for you (i.e. I don't know) -- but perhaps someone else does.
>This is certainly a very reasonable/desirable capability to have, so
>if it's not available, it would be nice if it were added. FWIW, I'm
>pretty sure you can do what you want with Apache with mod_ssl (which
>is what I'm using -- but I haven't tried doing that yet).
I strongly recommand you to use mod_jk to handle this situation.
1) native http connector are still not as secure as apache could be
2) handling SSL / NON-SSL via mod_jk (and mod_ssl) in Apache is very
easy, and works fine (used in my prods servers for months)