RE: servlet classpath

2002-11-17 Thread chasee
My thanks for your response. Actually the trouble is in finding the supporting classes of the servlet,not the servlet itself. My servlet is in ROOT\WEB-INF\classes, while the supporting classes is in a package outside of tomcat installation dir. I was hoping the server classloader would have no

RE: servlet classpath

2002-11-17 Thread Reynir Hübner
Try putting your servlet into your webapplications lib directory, its usually under, Your_web_application/WEB-INF/classes (if it's not packaged) or Your_web_application/WEB-INF/lib (if it's packaged in a jar file). The size of your terminal screen does not matter. hope it helps -reynir > ---