I have the following configuration
WinNT4 workstation 
Apache 1.3.20
tomcat 3.2.2
jdk 1.3.1

I am getting the following error on startup of Tomcat:

Using CLASSPATH:
C:\Tomcat\classes;C:\Tomcat\lib\ant.jar;C:\Tomcat\lib\dt.jar;
C:\Tomcat\lib\htmlconverter.jar;C:\Tomcat\lib\i18n.jar;
C:\Tomcat\lib\jasper.jar;C:\Tomcat\lib\jaws.jar;C:\Tomcat\lib\jaxp.jar;
C:\Tomcat\lib\parser.jar;C:\Tomcat\lib\rt.jar;C:\Tomcat\lib\servlet.jar;
C:\Tomcat\lib\sunrsasign.jar;C:\Tomcat\lib\tools.jar;
C:\Tomcat\lib\webserver.jar;C:\Tomcat\lib\jasper.jar;
C:\Tomcat\lib\ant.jar;C:\Tomcat\lib\jaxp.jar; C:\Tomcat\lib\parser.jar;
C:\Tomcat\lib\servlet.jar; C:\Tomcat\lib\webserver.jar;
C:\jdk1.3.1\lib\tools.jar;c:\Tomcat\webapps\example;
C:\jdk1.3.1\lib\tools.jar

2001-07-06 02:49:01 - ContextManager: Adding context Ctx( /examples )
2001-07-06 02:49:01 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages

2001-07-06 02:49:01 - ContextManager: JDBCRealm: Starting JDBCRealm, trying
to acquire JDBC Driver class and DB Connection
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key jdbcRealm.checkConnectionSQLException

at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
at java.util.ResourceBundle.getString(ResourceBundle.java:354)
at org.apache.tomcat.util.StringManager.getString(StringManager.java:136)
at org.apache.tomcat.request.JDBCRealm.checkConnection(JDBCRealm.java:528)
at org.apache.tomcat.request.JDBCRealm.contextInit(JDBCRealm.java:407)
at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:491)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

2001-07-06 02:49:01 - ContextManager: JDBCRealm: cannot find message
associated with key : jdbcRealm.checkConnectionSQLException
2001-07-06 02:49:01 - ContextManager: JDBCRealm: SQLException:
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name
 not found and no default driver specified



THOUGHTS:
The same error occurs for the admin context. My database that I would like
to connect to is Microsoft Access. Should I use the JDBC-ODBC bridge driver.
>From what I have read, this might not be a good idea. The intended purpose
of this application is to create an electronic docket delivery system and
the Access DB has been created already. Nonetheless, I have not set up a
Context for this app because I have not been able to get tomcat to run
without exception.

Is the solution to this problem getting the right JDBC .jar file and putting
it in the classpath?

Thanks,
dave

Reply via email to