Re: Problem with loading servlets on start up 2

2001-08-21 Thread P.Miller
Hi, I got the same error with a bean that creates a connection Pool OraPool beans.OraPool I put some log messages to see if the pool is created correctly in the class-constructor and that's okay! Nevertheless the next message after successfull creating the pool is: cannot load servlet name:

Problem with loading servlets on start up 2

2001-08-21 Thread Atanas Michev
Hello, I'm a quiet newbie with Tomcat, and I have problems with running correctly the sample "HelloUser" under Tomcat v3.2.1 I have cleaned the directory "webapps" and put there only the folder "hellouser" with "web-inf" and "meta-inf" subfolders, the subfolder "web-inf" looks like this : ...WEB-

Re: Problem with loading servlets on start up

2001-08-20 Thread Dmitri Colebatch
Do you get any error messages? normally if tomcat cant load a servlet on startup you will get an error output informing you of that. I am also assuming that hello.NameHandler extends javax.servlet.http.HttpServlet and overrides the init(ServletConfig config) method and has some debug in that met

Re: Problem with loading servlets on start up

2001-08-20 Thread Rob S.
http://localhost:8080/hellouser/hellouser.jsp is how you would request your servlet. I have NO idea how Tomcat deals with servlets named like JSP files. A servlet spec guru might be required to answer that one =) Err, just found it, section 10. You're better off naming it something like "He

Problem with loading servlets on start up

2001-08-20 Thread Atanas Michev
Hello, I'm a quiet newbie with Tomcat, and I have problems with running correctly the sample "HelloUser" under Tomcat v3.2.1 I have cleaned the directory "webapps" and put there only the folder "hellouser" with "web-inf" and "meta-inf" subfolders, the subfolder "web-inf" looks like this : ...WE