RE: DataSourceReal with tomcat

2004-04-01 Thread Daniel Huang
I believe you have to move your jdbc/pmcm to global JNDI resource. Regards, Daniel -Original Message- From: Dani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:01 PM To: Tomcat Users List Subject: Re: DataSourceReal with tomcat These are my step. The problem is that now I

RE: JNDI Datasource receives AccessControlException with Security Manager

2004-04-04 Thread Daniel Huang
Debugging with Security manager can be challenging. You probably want to take a look at Tomcat Security Manager HowTo. Regards, Daniel -Original Message- From: Juergen Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 2:55 AM To: [EMAIL PROTECTED] Subject: JNDI Datasource

RE: [NEWBIE] Setting up a JDBC Realm and using RequestDispatcher

2004-04-06 Thread Daniel Huang
You may want to use response.sendRedirect() at step 3. -Original Message- From: Eric Vogue [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 8:33 AM To: [EMAIL PROTECTED] Subject: [NEWBIE] Setting up a JDBC Realm and using RequestDispatcher Hello, I'm novice with Tomcat. I'm

RE: No Suitable Driver Problem

2004-04-09 Thread Daniel Huang
Please double check and make sure your ojdbc.jar is in $CATALINA_HOME/common/lib. -Original Message- From: MARU, SOHIL (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 8:02 AM To: [EMAIL PROTECTED] Subject: No Suitable Driver Problem Hey Doug, I tried moving the username

RE: How to start a Realm from a servlet or a filter

2004-04-09 Thread Daniel Huang
Realm is not accessible to servlet or filter. In anther word, you can't do what you are trying to do. Let's suppose for a second that your code could work, then I can write a servlet to replace your realm or any realm tomcat is using. And image what could happen if the tomcat manager interface is

RE: Tomcat/Web application conf: status code 404 versus status code 302 + 200

2004-04-09 Thread Daniel Huang
If you don't want tomcat to serve your /index.jsp when 404 is encountered, just remove the error-page config from your web.xml. Is this what you are asking? Not sure I got your question right. Regards, Daniel -Original Message- From: Farid C [mailto:[EMAIL PROTECTED] Sent: Friday, April

RE: JNDI and DataSource

2004-04-12 Thread Daniel Huang
Where did you put your db driver jar file? You want to put it under $CATILINA/common/lib. Regards, Daniel -Original Message- From: Freddy Villalba Arias [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 10:19 AM To: Tomcat Users List Subject: RE: JNDI and DataSource Tested it. Same

RE: Request parameters getting lost

2004-04-12 Thread Daniel Huang
You mentioned you have javascript to enforce user to enter values. Have you considered the possibility that user has disabled javascript from browser? That way they will be able to submit a null value to the server. Regards, Daniel -Original Message- From: Frank W. Zammetti