RE: Tomcat using MS SQL2000 Named Instance

2006-10-12 Thread Peter Ries
Dan, Have you tried using the server name of Keystone and specifying the unique port number the named instance is listening on? I believe that should work. I think that would be something like this: jdbc:sqlserver://KEYSTONE:;databaseName=TWO ...where you replace with the port number.

RE: Tomcat As A Service

2006-09-27 Thread Peter Ries
Douglas, In the Windows Start menu, assuming you have Tomcat 5.5 or greater, you should have a shortcut to "Monitor Tomcat". That's a very useful tool and I believe it can answer all of your questions. In case you don't have the shortcut, it points to this: "C:\Program Files\Apache Software Founda

RE: Tomcat 5.5 won't auto-deploy my web app

2006-09-19 Thread Peter Ries
k you. - Original Message - From: "Peter Ries" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, September 15, 2006 12:47 PM Subject: RE: Tomcat 5.5 won't auto-deploy my web app Sorry - I should have said. We do have the JDK 1.4 Compatibility files in

RE: Tomcat 5.5 won't auto-deploy my web app

2006-09-15 Thread Peter Ries
Sorry - I should have said. We do have the JDK 1.4 Compatibility files installed within Tomcat 5.5. So, this should work then? ~Peter -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 2:09 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 wo

Tomcat 5.5 won't auto-deploy my web app

2006-09-14 Thread Peter Ries
Hi all, I have Tomcat 5.5.17 installed with the J2SDK 1.4.2.12 on Windows Server 2003 and it is running just fine. The server.xml has only been changed from its default state to set the port # to 80. (There is no other web server on this PC.) When I drop a WAR file into the Tomcat5.5\webapps folder