MBeanException - ManagedBean not found

2004-01-26 Thread KKolle
Tomcat 4.1 OS = win2000 Here is a snapshot of my error on the console: INFO: Creating MBeanServer Jan 26, 2004 11:22:02 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception:

Dual Web Apps (IIS), Dual Tomcat instances, How-to?

2004-01-23 Thread KKolle
Hi, Tomcat: 4.1 IIS: 5.0 OS: Windows2000 I currently have a web app. configured in IIS to talk to a Tomcat instance, fine, no problem. But, now, I want to setup a development web app (instance) and a separate QA/Testing web app (instance). The ISAPI_Redirector2.dll has registry settings. In the

Re: isapi_redirector2.dll fails - red arrow

2004-01-16 Thread KKolle
Thanks Frank! Also, I tried http://www.shiftomat.com/opensource, and it worked great. Thanks Daniel! Now, I just need to make my existing site (in IIS) route JSP calls to Tomcat, instead of from the localhost. I'll work on that.

isapi_redirector2.dll fails - red arrow

2004-01-15 Thread KKolle
Tomcat = 4.1 IIS = 5.0 OS = windows2000 DLL = isapi_redirector2.dll (downloaded from http://apache.mirrors.pair.com/jakarta/tomcat-connectors/jk2/binaries/win32/) I followed http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html for instructions. I've made double sure my entries in the

Re: isapi_redirector2.dll fails - red arrow

2004-01-15 Thread KKolle
I couldn't find the isapi_redirector.dll, just the isapi_redirector2.dll. Registry: extension_uri = /tomcat/isapi_redirector2.dll worker_file = D:\Program Files\Tomcat 4.1\conf\workers.properties worker_mount_file = D:\Program Files\Tomcat 4.1\conf\uriworkermap.properties log_file =

Multiple webapps talking to same DB

2003-11-06 Thread KKolle
Version of Tomcat - 4.1.24 OS - WinXP (development workstation) DB - MySQL 4.0.13 I currently have a single webapp (test1) that can connect to the database and perform DB operations just fine. This uses JSP, Servlets and JDBC. What I want to do is have other webapps connect to the same database.

RE: Multiple webapps talking to same DB

2003-11-06 Thread KKolle
Thanks for the tips. Actually, I added another context (context) to the tomcat_home \conf\server.xml, which specifies the database parameters and I'm good to go. Didn't help that I was also working with the wrong server.xml file.

Servlet mapping error

2003-06-27 Thread KKolle
I'm trying to map a Servlet URL and then invoke that Servlet in my web app. When I attempt this, I'm getting the following error in my browser: [start error] HTTP Status 404 - /servlets/LoginServlet type Status

RE: Servlet mapping error

2003-06-27 Thread KKolle
Thanks, I knew it was somthing simple/stupid. Works now. Shapira, Yoav

What is the maximum session handling capability

2003-05-30 Thread KKolle
In the past, I've used Tomcat for very small projects. But, now I may be using Apache/Tomcat for an actual business-related project. I've been looking in the documentation, but haven't found this answer just yet. I'm sure this has been asked several times (I did a search in the archives, but

RE: What is the maximum session handling capability

2003-05-30 Thread KKolle
I thought there might be some numbers along with a few different configurations (cpu/ram/etc.) in the docs somewhere. No problem.thanks for the link to the testing tool!

RE: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-13 Thread KKolle
Hi Michael, I sent an email to this list yesterday saying that I figured out the problemand yes, I only have the JAR under /lib. Thanks! Tam, Michael

Re: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
Gerlinde, Thanks for the response! I placed my jdbc jar file under common/lib, but I still get the same error message. If you or anyone else has any other ideas, that would be greatly appreciated.

Re: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
I put it under server/lib, but no such luck.still the same error message. hmmm Uddhav Shirname

RE: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
No I did not, but now I do and I still receive the same error. I have printed out my classpath on the tomcat startup DOS window. This is: setting the jdbc jar to classpath * * classpath is: C:\Development\j2sdk1.4.1_01\lib\tools.jar;C:\development\ja

Re: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
1. starting from tomcat-home\bin, I type in the command - startup. 2. starting from tomcat-home\bin, I type in the command - shutdown. I do this after every change I make to the tomcat configuration. After I issue the command 'startup,' then I see the classpath output in that same DOS window.

Re: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
'please control whern send a mail' I'm not sure what you mean by this statement? alessio

Re: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
If you don't want to be on the mailing list, then you can just unsubscribe. alessio

Re: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread KKolle
I have this working now. Here is what I did: * First of all, I changed my server.xml. Here is the section of that file that matters to this issue: !-- Database configuration for MySQL -- Context path=/bugtracker docBase=bugtracker debug=5 reloadable =true crossContext=true

java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-11 Thread KKolle
Tomcat version - 4.1.12 MySQL version - 3.23.55-nt OS - WinNT JDK - 1.4.1_01 I have researched this problem on the internet and in the documentation for Tomcat, and I still haven't resolved this issue. So, I'm looking for help from someone from this list. Here is my URL that I invoke: