SSL problem, UnrecoverableKeyException

2002-03-22 Thread Xiao Juguang
Hi, guys. I am runing Tomcat 4.0 on Windows 2000 Server and JDK 1.4. Followed Tomcat HOWTO-SSL document to setup ssl. After using keytool to create a key and modify the server.xml file, I restart tomcat. I am sure tomcat can find the .keystore and password is correct. I met the error message on

Re: XML output, I need help.

2002-03-13 Thread Xiao Juguang
: XML output, I need help. Did ur JSP codes correct? Try to post the codes for debugging purposes? - Original Message - From: Xiao Juguang [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 11:18 AM Subject: Re: XML output, I need help. Let

XML output, I need help.

2002-03-12 Thread Xiao Juguang
Hi, guys, I tried to write a XML format output using JSP, while I remember to set contentType=text/xml and write ?xml version=1.0 ? in the head of output. Then browsing my JSP in IE 5. What I saw is just text while is outside of the tag, and the source is correct XML. How can I make IE defaultly

Re: XML output, I need help.

2002-03-12 Thread Xiao Juguang
List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 10:50 AM Subject: Re: XML output, I need help. You should only display a XMl file by not running the XMl file, you need either a parser of some form of stylesheet like XSLT to embed the output - Original Message - From: Xiao Juguang

Re: How to run tomcat as service program in Win2k

2002-03-12 Thread Xiao Juguang
I think you are careless when installing. There is an option to make Tomcat as Windows NT Service. - Original Message - From: "oh" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 3:18 PM Subject: How to run tomcat as service program in Win2k hello, I just