Hello,
i have a doubt about the tomcat. I'm using tomcat 4.0 has my web server, and i have configure it to support ssl, but for some reason my servlet cannot access the certificate that the client is presenting:
java.security.cert.X509Certificate cert = (java.security.cert.X509Certificate)...
Hello,
i'm using tomcat-4.0.3 has my front web server do accept request with the protocol https (mutual authentication). When i try to access the certificate presented by the client in the servlet, with this code :
java.security.cert.X509Certificate cert = (java.security.cert.X509Certificate)...
Can anyone tell me how can i reference a DTD inside another DTD.
For example:
<!ELEMENT Person(name, age, Adress)>
<!ELEMENT name #PCDATA>
<!ELEMENT age #PCDATA>
and Adress should reference another DTD:
Adress.dtd
<!ELEMENT Adress ( .......) >
Thank's a lot
.david
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.