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:

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. Mark

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

RE: servlet as an index page ?

2006-06-19 Thread Saha Rabindra N
Leonel, Change the following line in tomcat/conf/server.xml file !-- Tomcat Root Context -- !-- Changed the ROOT context to point to yourapp. The following one line has been changed. Earlier it was commented out which indicates that tomcat always

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

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

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

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. So every time I point

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/appname/WEB-INF/lib' folder. But when I place those jar files in webapps lib folder, the

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/appname/WEB-INF/lib' folder. But when I place those jar files in webapps lib folder,