RE: MSSQL Tomcat JSP / Servlets

2001-05-11 Thread Sean Pritchard
I have, but I use the JDBC/ODBC bridge that ships with JDK 1.3 (the one with 1.2.2 does not support JDBC 2). I also handle all database operations in a separate layer of code, not in Tomcat itself. But the JDBC/ODBC bridge does seem to work ok. It can be very picky about some things, such as

RE: Tomcat + SSL Certificates

2001-05-11 Thread Sean Pritchard
I'm using Tomcat 3.2.1, the US JSSE version, and the US version of IE 5.0. -Original Message- From: Alan Williamson [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 7:49 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat + SSL Certificates Sean, Tim, Thanks for your feedback. I've

RE: Tomcat + SSL Certificates

2001-05-10 Thread Sean Pritchard
I generated a self-signed certificate using the keytool as discussed in the tomcat doc. It seems to be encrypting at 128-bit (according to my browser). You will need a version of the security extensions (JSSE I think) that supports 128 bit encryption. I don't know whether the international

RE: Security Issue

2001-05-10 Thread Sean Pritchard
You can add a welcome file list to your web.xml. I think the following syntax is correct... welcome-file-list welcome-filefirst.html/wecome-file /welcome-file-list -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 10:28 AM To:

RE: Trying to use https: in Tomcat

2001-05-10 Thread Sean Pritchard
I the tomcat docs online there is a writeup on running SSL in Tomcat standalone. It gives step by step instructions including where to put the jsse.jar and how to modify your policy file. I tried it and it worked. Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: use index.class instead of index.html?

2001-05-09 Thread Sean Pritchard
Here's how I solved this... I found that the welcome file list seems to require an actual file not a mapping to a servlet (at least that appeared to be the behavior). So I created a welcome.jsp and put it in the welcome file list in web.xml. Then in the welcome.jsp I used the jsp:forward tag

RE: .xml v .properties for configurations

2001-05-09 Thread Sean Pritchard
I've been using the same xml files on both unix and windows for Tomcat 3.2.1. I haven't noticed any change in behavior. -Original Message- From: Sachin Phatak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 5:44 AM To: [EMAIL PROTECTED] Subject: Re: .xml v .properties for

RE: Problem in refresh the new jsp file

2001-05-09 Thread Sean Pritchard
Have you found that disabling caching causes images included in the page to be reloaded also? I would prefer the page is reloaded, but the images are cached. -Original Message- From: Hari Yellina [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 8:18 AM To: [EMAIL PROTECTED];

RE: Odd Page Caching Behavior

2001-05-09 Thread Sean Pritchard
I have had a similar problem. I don't know the cause, but stopping tomcat, deleting the contents of the work folder and restarting forces a recompile without rebooting. Sean -Original Message- From: Frank Lawlor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 11:34 AM To:

RE: Developing on a different platform from production

2001-05-09 Thread Sean Pritchard
the same on both platforms. Sean Pritchard [EMAIL PROTECTED] (919) 941-4201 fax (919) 941-4188 . facilis venire, facilis exire -Original Message- From: Penberthy, Bill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 10:55

RE: Tomcat + SSL Certificates

2001-05-09 Thread Sean Pritchard
I have been able to get Tomcat to support SSL in standalone mode just fine. There is a very brief write-up of the procedure in the Tomcat documentation and an example connector in the example web.xml file. I was initially concerned because the write-up is so short, but it turned out that

allowing or disallowing network addresses and subnets

2001-05-08 Thread Sean Pritchard
, or for blocking networks that seem to be the source of abusive users. Thanks. Sean Sean Pritchard [EMAIL PROTECTED] (919) 941-4201 fax (919) 941-4188 . facilis venire, facilis exire

Virtual hosting on different ports

2001-05-08 Thread Sean Pritchard
Sean Pritchard [EMAIL PROTECTED] (919) 941-4201 fax (919) 941-4188 . facilis venire, facilis exire