Re[2]: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Anton Tagunov
Hello Shailesh! SM properties files(configuration files) for my web-app are not getting SM picked up. I have tried following ways one by one: SM 1. kept them in \WEB-INF\classes folder the right move SM 2. kept them in \WEB-INF\lib won't work, it's for jars only SM 3. made the jar out of them and

Re: Re[2] :Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Shailesh Modi
To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re[2]: Deployment problems in tomcat 4.1.27 : jdbc and properties files Hello Shailesh! SM properties files(configuration files) for my web-app are not getting SM picked up. I have tried following ways one by one: SM 1. kept them in \WEB-INF\classes

RE: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-08 Thread Mike Curwen
try /properties/framework.properties ? -Original Message- From: Shailesh Modi [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 12:11 AM To: 'Tomcat Users List' Subject: RE: Deployment problems in tomcat 4.1.27 : jdbc and properties files Hi James

RE: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-07 Thread Shailesh Modi
PROTECTED] Sent: Saturday, September 06, 2003 9:05 AM To: Tomcat Users List Subject: Re: Deployment problems in tomcat 4.1.27 : jdbc and properties files Shailesh, Is it classes12.jar or classes12.zip? Your first post said zip. If it is zip make sure you rename it to jar. If you rename

Re: Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-05 Thread James Harman
configuration to make this work? Thanks a Lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:54 PM To: Tomcat Users List Subject: RE: deployment problems in tomcat 4.1.27 It is sayed that property file should be in your classpath! So I

deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
Hi, I am trying to deploy my web application in tomcat 4.1.27, earlier tomcat 3 was successfully running my web-app. 1. basic problem - I want to set my web-app context as /remind/cafe/ (e.g. http://server:port/remind/cafe/index.do) but tomcat 4.1.27 asks me to put my web-app war file into

Re: deployment problems in tomcat 4.1.27

2003-09-04 Thread Janis_Olekss
PROTECTED] cc: Subject:deployment problems in tomcat 4.1.27 Hi, I am trying to deploy my web application in tomcat 4.1.27, earlier tomcat 3 was successfully running my web-app. 1. basic problem - I want to set my web-app context as /remind/cafe/ (e.g. http://server:port

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 12:39 PM To: Tomcat Users List Subject: Re: deployment problems in tomcat 4.1.27 You have to configure server.xml file There are 2 things 1) host which defines your docBase 2) context which defines different contexts See apache.org for the tag

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Janis_Olekss
(Cell) +371 9136267 Shailesh Modi [EMAIL PROTECTED] 09/04/2003 12:20 Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: deployment problems in tomcat 4.1.27 Thanks Janis, it was great help. I am having another

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Shailesh Modi
to make this work? Thanks a Lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:54 PM To: Tomcat Users List Subject: RE: deployment problems in tomcat 4.1.27 It is sayed that property file should be in your classpath! So I

RE: deployment problems in tomcat 4.1.27

2003-09-04 Thread Janis_Olekss
4.1.27 configuration to make this work? Thanks a Lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:54 PM To: Tomcat Users List Subject: RE: deployment problems in tomcat 4.1.27 It is sayed that property file should be in your

Deployment problems in tomcat 4.1.27 : jdbc and properties files

2003-09-04 Thread Shailesh Modi
) +371 7072900 (Cell) +371 9136267 Shailesh Modi [EMAIL PROTECTED] 09/04/2003 12:20 Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: deployment problems in tomcat 4.1.27 Thanks Janis, it was great help. I am having