[SOLVED] :) user authetication on MySql db issue need some help!

2005-09-13 Thread yel
hello everyone, i found out what was the problem:) okay the problem is that my jdbc driver was to old and could not comunicate with my mysql and after finding that out using a java based mysql administartion tool (dbvisualzer) i could not login and i was wondering the whole tiome what could

user authetication on MySql db issue need some help!

2005-09-12 Thread Yassine ELassad
hi list, iam about to set my user to a database instead of file and i am now trying to get that done on a mysql rdbms i created the following tables : mysql use authority; Database changed mysql show tables; +-+ | Tables_in_authority | +-+ | user_roles

Re: user authetication on MySql db issue need some help!

2005-09-12 Thread Wade Chandler
--- Yassine ELassad [EMAIL PROTECTED] wrote: hi list, iam about to set my user to a database instead of file and i am now trying to get that done on a mysql rdbms i created the following tables : mysql use authority; Database changed mysql show tables; +-+ |

problem with context element configuration - need some help

2004-06-16 Thread Guy Katz
hi; regarding the configuration of a Context element. i have an application called 'app' my configuration is currently: Context path=/ docBase=. debug=0 reloadable=true so in order to execute the application i need to type the url 'http://host:port/app i do not want to type the URL with the 'app'

RE: problem with context element configuration - need some help

2004-06-16 Thread Shapira, Yoav
Hi, Change context path=/ to path=. Yoav Shapira Millennium Research Informatics -Original Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 9:55 AM To: '[EMAIL PROTECTED]' Subject: problem with context element configuration - need some help hi

RE: problem with context element configuration - need some help

2004-06-16 Thread Guy Katz
thanks, that did it. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:55 PM To: Tomcat Users List Subject: RE: problem with context element configuration - need some help Hi, Change context path=/ to path=. Yoav Shapira Millennium

RE: Need some help on catalina.out file

2003-12-31 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 8:57 PM To: [EMAIL PROTECTED] Subject: Need some help on catalina.out file Hi, I just recently installed Tomcat 4.1.29 and is there anybody who can help me why I could not find the Catalina.out file on my TOMCAT_HOME/logs folder? Thanks, Fernando T

Need some help on catalina.out file

2003-12-30 Thread Fernando Cabredo
Hi, I just recently installed Tomcat 4.1.29 and is there anybody who can help me why I could not find the Catalina.out file on my TOMCAT_HOME/logs folder? Thanks, Fernando T. Cabredo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com).

Servlet.Service() NullPointer on Filter - Really need some help on this one...

2003-10-28 Thread Bradley Beddoes
Hi All, I am hoping that someone is able to assist with some problems I am currently having with a filter I have written. The filter is designed to deal with authentication for users to check they have a particular cookie set then place an object into the session for further use. I have researched

I need some help on MSQL (Microsoft SQL Server 2000) and JNDI

2003-07-12 Thread Jeff Cummings
I am try to setup a JNDI datasource. This is the exerp from my context. I store app context in $CATALINA_HOME/webapp/myapp.xml file Context path=/jtest docBase=C:\myapp crossContext=false debug=9 reloadable=true

Need some help with connector

2003-02-07 Thread Mark Strecker
Hello, I have the connector for Netscape/Iplanet 4.1.8 to Tomcat 4.1.12 mostly working and am looking for some help for the rest. Here is what is happening. The connection is up and talking with Tomcat. I can serve up /examples/ ... but /examples/jsp/ returns error 302 The requested

Re: Need some help with connector

