Re: file watcher

2005-03-10 Thread deepak suldhal
if you have a file watcher Please email, it will help me a lot.
 
 
Thanks

Antony Paul [EMAIL PROTECTED] wrote:
What you mean ?. You need a file watcher program or you have one.
To start it when tomcat is started, 
1. If it is servlet in web.xml use in servlet
declaration and run it from init() 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
 
 __
 Celebrate Yahoo!'s 10th Birthday!
 Yahoo! Netrospective: 100 Moments of the Web
 http://birthday.yahoo.com/netrospective/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
rgds
Antony Paul
http://www.geocities.com/antonypaul24/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site! 

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 
http://birthday.yahoo.com/netrospective/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 this ?. Since tomcat has the user name
and password already in the context, How would know
which user is accessing.

Thanks
D





__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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. 
http://baseball.fantasysports.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JDBC

2005-02-27 Thread deepak suldhal
Hi,
  This does not solved the problem, with this I can
restrict access to user group or allow access.

Once the user has access I need to know who he or she
is so that I can query the database with respect to
his or her user_id.

And So how would I do this.

Thanks
D






--- Hiroshi Iwatani [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 who will be using my
  application
  and I need to validate these users before I
 provide
  them acesss to database.
  
  How would I do this ?. Since tomcat has the user
 name
  and password already in the context, How would
 know
  which user is accessing.
  
  Thanks
  D
  
  
  
  
  
  __ 
  Do you Yahoo!? 
  Yahoo! Mail - You care about security. So do we. 
  http://promotions.yahoo.com/new_mail
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
  
 
 -- 
 Hiroshi Iwatani
 
 *stop cruelty* Annual number of institutionally
 euthanized cats and dogs
 including kittens and puppies: US 5 million, JP 500
 thousand. How about
 your country? *for our better karma*
 -
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 





__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 expects this
.keystore file.

Thanks



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 expects this
.keystore file.

Thanks





__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.
and connected to 
https://localhost:8443

This brought me with certificate page.

and so I guess I have configured this port for SSL.



__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
time I want to access localhost.

Thanks
D



__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: errors with IE

2005-02-27 Thread deepak suldhal
if I type the 
http://localhost:8080/ I get tomcat page.
but 
If I pull the same from the address bar I get 
mysearch default search engine through spyware.

How do I get rid of spyware. I keep getting everytime
I try to open a page.


Thanks




--- Jason Bainbridge [EMAIL PROTECTED] wrote:

 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
  and want to know how should I solve this.
  
  This is really irritating to see some junk pages
 every
  time I want to access localhost.
 
 mysearch must be set as your default search engine
 through spyware or
 whatever... are you typing just localhost:8080? MSIE
 gets confused by
 that as it thinks the : is the : in http:// so you
 need to type
 http://localhost:8080, if you are typing that and
 still getting the
 error then it means that Tomcat isn't starting up
 for some reason or
 another.
 
 Regards,
 -- 
 Jason Bainbridge
 http://kde.org - [EMAIL PROTECTED]
 Personal Site - http://jasonbainbridge.com
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: 
org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class 
'' for connect URL 'null'

org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)

org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
org.apache.jsp.test_jsp._jspService(test_jsp.java:82)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause 
javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: 
org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class 
'' for connect URL 'null'

org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(Unknown
 Source)

org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(Unknown 
Source)

org.apache.jsp.test_jsp._jspx_meth_sql_query_0(test_jsp.java:101)
org.apache.jsp.test_jsp._jspService(test_jsp.java:58)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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 
  descriptionMySQL Test App/description 
  resource-ref 
  descriptionDB Connection/description 
  res-ref-namejdbc/TestDB/res-ref-name 
  res-typejavax.sql.DataSource/res-type 
  res-authContainer/res-auth 
  /resource-ref 
/web-app 
---
In server.xml I have the following context ( trying to connect to Sybase 
database)
Context path=/DBTest docBase=DBTest debug=5 reloadable=true 
crossContext=true 
Resource name=jdbc/TestDB auth=Container 
type=javax.sql.DataSource 
maxActive=100 maxIdle=30 maxWait=1 
username=javauser password=javadude 
driverClassName=com.sybase.jdbc2.jdbc.SybDriver 
url=jdbc:sybase:Tds:re2unx188:2025/ 
/Context
---
I have copied the JDCB drive Jar under
commons/lib
I have a test.jsp as follows
--- 
%@ taglib uri=http://java.sun.com/jsp/jstl/sql; prefix=sql %
%@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %
sql:query var=rs dataSource=jdbc/TestDB
select id, foo, bar from testdata
/sql:query
html
  head
titleDB Test/title
  /head
  body
  h2Results/h2
  
