I don't really understand all in your problem description.
anyway I had some problem myself by using taglibs that
"include" the result of some other relative URL
(see the XSL taglib, with the include tag)
my problem was multiple:
- I needed JSSE to support SSL
(as a client), and add it as a security provider
(some properties to change as documented in jsse)
- I needed to set the URLConnectionFactory
of JSSE as a replacement for the usual one...
it is a -Dsomething, documented in JSSE install doc
this allow tomcat to be an HTTPS client
- now you need to have a valid server certificate
for your HTTPS server (apache in my case)
whose common name is the DNS name
otherwise the HTTPS client in tomcat refuse
to trust the server
- you also need to add the trusted certificate
of your server CA for JSSE to trust the
server received...
not so simple in fact...
> -----Message d'origine-----
> De: Suresh.S.V [mailto:[EMAIL PROTECTED]]
> Date: jeudi 1 février 2001 01:33
> À: [EMAIL PROTECTED]
> Objet: how to enable ssi in tomcat. Urgent plssssssss
>
>
> Hi
> Iam using tomcat 3.2.1+ apache 1.3.14 .In this servlets and
> jsp are working
> fine. When i stop tomcat server side includes are working
> fine in html.But
> when i start tomcat also html includes are not working.Its
> urgent.Plsssss
> help me.
> Thanx®ds
> Suresh
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]