Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-05 Thread Mario Winterer
-Original Message- From: Mario Winterer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 4:37 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory Hi David! I think, you do not need to explicitely define a bean

RE: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-04 Thread DAVID TURNER
Users List' tomcat-user@jakarta.apache.org cc Subject RE: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory Hi David, Mario, We actually specify the factory parameter because we extend the BasicDataSourceFactory so we can encrypt passwords

Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-04 Thread Parsons Technical Services
- From: DAVID TURNER [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 04, 2005 8:19 AM Subject: RE: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory Hi all, Most of the examples I've come across specify the factory

Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-03 Thread DAVID TURNER
respond to Tomcat Users List tomcat-user@jakarta.apache.org To Tomcat Users List tomcat-user@jakarta.apache.org cc Subject Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory Hi! How did you define your JDBC DataSource? As far as I know, the original

Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-03 Thread Mario Winterer
password=password/ /Context Mario Winterer [EMAIL PROTECTED] 02/02/2005 07:19 PM Please respond to Tomcat Users List tomcat-user@jakarta.apache.org To Tomcat Users List tomcat-user@jakarta.apache.org cc Subject Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX

RE: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-03 Thread Greg Guerin
that Mario mentioned and it'd be nice to not have to tie our code that close to the container. Greg -Original Message- From: Mario Winterer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 4:37 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.4/Windows 2000 server - Failed

Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourceFactory

2005-02-02 Thread Mario Winterer
Hi! How did you define your JDBC DataSource? As far as I know, the original jakarta-commons-dbcp and jakarta-commons-pool-libraries are not included with Tomcat. Instead, just a subset of the required classes with modified package names (starting with 'org.apache.tomcat.dbcp') are packed in

RE: Tomcat at Windows 2000

2001-04-17 Thread Chelkowski, Tadeusz
try to run this from cmd -Original Message- From: Chris Andreou [SMTP:[EMAIL PROTECTED]] Sent: 16 kwietnia 2001 20:28 To: '[EMAIL PROTECTED]' Subject: RE: Tomcat at Windows 2000 Set the Http Server on Tomcat and it will show the error (standalone) and the window

RE: Tomcat at Windows 2000

2001-04-16 Thread Chris Andreou
Set the Http Server on Tomcat and it will show the error (standalone) and the window will not close -Original Message- From: Daniel de Almeida Alvares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 8:16 AM To: [EMAIL PROTECTED] Subject: Tomcat at Windows 2000 Hi, I am

RE: Tomcat at Windows 2000

2001-04-11 Thread Randy Layman
Instead of running startup.bat, try running tomcat.bat run - this will start Tomcat in the same DOS prompts as its launched from. You problem is most likely one of two things: 1. Something is already using the ports Tomcat is trying to use (8080 and 8007). Microsoft has

Re: Tomcat at Windows 2000

2001-04-11 Thread Daniel de Almeida Alvares
Wednesday, April 11, 2001 9:54 AM Subject: RE: Tomcat at Windows 2000 Instead of running startup.bat, try running tomcat.bat run - this will start Tomcat in the same DOS prompts as its launched from. You problem is most likely one of two things: 1. Something is already using the ports Tomcat is try

RE: Tomcat at Windows 2000

2001-04-11 Thread Randy Layman
: Wednesday, April 11, 2001 9:26 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Tomcat at Windows 2000 Ok... thanks !!! I did that and had this: C:\jakarta-tomcat\bintomcat run Including all jars in c:\jakarta-tomcat\lib in your CLASSPATH. Using CLASSPATH: c:\jakarta-tomcat

Re: Tomcat at Windows 2000

2001-04-11 Thread Daniel de Almeida Alvares
PROTECTED] Sent: Wednesday, April 11, 2001 10:04 AM Subject: RE: Tomcat at Windows 2000 The server.xml file that you have is misconfigured - the class name is org.request.SimpleMapper1. (Anyone know why the server.xml configuration on recent downloads is wrong?) Randy -Original Message-