Virtual Host - IIS and DNS

2003-03-19 Thread John Ruffin
TC 4.1.18, W2K Server, IIS 5 I have a question about this (copied from the TC docs): The Host element represents a virtual host, which is an association of a network name for a server (such as www.mycompany.com with the particular server on which Catalina is running. In order to be effective,

RE: Virtual Host - IIS and DNS

2003-03-19 Thread John Ruffin
for the right domain. Does your box have a static ip? JD -Original Message- From: John Ruffin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 2:32 PM To: 'Tomcat Users List' Subject: Virtual Host - IIS and DNS TC 4.1.18, W2K Server, IIS 5 I have a question about this (copied

RE: ant deploy task?

2003-02-19 Thread John Ruffin
I asked this same question last week - with no response. What I did was tell TC to not auto-expand and get everything from the war file itself. Ant will copy the war file to catalina_home/webapps. Then I use Manager to stop and start the app - restart doesn't work for me. Testing Best

RE: ant deploy task?

2003-02-19 Thread John Ruffin
My apologies, I do see responses to the thread (Best practices - dev deploy?). I now know to follow your thread for longer than a few hours :-). -Original Message- From: John Ruffin Sent: Wednesday, February 19, 2003 12:05 PM To: 'Tomcat Users List' Subject: RE: ant deploy task? I

Best practices - dev deploy?

2003-02-14 Thread John Ruffin
I running tc4.1.18, sdk1.4.0_01, struts1.1.b2 on a w2k machine. TC runs as an NT service. I created a basic myHello project - just an app with 2 jsps. Used Ant to build and deploy the app but I can't see the changes unless I go through this crazy process of: (step1) removing the app using

RE: Best practices - dev deploy?

2003-02-14 Thread John Ruffin
browser and re-launch it. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: John Ruffin [mailto:[EMAIL PROTECTED]] Sent: February 14, 2003 12:13 PM To: 'Tomcat Users List' Subject: Best practices - dev deploy? I running

[TC-Struts?] Exception processing struts-html.tld

2003-02-14 Thread John Ruffin
I created a basic struts app (struts-myhello). I created files (Hello.jsp, HelloAction.java, HelloForm.java, HelloModel.java, Constants.java, struts-config.xml). Using Ant, the app builds and places the struts-myhello.war file in the catalina_home\webapps folder. Problem is: The app

RE: [TC-Struts?] Exception processing struts-html.tld

2003-02-14 Thread John Ruffin
I running tc4.1.18, sdk1.4.0_01, struts1.1.b2 on a w2k machine. I created a basic struts app (struts-myhello). I created files (Hello.jsp, HelloAction.java, HelloForm.java, HelloModel.java, Constants.java, struts-config.xml). Using Ant, the app builds and places the struts-myhello.war

Ant - Tomcat deploy question

2003-02-11 Thread John Ruffin
Hi folks, I'm running TC 4.1.18, ANT 1.5, J2SDK1.4.0_01 on a W2K server - Tomcat is running as a service. When ANT places my appName.war file in the Catalina_Home/webapps directory it doesn't deploy (i.e. unpack). I stopped and started the Tomcat service, that didn't deploy appName.war.

RE: Virtual Hosts

2003-01-23 Thread John Ruffin
I'm having a similar issue. I'm running tc4.1.18 on w2k server. http://localhost/examples works but http://mysite.com/examples doesn't. I searched the archives and found some information on creating a host file with the FQDN as the name but that didn't seem to work. Is there something else I

Best Practice for Searching Archive?

2003-01-22 Thread John Ruffin
Where can I find a comprehensive archive for tomcat? The information in this email is confidential and may be legally privileged. It is intended solely for the addressee, and access by anyone else is unauthorized. If you are

tomcat4.1.18 iis5 - new user

2003-01-21 Thread John Ruffin
new user I'm running win2k, tc4.1.18, iis5, j2sdk1.4.1. I've added the the isapi_redirect.dll to the IIS Manager. Question 1: Is this SOP or should I add it to all websites iis is managing? I can run the examples from http://localhost/examples with no problem. I have another website that I'm

REPOST: tomcat4.1.18 iis5 - new user

2003-01-21 Thread John Ruffin
new user I'm running win2k, tc4.1.18, iis5, j2sdk1.4.1. I've added the the isapi_redirect.dll to the IIS Manager. Question 1: Is this SOP or should I add it to all websites iis is managing? I can run the examples from http://localhost/examples with no problem. I have another website that I'm

RE: DbcpDataSourceFactory: driverClassName is required

2002-10-29 Thread John Ruffin
: driverClassName is required Rename jdbc to .jar and put in common/lib Regards, Phillip Qin Software Developer Canadian Shareowner 121 Richmond Street W, 7th Floor Toronto, ON M5H 2K1 (416) 595-9600 ext 291 -Original Message- From: John Ruffin [mailto:John.Ruffin;AccredoHealth.com] Sent

DbcpDataSourceFactory: driverClassName is required

2002-10-28 Thread John Ruffin
Using j2sdk1.4.0_01, jwsdp-1_0_01, SQL2k, on W2k, there seems to be an issue with JNDI. When accessing a datasource with JNDI, I get the error message: javax.servlet.ServletException: DbcpDataSourceFactory: driverClassName is required . However, if I use the Class.forName code - that works.