Re: file watcher

2005-03-10 Thread deepak suldhal
() method. 2. Write a ContextListener and start it from there. rgds Antony Paul On Wed, 9 Mar 2005 15:31:12 -0800 (PST), deepak suldhal wrote: Hi, I need to keep a file watcher program running. Is it possible for me to start this automatically when tomcat is hosted. Thanks D

file watcher

2005-03-09 Thread deepak suldhal
Hi, I need to keep a file watcher program running. Is it possible for me to start this automatically when tomcat is hosted. Thanks D __ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web

JDBC

2005-02-27 Thread deepak suldhal
Hi, I followed the JDBC document posted on Tomcat site. and it works fine. I am able to access the database and see the results. My question is. I have different users who will be using my application and I need to validate these users before I provide them acesss to database. How would I do

Tomcat SSL.

2005-02-27 Thread deepak suldhal
Hi I am using Tomcat 5.0.28, I need to have ssl configured, What are the steps in getting this. Any document and help is appreciated. Thanks __ Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball.

Re: JDBC

2005-02-27 Thread deepak suldhal
[EMAIL PROTECTED] wrote: Write tomcat-users element in the tomcat-users.xml file. deepak suldhal wrote: Hi, I followed the JDBC document posted on Tomcat site. and it works fine. I am able to access the database and see the results. My question is. I have different users

Tomcat and SSL

2005-02-27 Thread deepak suldhal
Hi I followed the document http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html and reached to a point where I created .keystore file. * This .keystore is now located at C:\Documents and Settings\Owner * Where as my Tomcat is at C:\jakarta-tomcat-5.0.28 What is the default location that

Tomcat and SSL

2005-02-27 Thread deepak suldhal
Hi I followed the document http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html and reached to a point where I created .keystore file. * This .keystore is now located at C:\Documents and Settings\Owner * Where as my Tomcat is at C:\jakarta-tomcat-5.0.28 What is the default location that

Tomcat and SSL

2005-02-27 Thread deepak suldhal
Hi when I type set on command line I see HOMEPATH=\Documents and Settings\Owner CATALINA_HOME=C:\jakarta-tomcat-5.0.28 And my keystore file is at C:\Documents and Settings\Owner\.keystore I uncommented the server.xml file to enable the 8443 port as secure ssl port. Retarted tomcat server.

errors with IE

2005-02-27 Thread deepak suldhal
When I use IE and try to access localhost I get http://kd.mysearch.myway.com/jsp/GGmain.jsp?PG=SEASSEC=ABONEptnrS=KDst=addrsearchfor=localhost:8080 I have been posting this error mail since many days and want to know how should I solve this. This is really irritating to see some junk pages every

Re: errors with IE

2005-02-27 Thread deepak suldhal
: On Sun, 27 Feb 2005 17:54:19 -0800 (PST), deepak suldhal [EMAIL PROTECTED] wrote: When I use IE and try to access localhost I get http://kd.mysearch.myway.com/jsp/GGmain.jsp?PG=SEASSEC=ABONEptnrS=KDst=addrsearchfor=localhost:8080 I have been posting this error mail since many days

JDBC connection errors

2005-02-20 Thread deepak suldhal
Hi I am getting the following errors while trying to make a JDBC connection. Please help. description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Unable to get connection, DataSource invalid:

JDBC connection - Please help

2005-02-20 Thread deepak suldhal
Please help me make my first JDBC connection My web.xml web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4

Fwd: JDBC connection - Please help

2005-02-20 Thread deepak suldhal
When I write a simple java class to get the driver and connection it works fine. I am able to retrive row and print them. But I am not able to get the same on Tomcat server. Note: forwarded message attached. Do you Yahoo!? The all-new My Yahoo! – What will yours do?---BeginMessage--- Please

JDBC - newbie

2005-02-18 Thread deepak suldhal
Hi I need some help with JDBC set. This is my first time. I have installed Tomcat and its working great. I have jdbc drivers, I have copied the jar file under commons lib I have read dbcp. How do I create a database connection pool, What is my next logical step. Please copy the code for me.

Error JSP pages

2005-02-13 Thread deepak suldhal
Hi Working with 5.0.28 Tomcat version, For jsp errors or for an URL which is not in my application I get http://www.marsfind.com/search.html?ver=100uid=7d914e20f8eb41559137d01a9847d0cbstatus=404Keywords=http%3A%2F%2Flocalhost%3A8080%2Ftest1app=domain Why is this happening ?.

JDBC setup

2005-02-13 Thread deepak suldhal
All I have is Eclipse with JDK Tomcat 5.0.28 Now I need to set up a JDBC connection (to connect to Sybase) Should I download Jconnect for this ? How do I define a resourse Reference ? Should this code be in web.xml under conf. If I do this with admin tool does that work ? Thanks D