RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-07-31 Thread Saha Rabindra N
You could open your context.xml file using IE browser and that will tell you the syntax problem, if any. -Original Message- From: Aynalem, Seblewengel (Trawick) [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 3:18 PM To: Tomcat Users List Subject: RE: org.apache.tomcat.dbcp.dbcp.S

RE: Simple problem

2006-06-30 Thread Saha Rabindra N
:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 11:15 PM To: Tomcat Users List Subject: Re: Simple problem Saha Rabindra N wrote: > Can someone tell me if that is a bug in Tomcat, or I am missing something. You are missing the fact the the spec requires all classes to be in packages. M

Simple problem

2006-06-29 Thread Saha Rabindra N
Hi All, I am using Apache Tomcat/4.1.31 version. I created a simple test application in webapps folder and that refers a simple javabean under WEB-INF/classes folder. But when I run the jsp page that refers the javabean, it does not find the class file for that bean. Now if I create a package

RE: servlet as an index page ?

2006-06-19 Thread Saha Rabindra N
Leonel, Change the following line in tomcat/conf/server.xml file Hope this helps. Thanks, RNS -Original Message- From: Leonel [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 2:09 PM To: Tomcat Users List Subject: Re: servlet as an index page ?

RE: Tomcat and iptables?

2005-12-16 Thread Saha Rabindra N
Funk, Check the server.xml file to find out all other ports needed by Tomcat. You will find the server.xml in 'conf' folder under tomcat home. Thanks, RNS -Original Message- From: Sebastian Funk [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 11:06 AM To: Tomcat Users List Subj

Most recent timestamp value of files in folder in UNIX

2005-12-15 Thread Saha Rabindra N
Hi All, Can anyone give me some idea about following :: I have two source code folders in Unix for a tomcat webapps. I need to pick up the most recent timestamp of the files out of those two folders. I need the most recent timestamp value in form of Date which will be shown in a web page as La

How to access webapps class path as env variable.

2005-12-13 Thread Saha Rabindra N
Hi, I am trying to access the webapps class path through some environment variable. Can you tell me the name of the variable which holds the same. String strDir = System.getProperty("catalina.home"); // This code gives me the home folder of tomcat.But how do I get the webapps class path ?? I h

RE: How to change Tomcat's default page.

2005-10-31 Thread Saha Rabindra N
tomcat4.1.18] Can anyone give some pointer to fix it ? Thanks a million RNS -Original Message- From: Saha Rabindra N Sent: Monday, October 31, 2005 4:06 PM To: 'Tomcat Users List' Subject: RE: How to change Tomcat's default page. Hi, Nice to get your such a quick response.

RE: How to change Tomcat's default page.

2005-10-31 Thread Saha Rabindra N
, October 31, 2005 3:56 PM To: Tomcat Users List Subject: Re: How to change Tomcat's default page. Saha Rabindra N wrote: > When I point my browser to tomcat server, the default page showed up. > That default webapps is 'ROOT' and the file is index.jsp of ROOT webapps. >

How to change Tomcat's default page.

2005-10-31 Thread Saha Rabindra N
Hi All, When I point my browser to tomcat server, the default page showed up. That default webapps is 'ROOT' and the file is index.jsp of ROOT webapps. So every time I point to tomcat, I actually open ROOT/index.jsp Instead of that I want to point it to some other webapps so that whenever http:/

RE: Tomcat4 webapps problem.

2005-10-21 Thread Saha Rabindra N
ct: RE: Tomcat4 webapps problem. Its probably JDBC drivers and you're using JNDI. JNDI and related JDBC drivers can't reside in the application class loader. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From:

Tomcat4 webapps problem.

2005-10-21 Thread Saha Rabindra N
Hi, > This question is regarding Tomcat web server on Unix. > > I am using Tomcat4.1.18 on HP-UX to run some jsp pages. > > Those jsp pages use some jar files which should be placed in > '$CATALINA_HOME/webapps//WEB-INF/lib' folder. > > But when I place those jar files in webapps lib folder, th

Tomcat webapps problem.

2005-10-21 Thread Saha Rabindra N
> This question is regarding Tomcat web server on Unix. > > I am using Tomcat4.1.18 on HP-UX to run some jsp pages. > > Those jsp pages use some jar files which should be placed in > '$CATALINA_HOME/webapps//WEB-INF/lib' folder. > > But when I place those jar files in webapps lib folder, the to