RE: help in setting up

2005-06-29 Thread Venkat Radha Venkataramanan
Ganesan: You can download the latest and greatest version of Tomcat, unzip it and run the batch file to start it up. That's all to it. -Original Message- From: ganesan malairaja [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 11:42 PM To: tomcat-user@jakarta.apache.org Subject:

JSP-Servlet tutorial

2005-03-03 Thread Venkat Radha Venkataramanan
Can somebody direct me to a tutorial on jsp/servlet that pulls data from a database and displays the content via a jsp? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Form-based security

2005-01-19 Thread Venkat Radha Venkataramanan
PROTECTED] Sent: Wednesday, January 19, 2005 3:31 AM To: Tomcat Users List Subject: Re: Form-based security what happen if you load tour error page using the address bar? can you see it? Isn't a path matter? regards, Omar On Wed, 19 Jan 2005 00:06:20 -0500, Venkat Radha Venkataramanan [EMAIL

Form-based security

2005-01-18 Thread Venkat Radha Venkataramanan
Hello: I just wrote my first form-based security control. It works fine if I sign with a user id that plays the permitted role. But when I enter a user id that does not play the permitted role, instead of getting my customized error page, autherr.html, I get a generic 403 error. Can somebody

Why am I getting this authentication window

2005-01-14 Thread Venkat Radha Venkataramanan
Hello: I am running Tomcat 5.0. I installed it about 2 months back and I have been learning the ropes these days. This morning when I tried to go into the Manager application and/or the admin application (http://127.0.0.1:8080/admin/), I get an authentication box: I dont know

RE: Why am I getting this authentication window

2005-01-14 Thread Venkat Radha Venkataramanan
the admin app. -Original Message- From: Venkat Radha Venkataramanan [mailto:[EMAIL PROTECTED] Sent: 14 January 2005 16:43 To: 'Tomcat Users List' Subject: Why am I getting this authentication window Hello: I am running Tomcat 5.0. I installed it about 2 months back and I have been learning

Books on Tomcat

2004-12-10 Thread Venkat Radha Venkataramanan
Can somebody suggest a good book on Tomcat for beginners? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Repeating a question I did not get an answer for - from a novice

2004-12-07 Thread Venkat Radha Venkataramanan
Hello: I see that the TomCat Manager application is stored in Tomcat_Install_Dir\Server\Webapps while all other applications are installed under Tomcat_Install_Dir\Webapps. Can somebody tell me why? And, since the Admin application is not installed as part of the Tomcat installation, I would

Webapps Folder

2004-12-01 Thread Venkat Radha Venkataramanan
Hello: I am new to Tomcat and so forgive me if this question comes across as very elementary. I see that there are two webapps folders, one under Jakarta_HOME\Server and one under JAKARTA_HOME. The Manager Application is installed under Jakarta_HOME\Server\webapps while other applications

RE: Webapps Folder

2004-12-01 Thread Venkat Radha Venkataramanan
the response, Tomcat's administration web application is no longer installed by default. Download and install the admin package to use it. Thanks. VENKAT RADHA VENKATARAMANANPhone: 1-201-358-0001 324 St. Mary Street Hillsdale, NJ 07642 [EMAIL PROTECTED] -Original

What's the defaukt Admin user id/password

2004-11-30 Thread Venkat Radha Venkataramanan
Hello: Can somebody tell me what the default admin user id/password is? Thanks. VENKAT RADHA VENKATARAMANANPhone: 1-201-358-0001 324 St. Mary Street Hillsdale, NJ 07642 [EMAIL PROTECTED

RE: What's the defaukt Admin user id/password

2004-11-30 Thread Venkat Radha Venkataramanan
To: [EMAIL PROTECTED] Subject: Re: What's the defaukt Admin user id/password Venkat Radha Venkataramanan wrote: Hello: Can somebody tell me what the default admin user id/password is? Thanks. By default it is disabled. Go to the $CATALINA_HOME/conf/ directory, and open tomcat-users.xml. Edit

Help installing the Admin Application

2004-11-30 Thread Venkat Radha Venkataramanan
Hello: I downloaded the 5.5.5Admin zip file and copied the different files into the appropriate directories. But I don't see the Admin application listed in the Tomcat Web Application Manager. When I click on the first application which is displayed as /, I see the Jakarta default page. When I

Does anybody have a JSP/Servlet example on MS SQLServer JDBC Connectivity?

2004-10-01 Thread Venkat Radha Venkataramanan
Hello: I am a newbie trying to learn Tomcat. I was successful in creating my first HelloWorld servlet. However, I am unable to make a MS SQL Server 2000 database connection. Does anybody have a quick sample application/tutorial that walks one through the required steps? Thanks.

Question from a newbie! Please pardon me!

2004-09-30 Thread Venkat Radha Venkataramanan
Hello: When I tried to compile my first servlet, using the command line, javac -classpath $CATALINA_HOME/common/lib/servlet-api.jar HelloWorld.java I get the following errors, mainly due to the fact that it's unable to find the package javax.servlet. HelloWorld.java:6: package

Seeking a reusable component that handles file-transfer

2004-09-26 Thread Venkat Radha Venkataramanan
Hello: I am looking for a Open Source or reusable component that will give the user an option to transfer a file from a local directory to a server location. This component should also have a status bar that shows the progress of the transfer. Thank you. Venkat

Tomcat Start.bat and shutdown.bat

2004-09-10 Thread Venkat Radha Venkataramanan
Hello: When I installed Tomcat 5.5.1 on Windows XP Professional, it failed to create the program group. I understand that it should have created two batch files for starting and shutting down the Tomcat instance. Can somebody share with me either the batch files or the command line for

RE: Tomcat Start.bat and shutdown.bat

2004-09-10 Thread Venkat Radha Venkataramanan
Hongsong: I tried using the batch files I found in the zipped version. Here's the problem I am running into. I have JRE 1.4.2 installed on my machine. But SetClassPath.bat looks for the following executables in JAVA_HOME: java.exe javaw.exe jdb.exe javac.exe In my case, javac.exe and jdb.exe

Tomcat 5.5.1 Installation Help

2004-09-09 Thread Venkat Radha Venkataramanan
Hello: I installed Tomcat 5.5.1 on a Windows XP Professional (SP2). The installation went without a hitch. The Release notes refers to a file Running.txt that I have to read if I am uing JRE 1.4 (I am actually using JRE 1.4.2). I read on the Tomcat page that I have to installa some

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Venkat Radha Venkataramanan
Yoav: I did not have any difficulty in locating the compat package. But I don't see the file Running.txt in the zipped version. VENKAT RADHA VENKATARAMANANPhone: 1-201-358-0001 324 St. Mary Street Hillsdale, NJ 07642 [EMAIL PROTECTED] -Original Message

RE: Tomcat 5.5.1 Installation Help

2004-09-09 Thread Venkat Radha Venkataramanan
Atishay: After I installed it the first time, I uninstalled it and reinstalled it. But this time, it did not create a program group called Tomcat! Now I don't even have the shortcut to start Tomcat service! Can you tell me what this program group and its members? VENKAT RADHA VENKATARAMANAN

What's the best way to test a database connection

2004-09-09 Thread Venkat Radha Venkataramanan
Hello: I just finished installing Tomcat 5.5.1. I would like to know if it ships with any utility to check database connectivity. I created a JDBC connection to a SQL server and I would like to test the database access. Thanks. Venkat