At 09:04 AM 02/08/2002 -0500, you wrote: >I believe that org.apache.tomcat.startup.Main now requires >a task to be specified. It no longer defaults to starting. >Include "start" or "-start" (without quotes) as an argument >to the Main class.
Thanks for the idea, unfortunately I still see the same behavior. My problem wasn't that Tomcat wouldn't start. It seemed to start just fine, whether I had the -start parameter in there or not. My problem was that when it tried to load a servlet, and we have servlets that specify <load-on-startup>, it would be unable to "see" the servlet.jar. This would result in a NoClassDefFound error for javax.servlet.http.HttpServlet, that would in turn result in none of my servlets loading. Tomcat is up and running, it's just that my servlets don't get loaded. The odd thing is, from command line, my servlets work fine. Any more ideas or suggestions would be welcome. Thanks again, Mario- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