2003-02-07 Thread Bill Barker
If the directory has a welcome-file (in this case, 'index.jsp'), then Tomcat 4.x will return a 302 response to the welcome-file. Tomcat 3.3.2-dev and Tomcat 5.x allow this behavior to be over-ridden. Mark Strecker [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

We need some help...

2002-06-21 Thread Noyce, Ben W.
We have an Apache 1.3/Tomcat 4/SSL problem that just won't quit. Does anyone out there know an expert consultant on this topic that would be willing to fly to Denver, CO (USA) and spend some time debugging/configuring this problem? Thanks in advance. BWN

Re: We need some help...

2002-06-21 Thread rsequeira
If you detail the problem here, someone might be able to help. RS Noyce, Ben W. [EMAIL PROTECTED] on 06/21/2002 04:02:18 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:We need some help... We have an Apache 1.3/Tomcat

RE: We need some help...

2002-06-21 Thread Sexton, George
I'm in Denver, I could save you Air Fare... George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Noyce, Ben W. [mailto:[EMAIL PROTECTED]] Sent: 21 June, 2002 3:02 PM To: Tomcat Users List Subject: We need some help... We have

Re: We need some help...

2002-06-21 Thread Adrian
What platform, I could probably do it via ssh with a little more info. feel free to write me directly. - Original Message - From: Noyce, Ben W. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 21, 2002 5:02 PM Subject: We need some help... We have an Apache

need some help ...

2001-12-18 Thread Julien OIX
Hi, I'm trying to link apache and tomcat My environment: Linux RedHat 7.1 and these RPMs apache-1.3.19-5 tomcat4-4.0.1-1 mod_webapp-0.5-dev.1 tomcat doc mentions a WebAppDeploy directive, but apache mentions a WebAppMount directive; what about ? In my opinion

need some help on tomcat-oracle

2001-07-06 Thread praveen
Hi I am very new to linux environment..Recently i downloaded tomcat and installed on my linuxbox...Now i want to configure connectivity between tomcat and oracle database...Anybody pls help me out how to do this and the classpath variables and any other settings to configure... Pls do

Trying to build tomcat contrib example - need some help

2001-05-21 Thread Derek Laufenberg
Hello, I'm very new to EJB/Tomcat and I am having trouble building the contrib examples. Ive installed JBoss-2.2.1_Tomcat-3.2.1 bundle and was able to run the system. Next I wanted to build the example out of the contrib package. I've unzipped the contrib files and tried to compile as directed

Request Interceptors -- Need Some Help

2001-02-15 Thread Creighton Kirkendall
I am working implementing a database driven access control interceptor. This is similar to JDBCRealm however it stores the information about security constrains in the database so they are dynamic. I was wondering if I implement this, how can I have JDBCRealm work for some of my applications and

Re: Request Interceptors -- Need Some Help

2001-02-15 Thread Craig R. McClanahan
Creighton Kirkendall wrote: I am working implementing a database driven access control interceptor. This is similar to JDBCRealm however it stores the information about security constrains in the database so they are dynamic. I was wondering if I implement this, how can I have JDBCRealm

Need some help please

2001-01-17 Thread lazybrain
I setup tomcat and most everything is working. Any time I try to access a .jsp file I get the following. " Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, and inform them of

RE: Need some help please

2001-01-17 Thread Craig O'Brien
To: [EMAIL PROTECTED] Subject: Need some help please I setup tomcat and most everything is working. Any time I try to access a .jsp file I get the following. " Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. P

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
Title: RE: Need some help please hi, thank you for replying. actually when I go through apache (i.e. https://domainname.com/examples/jsp/num/numguess.jsp) I get the plain text version of the file, meaning it is not working. Going to servlets gives me the error: The requested url

RE: Need some help please

2001-01-17 Thread Stefan Langer
Could you include your tomcat.conf or the part of your httpd.conf where you include mod_jk ??? It sounds to me as if you haven't included the JkMounts for mod_jk and associate them with the jsp extensions. Stefan

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
n Langer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 17, 2001 5:37 PMTo: [EMAIL PROTECTED]Subject: RE: Need some help please Could you include your tomcat.conf or the part of your httpd.conf where you include mod_jk ??? It sounds to me as if you haven't included the JkMounts for mod_jk and associate them with the jsp extensions. Stefan

RE: Need some help please

2001-01-17 Thread Craig O'Brien
: Wednesday, January 17, 2001 5:23 PM To: '[EMAIL PROTECTED]' Subject: RE: Need some help please hi, thank you for replying. actually when I go through apache (i.e. https://domainname.com/examples/jsp/num/numguess.jsp) I get the plain text version of the file, meaning it is not working. Going

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
:[EMAIL PROTECTED]]Sent: Wednesday, January 17, 2001 6:00 PMTo: [EMAIL PROTECTED]Subject: RE: Need some help please The file looks good to me. Do you get any error from apache when you start it? Maybe it can't find mod_jk (just a suggestion). You have placed mod_jk.so in libexec

RE: Need some help please

2001-01-17 Thread Stefan Langer
The only thing that I can assume now is that somehow the binary you are using isn't working properly. (please correct me if I'm wrong) You should try compiling mod_jk for your machine. Just get the source file for tomcat and then follow the mod_jk how to. It takes a little

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
it chose not to use mod_jk, or why mod_jk failed or something... -Original Message-From: Stefan Langer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 17, 2001 6:31 PMTo: [EMAIL PROTECTED]Subject: RE: Need some help please The only thing that I can assume now

RE: Need Some help..

2000-12-20 Thread Kitching Simon
selecting File|Properties within word to modify setting for the word application. Changing settings in $TOMCAT_HOME/conf/server.xml is like changing operating-system-wide settings. Regards, Simon -Original Message----- From: Thyagesh [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 200

Re: Need Some help..

2000-12-19 Thread Thyagesh
itching Simon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 18, 2000 4:43 PM Subject: RE: Need Some help.. Hi, I suggest thinking of your mappings in two steps: (a) get the mappings right *within* a context (b) decide what context prefix you want. If you ve a context with a path

RE: Need Some help..

2000-12-18 Thread Kitching Simon
s, Simon -Original Message- From: Thyagesh [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 7:52 AM To: [EMAIL PROTECTED] Subject: Need Some help.. Hi, I know its stupid. But I really struck with Tomcat's Docs can't figure how to configure it. I had used

Need Some help..

2000-12-17 Thread Thyagesh
Hi, I know its stupid. But I really struck with Tomcat's Docs can't figure how to configure it. I had used JServ extensively. I had to migrate to Tomcat since I need a Servlet Container to Connect to IIS in Windows. My Requirements are that I had to Run Servlets which are in

Tomcat - mod_jk - Configuration : Need some help please

2000-12-04 Thread Bill Long
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hi folks, Okay, I'm kind of new to this java stuff, so please bear with me. I think I have it almost done but have reached a stumbling block which I cannot resolve by searching through the archives. I'm sure its a

RE: Tomcat - mod_jk - Configuration : Need some help please

2000-12-04 Thread Matt Coolidge
- Configuration : Need some help please *This message was transferred with a trial version of CommuniGate(tm) Pro* Hi folks, Okay, I'm kind of new to this java stuff, so please bear with me. I think I have it almost done but have reached a stumbling block which I cannot resolve by searching through