c:forEach var=row items=${rs.rows}
Foo ${row.foo}br/
Bar ${row.bar}br/
/c:forEach
  /body
/html
---
My directory structue is as follows
webapps/DBTest/WEB-INF/web.mxl
  /DBTest/test.jsp
---
And when I try the url
http://localhost:8080/DBTest/test.jsp
I am getting the following errors
description The server encountered an internal error () that prevented 
it from fulfilling this request. 
exception 
javax.servlet.ServletException: Unable to get connection, DataSource 
invalid: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC 
driver of class '' for connect URL 'null'

org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)

org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
org.apache.jsp.test_jsp._jspService(test_jsp.java:82)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause 
javax.servlet.jsp.JspException: Unable to get connection, DataSource 
invalid: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC 
driver of class '' for connect URL 'null'

org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(Unknown
 Source)

org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(Unknown 
Source)

org.apache.jsp.test_jsp._jspx_meth_sql_query_0(test_jsp.java:101)
org.apache.jsp.test_jsp._jspService(test_jsp.java:58)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802

---
My console server display is as follows
eb 20, 2005 10:31:08 PM org.apache.coyote.http11.Http11Protocol init 
INFO: Initializing Coyote HTTP/1.1 on http-8080 
Feb 20, 2005 10:31:08 PM org.apache.catalina.startup.Catalina load 
INFO: Initialization processed in 1422 ms 
Feb 20, 2005 10:31:09 PM org.apache.catalina.core.StandardService start 
INFO: Starting service Catalina 
Feb 20, 2005 10:31:09 PM org.apache.catalina.core.StandardEngine start 
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28 
Feb 20, 2005 10:31:09 PM org.apache.catalina.core.StandardHost start 
INFO: XML validation disabled 
Feb 20, 2005 10:31:10 PM org.apache.catalina.core.StandardHost 

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 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 
  descriptionMySQL Test App/description 
  resource-ref 
  descriptionDB Connection/description 
  res-ref-namejdbc/TestDB/res-ref-name 
  res-typejavax.sql.DataSource/res-type 
  res-authContainer/res-auth 
  /resource-ref 
/web-app 
---
In server.xml I have the following context ( trying to connect to Sybase 
database)
Context path=/DBTest docBase=DBTest debug=5 reloadable=true 
crossContext=true 
Resource name=jdbc/TestDB auth=Container 
type=javax.sql.DataSource 
maxActive=100 maxIdle=30 maxWait=1 
username=javauser password=javadude 
driverClassName=com.sybase.jdbc2.jdbc.SybDriver 
url=jdbc:sybase:Tds:re2unx188:2025/ 
/Context
---
I have copied the JDCB drive Jar under
commons/lib
I have a test.jsp as follows
--- 
%@ taglib uri=http://java.sun.com/jsp/jstl/sql; prefix=sql %
%@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %
sql:query var=rs dataSource=jdbc/TestDB
select id, foo, bar from testdata
/sql:query
html
  head
titleDB Test/title
  /head
  body
  h2Results/h2
  
c:forEach var=row items=${rs.rows}
Foo ${row.foo}br/
Bar ${row.bar}br/
/c:forEach
  /body
/html
---
My directory structue is as follows
webapps/DBTest/WEB-INF/web.mxl
  /DBTest/test.jsp
---
And when I try the url
http://localhost:8080/DBTest/test.jsp
I am getting the following errors
description The server encountered an internal error () that prevented 
it from fulfilling this request. 
exception 
javax.servlet.ServletException: Unable to get connection, DataSource 
invalid: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC 
driver of class '' for connect URL 'null'

org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)

org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
org.apache.jsp.test_jsp._jspService(test_jsp.java:82)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause 
javax.servlet.jsp.JspException: Unable to get connection, DataSource 
invalid: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC 
driver of class '' for connect URL 'null'

org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(Unknown
 Source)

org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(Unknown 
Source)

org.apache.jsp.test_jsp._jspx_meth_sql_query_0(test_jsp.java:101)
org.apache.jsp.test_jsp._jspService(test_jsp.java:58)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802

---
My console server display is as follows
eb 20, 2005 10:31:08 PM org.apache.coyote.http11.Http11Protocol init 
INFO: Initializing Coyote HTTP/1.1 on http-8080 
Feb 20, 2005 10:31:08 PM org.apache.catalina.startup.Catalina load 
INFO: Initialization processed in 1422 ms 
Feb 20, 2005 10:31:09 PM org.apache.catalina.core.StandardService start 
INFO: Starting service Catalina 
Feb 

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.

Also Please let me know if I could use the Admin to do
this.

All help will be appreciated.

Thanks




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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









__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]