Thanks Chris, that took care of the login page issue. However, since I ran into database connection problems, I decided to go back to jdk1.3.1_09 which is what I am currently using with Tomcat 4.0.6. I reinstalled jdk1.3.1_09 and Tomcat 4.1 on my test machine and tried to start Tomcat 4.1. But, now I am unable to start Tomcat 4.1 and see the following error in the log.
[2007-09-11 13:11:00] [394 javajni.c] [error] CreateJavaVM Failed [2007-09-11 13:11:00] [992 prunsrv.c] [error] Failed initializing java C:\Program Files\Apache Software Foundation\Tomcat 4.1\bin\bootstrap.jar [2007-09-11 13:11:00] [1260 prunsrv.c] [error] ServiceStart returned 2 Any help is appreciated. Thanks, Chacko. -----Original Message----- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 10:49 AM To: Tomcat Users List Subject: Re: Tomcat 4.1 error -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chacko, Chacko Kuruvilla wrote: > Thank you Chris, an empty import was the issue. I was able to get to > the login page. Now, when I try to login, I get the following error > even though I do find the login page JSP and class file in the > appropriate places. > > The requested resource (/servlet/dchqweb.Userlogin) is not available Tomcat 4.1 might have the "invoker" servlet (the one that actually runs servlets invoked using the /servlet/... URL space) disabled by default. Check the global web.xml file (in TOMCAT_HOME/conf/web.xml) and search for 'invoker' to see if it is enabled or disabled. I thought that the /servlet syntax would have been /servlet/dchqweb/Userlogin - using a '/' instead of using the "." character. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG5rjk9CaO5/Lv0PARAqQcAKCXyjl61wzTVBQU1SpE0GxOU0LY8ACggRDQ M/cJ3I/2pwDTgfDdaiZpdrE= =EX4I -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]